[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipselink-dev] Build failure on BND now missing on refresh between SVN Rev# 7210 and 7195 requires -Dnobnd=true
|
Fyi,
I am getting the following BND jar missing failure on an update on a
view from 24 hours ago.
Can we add this ant flag by default? I don't use bnd and haven't
generated manifests for a while.
init:
[echo] extensions.depend.dir =
'f:/view_libs/extension.lib.external'
[echo] bnd.lib = '${bnd.lib}'
fail-on-no-bnd:
[echo] BND tool (bnd-0.0.366.jar) not found in either:
[echo] the extensions.depend.dir:
'f:/view_libs/extension.lib.external'
[echo] or the buildsystem dir: '../../buildsystem'
[echo]
[echo] if you have a different version, you can define a different
[echo] jarname by adding 'bndtool.jar=bnd-{version}.jar to your'
[echo] C:\Users\mfobrien/build.properties file.
[echo]
[echo] You can download BND from http://www.aqute.biz/Code/Download
[echo]
[echo] or if you really need to build NOW, you can use '-Dnobnd=true'
[echo] on the ant command-line. However, the manifests used will be
those
[echo] checked-in for development, and will likely have errors.
BUILD FAILED
F:\view_w35e\build.xml:248: The following error occurred while executing
this line:
F:\view_w35e\plugins\org.eclipse.persistence.asm\build.xml:140: Missing
BND library!
Total time: 0 seconds
F:\view_w35e>
F:\view_w35e>java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
It looks like we need to add the following flag
-Dnobnd=true
However with the flag I get a secondary failure below that I am
checking it out but it looks like the script is removing the directory
without later recreating it.
BUILD FAILED
F:\view_w35e\build.xml:254: The following error occurred while executing
this line:
F:\view_w35e\jpa\org.eclipse.persistence.jpa.equinox.weaving\build.xml:221:
F:\view_w35e\jpa\org.eclipse.persistence.jpa
.equinox.weaving\classes not found.
thank you
/michael