Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] M6 removed features

Hi Everyone,

After updating my natives I was able to get much further in the build. I did 
run into a dependency problem which I resolved by adding 
"<module>bundles/org.eclipse.equinox.executable</module>" to the 
rt.equinox.framework pom.


I'm now running into java errors again but this time with 
org.eclipse.jdt.debug.tests below. Is this maybe another one of those packages 
that don't need to be built in M6?


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-
plugin:0.14.1:compile (default-compile) on project 
org.eclipse.jdt.debug.tests: Compilation failure: Compilation failure:
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java:
[22,0]
[ERROR] import org.eclipse.test.OrderedTestSuite;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.test.OrderedTestSuite cannot be resolved
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java:
[58,0]
[ERROR] return new OrderedTestSuite(DetailPaneManagerTests.class, new String[] 
{ "testGetUserPreferredDetailPane", "testSetPreferredDetailPane",
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] OrderedTestSuite cannot be resolved to a type
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/ConsoleInputTests.java:
[20,0]
[ERROR] import org.eclipse.test.OrderedTestSuite;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.test.OrderedTestSuite cannot be resolved
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/ConsoleInputTests.java:
[57,0]
[ERROR] return new OrderedTestSuite(ConsoleInputTests.class, new String[] {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] OrderedTestSuite cannot be resolved to a type
[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 
switch.
[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 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn <goals> -rf :org.eclipse.jdt.debug.tests



Back to the top