----- Original Message ----- 
From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "Marion Nalepa" <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 9:38 PM
Subject: Re: [Nant-users] support for property files ?


> Hmmm... But this is not exactly the same... What happens when the included
> file does not exit?

just use failonerror="false" for the include task ?

>
> Think of the following typical scenario:
>
>     * multiple developers with slightly different build environments
> (different location for some libraries, for instance);
>     * the build script contains properties pointing to the *default*
> locations; the build script is versioned and shared by all developers;
>     * each developer can provide a build.properties file to adjust the
build
> script to its environment idiosyncrasies; the build.properties is not
> versioned nor shared;
>
> How would one accomplish something on these lines with nant?

the properties defined in the included build file can overwrite the
properties defined in the main build file

Gert



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to