Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Re: [WTPBUILD: wtp-R3.0-S] wtp-R3.0-S Build Failed -- not just JUnit's this time


We finally had a build fail for reasons other than JUnit's, and I'm not positive how to fix this one.
It involves webservices new javadoc plugin, so other teams may have similar issues ... so it will
be nice to see how Kathy solves it :)

Bundle org.eclipse.wst.ws.api.doc_0.0.0 failed to resolve.:
    Missing required plug-in org.eclipse.pde.core_3.4.0.


There's several problem here ...
1) the manifest specifies a point pre-req, instead of a range, that is
Require-Bundle: org.eclipse.pde.core;bundle-version="3.4.0"
instead of something like
Require-Bundle: org.eclipse.pde.core;bundle-version="[3.4.0,4.0.0)"

2) PDE Core want back "down" to 3.3 in the latest build (and Kathy's test N-build
just missed that change).

3) We can't pre-req PDE!
I'm assuming this is just something required at build-time?
It's not really required at runtime, right?
If so ... there's probably better solutions, such as specifying "extraclasspath" variable in the build.properties file?

Thanks,

 





From: wtpBuilder <david.williams@xxxxxxxxxxx>
To: Larry.Isaacs@xxxxxxx, Phil Berkland/Austin/IBM@IBMUS, Carl Anderson/Raleigh/IBM@IBMUS, David M Williams/Raleigh/IBM@IBMUS, deboer@xxxxxxxxxx, gkarasiu@xxxxxxxxxxx, kaloyan.raev@xxxxxxx, katep@xxxxxxxxxx, kathy@xxxxxxxxxx, kosta@xxxxxxx, Nitin Dahyabhai/Raleigh/IBM@IBMUS, pmoogk@xxxxxxxxxx, raghunathan.srinivasan@xxxxxxxxxx, tran.le@xxxxxxxxxx, vbaciu@xxxxxxxxxx, wtp-releng@xxxxxxxxxxx, wuamy@xxxxxxxxxx
Date: 05/14/2008 06:53 PM
Subject: [WTPBUILD: wtp-R3.0-S] wtp-R3.0-S Build Failed





View results here -> http://build.eclipse.org:7777/dashboard/tab/build/detail/wtp-R3.0-S?log=log20080514222503

Back to the top