RE: [Nant-users] Changing configuration files with nant

2005-06-02 Thread Susantha Kumara
application. Thanks & Regards, Susantha. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:13 PM To: Susantha Kumara Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Changing configuration files with nant Susantha Kumara w

[Nant-users] Changing configuration files with nant

2005-06-02 Thread Susantha Kumara
Hi all,   I use nant to build a C# .Net application which is dependent on an external set of .Net assemblies. Each new release of these set of external assemblies has slightly different assembly names ( Ex : mylib-0.8.335.dll à mylib-0.8.347.dll ).   So at the moment I have to change t

RE: [Nant-users] Conditional compilation

2005-05-16 Thread Susantha Kumara
Thanks Ian. Keep up good work ..! -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 8:07 AM To: Susantha Kumara Cc: Subject: Re: [Nant-users] Conditional compilation Susantha Kumara wrote: > >Does nant support conditional compilatio

[Nant-users] Conditional compilation

2005-05-16 Thread Susantha Kumara
Hi all,   Does nant support conditional compilation of C# projects?   If so how do I mention the defined constants in the build script?     Is there a way to define those constants in the command line for nant command?   Please give me a hint.   Thanks,   Susantha.