RE: [Nant-users] Including external properties files

2003-12-12 Thread Kevin Dickover
] On Behalf Of Damir Simunic Sent: Friday, December 12, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Including external properties files Kevin, Do you have the namespace defined for visual studio intellisense or such in the file that includes other files? Damir -Original

RE: [Nant-users] Including external properties files

2003-12-12 Thread Damir Simunic
-mail)' Subject: RE: [Nant-users] Including external properties files I have used to external files as well. However I find that targets defined in an include file can be called but they never actually do anything. Is this behavior a bug or by design? If it is by design that should be documented.

RE: [Nant-users] Including external properties files

2003-12-12 Thread Jean Rajotte
On Behalf Of > Kevin Dickover > Sent: Friday, December 12, 2003 10:55 > To: 'Nant (E-mail)' > Subject: RE: [Nant-users] Including external properties files > > > I have used to external files as well. However I find that > targets defined in an include file can

RE: [Nant-users] Including external properties files

2003-12-12 Thread Damir Simunic
Daniel, The properties file is just another build file. As you can include build files, there are several ways you can achieve what you want: A) In your master build file, include the properties file B) Include the build file from the user's file with properties ... C) Execute the b

RE: [Nant-users] Including external properties files

2003-12-12 Thread Daniel Bron
Thank you for your help, -D. Bron -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:47 AM To: 'Daniel Bron'; 'Nant (E-mail)' Subject: RE: [Nant-users] Including external properties files it's not a property f

RE: [Nant-users] Including external properties files

2003-12-12 Thread Kevin Dickover
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean Rajotte Sent: Friday, December 12, 2003 10:47 AM To: 'Daniel Bron'; 'Nant (E-mail)' Subject: RE: [Nant-users] Including external properties files it's not a property file per se, but a project file that defines properties, li

RE: [Nant-users] Including external properties files

2003-12-12 Thread Jean Rajotte
it's not a property file per se, but a project file that defines properties, like so: c:\_myprops.build --8<-- --8<-- then you just include this file like so (note the task can't be inside a target ): HTH > -Original Message- > From: [EMAIL PROTECTED] >