- [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.