Robert Smith wrote:
In that case, you can do something like this:
<property name="config" value="Release"
unless="${property::exists('config')}" />
<nant buildfile="..\products\${build.product}\ProductA\ProductA.build"
inheritall="true">
<properties>
<property name="config" value="${config}" />
</properties>
</nant>
**Thus, it’ll carry the property forward into other .build files…**
It shouldn't be necessary to specify both inheritall="true" and explicit
properties. One or the other should suffice.
Gary
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users