Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] sdk tests feature failure

Hi Folks,

The linked SDK tests feature seems to be failing in the build:

https://build.ecf-project.org/jenkins/job/L-HEAD-sdk.tests.feature/509/

It seems to be a problem with not being able to find the junit version 4.8.2 (which is not in Eclipse 3.6, but is in 3.7). So it seems to be using Eclipse 3.6 for the tests feature target platform? I don't understand this, because I thought it would use the same ecf.rmap (which has been updated to use Eclipse 3.7) as the continuous sdk build (which is now fine...as it's using ecf.rmap and that's been updated to use 3.7).

Any thoughts?

Thanks,

Scott

fail output below

Installing org.eclipse.ecf.tests.feature.feature.group 3.0.0.
Installation failed.
Cannot complete the install because one or more required items could not be found.
 Software being installed: Used to build and execute tests (should never appear in a product) 3.0.0 (org.eclipse.ecf.tests.feature.feature.group 3.0.0)
 Missing requirement: ECF Distribution Tests 1.0.0.v20110828-2352 (org.eclipse.ecf.tests.osgi.services.distribution 1.0.0.v20110828-2352) requires 'bundle org.junit 4.8.2' but it could not be found
 Cannot satisfy dependency:
  From: Used to build and execute tests (should never appear in a product) 3.0.0 (org.eclipse.ecf.tests.feature.feature.group 3.0.0)
  To: org.eclipse.ecf.tests.osgi.services.distribution [1.0.0.v20110828-2352]
Application failed, log file location: /opt/hudson/tools/Buckminster_3.6/director/configuration/1314575730301.log

Build step 'Use builders from another project' marked build as failure
Archiving artifacts
Recording fingerprints
Recording test results
Sending e-mails to: ecf-build@xxxxxxxxxxx
Finished: FAILURE




Back to the top