-
Bug
-
Resolution: Done
-
Major
-
4.3.0.Alpha1
-
None
When using the Mars target platform, the arquillian component fails with the following compile errors:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:co
mpile (default-compile) on project org.jboss.tools.arquillian.ui: Compilation fa
ilure: Compilation failure:
[ERROR] C:\jbtgit\jbosstools-arquillian-fork\plugins\org.jboss.tools.arquillian.
ui\src\org\jboss\tools\arquillian\ui\internal\wizards\NewArquillianJUnitTestCase
PageOne.java:[320]
[ERROR] fMethodStubsButtons.getSelectionButton(IDX_DEPLOYMENT).addSelectionListe
ner(new SelectionAdapter()
else if (fMethodStubsButtons.getSelectionButton(IDX_DEPLOYMENT).getSel
ection()) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getSelectionButton(int) is undefined for the type MethodStubs
SelectionButtonGroup
[ERROR] C:\jbtgit\jbosstools-arquillian-fork\plugins\org.jboss.tools.arquillian.
ui\src\org\jboss\tools\arquillian\ui\internal\wizards\NewArquillianJUnitTestCase
PageOne.java:[1162]
[ERROR] return fMethodStubsButtons.getSelectionButton(IDX_DEPLOYMENT).getSelecti
on();
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getSelectionButton(int) is undefined for the type MethodStubs
SelectionButtonGroup
[ERROR] 4 problems (4 errors)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
- is related to
-
JBIDE-18748 Create and use an Eclipse Mars M3 target-platform
- Closed