Hi,
My headless build generates a product by building it against a P2 repository (I use baseRepoLocation to reference the parent directory of this repository).
The problem is that PDEBuild does not find the file <buildDirectory>/features/org.eclipse.pde.build.container/build.xml.... This file does not exist. Why ?
In classical builds (without repoBaseLocation), this file exists and the build works fine.
Thank you for help.
Here is a slice of the stacktrace :
java.io.FileNotFoundException: D:\build-directory\features\org.eclipse
.pde.build.container.feature\build.xml (Le fichier spÚcifiÚ est introuvable)
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(Projec
tHelper.java:508)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
a:106)
..
...
...
[Updated on: Thu, 16 December 2010 11:28] by Moderator