Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9755

compile failed in org.jboss.tools.esb.validator.test :: The method createPreferencePage(String, Class<ESBValidatorPreferencePage>) is undefined for the type ESBValidatorPreferencePageTest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 3.3.0.M4
    • 3.3.0.M4
    • esb
    • None

      Ran this locally to test changes for JBIDE-9696, and build failed to compile fully:

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

      Yes the build's fine in Hudson...

      http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indigo/job/jbosstools-3.3_trunk.component--esb/452/changes

            nivologd@gmail.com Denis Golovin (Inactive)
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: