Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] prototype build hits dependency hiccup

Hi there,

Building the R3_tycho-monolith-build (and the original branch) now proceed, and fail when trying to build some of the tests because of dependency resolution.  o.e.test.performance has optional dependencies on Cloudscape and o.e.test.performance.derby, and in this case neither of them are necessary for compiling.  Can the pom be updated to exclude those 2 bundles specifically?


[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.jdt.compiler.tool.tests 1.0.101.qualifier
[ERROR]   Missing requirement: org.eclipse.test.performance 3.7.0.qualifier requires 'bundle Cloudscape 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.jdt.compiler.tool.tests 1.0.101.qualifier depends on: bundle org.eclipse.test.performance 0.0.0
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.test.performance 3.7.0.qualifier to bundle Cloudscape 0.0.0.", "Unable to satisfy dependency from org.eclipse.test.performance 3.7.0.qualifier to bundle org.eclipse.test.performance.derby 10.4.2.", "No solution found because the problem is unsatisfiable."] -> [Help 1]


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top