Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Re: [wtp-R2.0-I-build] wtp-R2.0-I Build Failed - please fix org.eclipse.wst.command.env.ui


The log says org.eclipse.wst.command.env.ui 0.0.0 not found ... that's only because a previous step did not create it. (and, I'm sure there's a log message in there somewhere about that).

Looking at org.eclipse.wst.command.env.ui against a 3.3M2 target, this line in manifest.mf causes it to fail.

 org.eclipse.osgi;bundle-version="[3.2.0,3.3.0)",

The tendancy would be to "fix" by changing to

 org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)",

But ... it appears to me that pre-req is not even needed at all!!!
Any one know why it is in there?

Similarly, for the same org.eclipse.wst.command.env.ui it appears the followng pre-req is not needed.
 org.eclipse.wst.common.environment;bundle-version="[1.0.100,1.1.0)",

Each team really needs to clean this sort of thing up.

I've opened the blocker
59231 Build Breaker: org.eclipse.wst.command.env.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=159231
Please consider whether or not this plugin should be branched, to leave untouched in maintenance stream, but fixed in forward stream.

Let me know if you need help.

P.S. Tthere will be others with similar problems, unless their owners are proactive and target a 3.3 M2 build to find errors.






wtpBuild@xxxxxxxxxxx

09/29/2006 01:06 AM

To
cbrealey@xxxxxxxxxx, csalter@xxxxxxxxxx, David M Williams/Raleigh/IBM@IBMUS, Der Ping Chou/Redmond/IBM@IBMUS, kchan@xxxxxxxxxxx, kkomissarchik@xxxxxxxxxxx, kprice@xxxxxxxxxxx, Nitin Dahyabhai/Raleigh/IBM@IBMUS, wtp-releng@xxxxxxxxxxx
cc
Subject
[wtp-R2.0-I-build] wtp-R2.0-I Build Failed





View results here -> http://build.eclipse.org:7777/cruisecontrol/buildresults/wtp-R2.0-I?log=log20060929004442


Back to the top