Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Cause of latest build failures ...

The builds are failing quickly now, and end in messages such as that 
below. 

I haven't looked closely, but if I recall, having incorrect version range 
dependancies can sometimes cause a quick-fail like this (with little log 
or notifications sent). 

So ... be sure to check, update and notify others when changing version 
numbers. 

For example, has jsdt.ui and common.ui changed to 1.1.0 and 1.2.0 
respectively? 

If so, someone needs to update their ranges. (And, sorry, I don't have all 
the current source loaded up at the moment like I usually do, so I can't 
tell :) 


= = = = = = = = =

[build-wtp-wst] generateScript:
[build-wtp-wst] [eclipse.buildScript] Some inter-plug-in dependencies have 
not been satisfied.
[build-wtp-wst] [eclipse.buildScript] Bundle org.eclipse.wst.web.ui:
[build-wtp-wst] [eclipse.buildScript]   Missing required plug-in 
org.eclipse.wst.jsdt.ui_[1.0.0,1.1.0).
[build-wtp-wst] [eclipse.buildScript] Bundle org.eclipse.wst.xml.ui:
[build-wtp-wst] [eclipse.buildScript]   Missing required plug-in 
org.eclipse.wst.common.ui_[1.1.500,1.2.0).
[build-wtp-wst]
[build-wtp-wst] BUILD FAILED
[build-wtp-wst] 
/shared/webtools/projectBuilders/wtp-R3.2-I/webtools.releng/releng.wtpbuilder/scripts/build/runbuild.xml:138: 
The following error occurred while executing this line:
[build-wtp-wst] 
/shared/webtools/basebuilders/R35_RC1/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090511-1742/scripts/build.xml:25: 
The following error occurred while executing this line:
[build-wtp-wst] 
/shared/webtools/basebuilders/R35_RC1/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090511-1742/scripts/build.xml:81: 
The following error occurred while executing this line:
[build-wtp-wst] 
/shared/webtools/projectBuilders/wtp-R3.2-I/webtools.releng/releng.wtpbuilder/components/wst/customTargets.xml:64: 
The following error occurred while executing this line:
[build-wtp-wst] 
/opt/public/webtools/basebuilders/R35_RC1/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090511-1742/scripts/genericTargets.xml:96: 
Bundle org.eclipse.wst.xml.ui_0.0.0 failed to resolve.:
[build-wtp-wst]         Missing required plug-in 
org.eclipse.wst.common.ui_[1.1.500,1.2.0).


Back to the top