It's all about the answers!

Ask a question

Exporting a build.xml


Boris Kivshar (8686) | asked Nov 17 '11, 11:57 p.m.
Hi Guys,

I have a bunch of projects in my stream. I click on the main top level project and select export and "Ant buildfile".

What this does is create a build.xml file in all projects. Now when it comes to using the top level build.xml in my build definition it seems via numerous erros that the paths are incorrect. I do not know how to change it.

for example:
project basedir="." default="build" name="it.unisa.coffeeUtilsCore">
property environment="env"/>
property name="ECLIPSE_HOME" value="../../../../IBM/TeamConcert"/>
property name="debuglevel" value="source,lines,vars"/>
property name="target" value="1.5"/>
property name="source" value="1.5"/>
path id="Plug-in Dependencies.libraryclasspath">
pathelement location="../../../../org.eclipse.core.runtime"/>
pathelement location="../../../../org.eclipse.o



You can see that the pathelement & Eclipse_home are using ../../../../, which is completely incorrect as to when it comes actually running this on our build server. at most it should only be one ../.

Any help on where to start?


One answer



permanent link
Boris Kivshar (8686) | answered Jan 10 '12, 6:54 p.m.
Guys, any ideas or hints as to what to check?
I still have not found a solution / reason.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.