I am running nested builds. I want to set the basedir attribute of <project> based on a global property set in the parent build. Is it possible?


Because I am able to use the global property within the child build but not on the basedir attribute of the project.

Code sample:
<project name="Workflow" default="build" >
   <property name="nantbuild.path" value="\test\NantBuild\common" />
   <nant buildfile="common.build" />
<project>

and the code within common.build goes like this ...

<?xml version="1.0"?>
<project name="common.build" basedir="${nantbuild.path}" default="build">


Thanks, Gokul

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to