[jbosstools-issues] [JBoss JIRA] (JBIDE-12846) compiler error in org.jboss.ide.eclipse.archives.test blocks publishing updated archives update site to downstream

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Oct 12 18:43:03 EDT 2012


Nick Boldt created JBIDE-12846:
----------------------------------

             Summary: compiler error in org.jboss.ide.eclipse.archives.test blocks publishing updated archives update site to downstream
                 Key: JBIDE-12846
                 URL: https://issues.jboss.org/browse/JBIDE-12846
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Archives
    Affects Versions: 4.0.0.Beta1
            Reporter: Nick Boldt
            Assignee: Rob Stryker
            Priority: Blocker


{code}
[INFO] Reactor Summary:
[INFO] 
[INFO] archives.all ...................................... SUCCESS [5.457s]
[INFO] archives.plugins .................................. SUCCESS [0.037s]
[INFO] org.jboss.ide.eclipse.archives.core ............... SUCCESS [12.469s]
[INFO] org.jboss.ide.eclipse.archives.ui ................. SUCCESS [6.766s]
[INFO] org.jboss.ide.eclipse.archives.jdt.integration .... SUCCESS [1.737s]
[INFO] archives.features ................................. SUCCESS [0.033s]
[INFO] org.jboss.ide.eclipse.archives.feature ............ SUCCESS [0.796s]
[INFO] archives.tests .................................... SUCCESS [0.030s]
[INFO] org.jboss.ide.eclipse.archives.test ............... FAILURE [1.468s]
[INFO] org.jboss.ide.eclipse.archives.ui.test ............ SUCCESS [3.922s]
[INFO] org.jboss.tools.archives.ui.bot.test .............. SUCCESS [27.573s]
[INFO] org.jboss.ide.eclipse.archives.test.feature ....... SKIPPED
[INFO] archives.site ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:36.854s
[INFO] Finished at: Fri Oct 12 18:35:00 EDT 2012
[INFO] Final Memory: 59M/543M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.jboss.ide.eclipse.archives.test: Compilation failure: Compilation failure:
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[23,0]
[ERROR] import org.jboss.ide.eclipse.archives.test.model.ReadWriteTest;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.archives.test.model.ReadWriteTest cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[42,0]
[ERROR] suite.addTestSuite(ReadWriteTest.class);
[ERROR] ^^^^^^^^^^^^
[ERROR] The method addTestSuite(Class<? extends TestCase>) in the type TestSuite is not applicable for the arguments (Class<ReadWriteTest>)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[42,0]
[ERROR] suite.addTestSuite(ReadWriteTest.class);
[ERROR] ^^^^^^^^^^^^^
[ERROR] ReadWriteTest cannot be resolved to a type
[ERROR] 3 problems (3 errors)
{code}

Also reproduced offline so this is most likely not a "Jenkins is building stuff out of order" issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list