[JBoss JIRA] (JBIDE-10530) compile failed in esb.validator
by Nick Boldt (Created) (JIRA)
compile failed in esb.validator
-------------------------------
Key: JBIDE-10530
URL: https://issues.jboss.org/browse/JBIDE-10530
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.Beta1
After switching to newer target platform (JBIDE-10289), one class is failing to compile:
https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/jo...
{code}
[INFO] org.jboss.tools.esb.validator ..................... FAILURE [1.071s]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile (default-compile) on project org.jboss.tools.esb.validator: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--esb/sources/plugins/org.jboss.tools.esb.validator/src/org/jboss/tools/esb/validator/ui/ESBConfigurationBlock.java (at line 90):[-1,-1]
[ERROR] protected String getQualifier() {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getQualifier() of type ESBConfigurationBlock must override a superclass method
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--esb/sources/plugins/org.jboss.tools.esb.validator/src/org/jboss/tools/esb/validator/ESBCoreValidator.java (at line 375):[-1,-1]
[ERROR] protected String getPreferencePageId() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getPreferencePageId() of type ESBCoreValidator must override a superclass method
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-6953) Disable Usage Reporting in Tests
by Andre Dietisheim (JIRA)
Disable Usage Reporting in Tests
--------------------------------
Key: JBIDE-6953
URL: https://jira.jboss.org/browse/JBIDE-6953
Project: Tools (JBoss Tools)
Issue Type: Release
Environment: CI, Tests
Reporter: Andre Dietisheim
Assignee: Denis Golovin
Priority: Blocker
Fix For: 3.2.0.M2
the UI tests we run should not trigger hits in our usage tracking. The plugin has a preferences setting that disables reporting.
It looks like we disable reporting for our UI test by having a custom config.ini for our UI tests.
The preference settings is:
"allowUsageReportPreference"
It is in the Configuration Scope (common to all workbenches of a particular eclipse instance).
For further lookup @see IUsageReportPreferenceConstants#USAGEREPORT_ENABLED_ID
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months