Skip to main content

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


Sorry about breaking the build!  I've removed org.eclipse.pde.core from the required bundle since we only need it to generate HTML from extension point schema during development time and then check in the HTML files.  We'll figure out another way to get that dependency in during development time.  The change has been committed and released.

Regards,

Kathy Chan
Rational Java Web Services,
IBM Toronto Lab

kathy@xxxxxxxxxx
(905) 413-3022, tieline: 313-3022

----- Forwarded by Kathy Chan/Toronto/IBM on 05/14/2008 08:18 PM -----
David M Williams <david_williams@xxxxxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

05/14/2008 07:25 PM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
wtp-releng@xxxxxxxxxxx
cc
Subject
[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 _______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng

Back to the top