]
Denis Golovin resolved JBIDE-9755.
----------------------------------
Resolution: Won't Fix
Alike issues are related to components build order. In this case tests and esb components
were modified and esb build started first. Should be fine after tests component is built.
compile failed in org.jboss.tools.esb.validator.test :: The method
createPreferencePage(String, Class<ESBValidatorPreferencePage>) is undefined for the
type ESBValidatorPreferencePageTest
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9755
URL:
https://issues.jboss.org/browse/JBIDE-9755
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.3.0.M4
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 3.3.0.M4
Ran this locally to test changes for JBIDE-9696, and build failed to compile fully:
{code}
cd ~/tru/esb; mvn3 clean install -Dmaven.test.skip | tee ~/tmp/buildlog.esb.txt;
cd ~/tru/build/aggregate/soa-site/; mvn3 clean install | tee
~/tmp/buildlog.jbt.soa.txt;
cd ~/truu/product-soa/; mvn3 clean install | tee ~/tmp/buildlog.jbds.soa.txt
{code}
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] esb.all ........................................... SUCCESS [0.324s]
[INFO] esb.plugins ....................................... SUCCESS [0.021s]
[INFO] org.jboss.tools.esb.project.core .................. SUCCESS [1.860s]
[INFO] org.jboss.tools.esb.core .......................... SUCCESS [0.979s]
[INFO] org.jboss.tools.esb.ui ............................ SUCCESS [0.897s]
[INFO] org.jboss.tools.esb.project.ui .................... SUCCESS [1.051s]
[INFO] org.jboss.tools.esb.validator ..................... SUCCESS [0.524s]
[INFO] esb.features ...................................... SUCCESS [0.013s]
[INFO] org.jboss.tools.esb.feature ....................... SUCCESS [0.170s]
[INFO] esb.tests ......................................... SUCCESS [0.040s]
[INFO] org.jboss.tools.esb.core.test ..................... SUCCESS [0.580s]
[INFO] org.jboss.tools.esb.project.core.test ............. SUCCESS [0.672s]
[INFO] org.jboss.tools.esb.validator.test ................ FAILURE [0.312s]
[INFO] org.jboss.tools.esb.ui.bot.test ................... SUCCESS [0.598s]
[INFO] org.jboss.tools.esb.test.feature .................. SKIPPED
[INFO] esb.site .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.909s
[INFO] Finished at: Tue Sep 20 18:26:44 EDT 2011
[INFO] Final Memory: 83M/743M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.12.0:compile
(default-compile) on project org.jboss.tools.esb.validator.test: Compilation failure:
Compilation failure:
[ERROR]
/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/esb/tests/org.jboss.tools.esb.validator.test/src/org/jboss/tools/esb/validator/test/ESBValidatorPreferencePageTest.java
(at line 9):[-1,-1]
[ERROR] assertTrue(createPreferencePage(ESBValidatorPreferencePage.PREF_ID,
ESBValidatorPreferencePage.class)); //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method createPreferencePage(String, Class<ESBValidatorPreferencePage>)
is undefined for the type ESBValidatorPreferencePageTest
[ERROR]
[ERROR]
/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/esb/tests/org.jboss.tools.esb.validator.test/src/org/jboss/tools/esb/validator/test/ESBValidatorPreferencePageTest.java
(at line 13):[-1,-1]
[ERROR] pressOkOnPreferencePage(ESBValidatorPreferencePage.PREF_ID);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method pressOkOnPreferencePage(String) is undefined for the type
ESBValidatorPreferencePageTest
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
{code}
Yes the build's fine in Hudson...
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indig...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: