Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] There's more than one way to get zero JUnit failures


We finally got the build going again, and even has 0 JUnit failures ...
but, you'll notice, over half the tests didn't run at all.

This is because there's a missing dependancy on

org.eclipse.jst.jsf.common.runtime.tests

But it is included in no feature (nor map).

Please correct.

[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[build-wtp-jst.tests] [eclipse.buildScript] Bundle org.eclipse.jst.jsf.designtime.tests:
[build-wtp-jst.tests] [eclipse.buildScript]     Missing required plug-in org.eclipse.jst.jsf.common.runtime.tests_0.0.0.
[build-wtp-jst.tests]
[build-wtp-jst.tests] BUILD FAILED
[build-wtp-jst.tests] /shared/webtools/projectBuilders/wtp-R3.0-I/webtools.releng/releng.wtpbuilder/scripts/build/runbuild.xml:120: The following error occurred while executing this line:
[build-wtp-jst.tests] /shared/webtools/basebuilders/M3_34/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line:
[build-wtp-jst.tests] /shared/webtools/basebuilders/M3_34/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line:
[build-wtp-jst.tests] /shared/webtools/projectBuilders/wtp-R3.0-I/webtools.releng/releng.wtpbuilder/components/jst.tests/customTargets.xml:63: The following error occurred while executing this line:
[build-wtp-jst.tests] /opt/public/webtools/basebuilders/M3_34/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/genericTargets.xml:85: Unable to find plug-in: org.eclipse.jst.jsf.designtime.tests_0.0.0. Please check the error log for more details.
[build-wtp-jst.tests]
[build-wtp-jst.tests] Total time: 1 minute 6 seconds

Back to the top