Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » [PDEBuild] Missing <buildDirectory>/features/org.eclipse.pde.build.container/build.xml(When compiling with repoBaseLocation, the build fails)
[PDEBuild] Missing <buildDirectory>/features/org.eclipse.pde.build.container/build.xml [message #645328] Thu, 16 December 2010 16:20
Ponyno  is currently offline Ponyno Friend
Messages: 3
Registered: November 2010
Junior Member
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 16:28]

Report message to a moderator

Previous Topic:root files mechanism does not copy empty directories
Next Topic:How to always invoke a builder
Goto Forum:
  


Current Time: Thu Apr 25 14:53:32 GMT 2024

Powered by FUDForum. Page generated in 0.02911 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top