[
https://issues.jboss.org/browse/JBIDE-11545?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-11545:
------------------------------------
Reproduced locally using:
{code}
cd ~/trunk/build
mvn clean install -Parchives-bootstrap -Dmaven.test.skip
-Djbosstools-target-site=http://download.jboss.org/jbosstools/updates/target-platform_3.3.juno.M6/latest/
{code}
compile failed in org.jboss.ide.eclipse.archives.ui when run against
Juno TP
----------------------------------------------------------------------------
Key: JBIDE-11545
URL:
https://issues.jboss.org/browse/JBIDE-11545
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Archives
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.Beta3
{code}
[INFO] org.jboss.ide.eclipse.archives.ui ................. FAILURE [0.476s]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile
(default-compile) on project org.jboss.ide.eclipse.archives.ui: Compilation failure:
Compilation failure:
[ERROR]
/qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/views/ProjectArchivesCommonView.java:[29,0]
[ERROR] import org.eclipse.ui.views.properties.IPropertySheetPage;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.ui.views.properties.IPropertySheetPage cannot be resolved
[ERROR]
/qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/views/ProjectArchivesCommonView.java:[30,0]
[ERROR] import org.eclipse.ui.views.properties.PropertySheetPage;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.ui.views.properties.PropertySheetPage cannot be resolved
[ERROR]
/qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/views/ProjectArchivesCommonView.java:[165,0]
[ERROR] if( adapter == IPropertySheetPage.class )
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] IPropertySheetPage cannot be resolved to a type
[ERROR]
/qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/views/ProjectArchivesCommonView.java:[166,0]
[ERROR] return new PropertySheetPage();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] PropertySheetPage cannot be resolved to a type
[ERROR] 4 problems (4 errors)
{code}
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.soa-tooling.ju...
--
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