Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 4:42 AM Subject: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net Th

[Nant-users] csc task lib tag

2004-08-21 Thread Naz Quadri
Hi guys, [Using Nant 0.84 release] I am trying to reference some assemblies on network drives (or by UNC) I seem to be having trouble specifying the full path in the refernce tab like so :- This does not seem to pick up the references. Do I need to u

Re: [Nant-users] compiling on mono

2004-08-21 Thread Kevin Williams
Thank you for your answer. I'm not sure if my questions are answered, though. I only wish to get rid of the remap warnings by building things from source. I understand that the remap warning is issued for .NET 1.0 assemblies, although they continue to work. The point of my question is the fact

RE: [Nant-users] Change runtime version

2004-08-21 Thread Clayton Harbour
Hi Naz, If you use nant -t:net-1.0 you will target the net 1.0 framework. For a complete list of commandline options you can type nant -help. For a complete list of targets (I believe) that you will have to look in the NAnt.exe.config file (a few common ones are net-1.0, net-1.1, mono-1.0).

[Nant-users] Change runtime version

2004-08-21 Thread Naz Quadri
Hi, How can I change the version of the runtime I build with ? I am not able to change the nant config file . Thanks Naz --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DV

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Martin Gainty
If you read Steve Loughran Ant in Anger column http://ant.apache.org/ant_in_anger.html you will see the same property e.g. ${build.dir} is contextually sensitive to its target e.g. release,dev,uat etc Personally I like immutable 'variable' which is now available from latest relesase of ant-contib h

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Gert Driesen
Merrill, Properties specified on the command line have always been read-only. The only change that was introduce as part of the 0.85 release, is that a build error is actually thrown when users attempt to overwrite the value of a read-only properties. Previous version of NAnt would just ignore

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Merrill Cornish
Gert, All of these immediate problems seem to have arisen not because the readonly attribute was added to properties, but because command line parameters were made readonly. What is the particular advantage of making command line parameters internally readonly? Merrill

[Nant-users] ANN: New N-tool available - NLog

2004-08-21 Thread Jaroslaw Kowalski
Hi! I'd like to let you know about the new open source project called "NLog" which is a simple but quite powerful logging library for .NET. The design goals: - ease of use (uses familiar WriteLine() style interface) - maintainability (trivial to configure and re-configure) - speed (uses "zero al

[Nant-users] RE: Nant-users digest, Vol 1 #1064 - 3 msgs

2004-08-21 Thread Ballal, Pradeep\(STP\)
Bert, We use the task and set the program to the commandline interface for FxCop. This way we can include FxCop in NAnt build process. Thanks, Pradeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Saturday, 21 August 2004 9:07 A

RE: [Nant-users] NAnt does not execute NAntContrib tasks...

2004-08-21 Thread Ballal, Pradeep\(STP\)
Hi Felice, Gert and Jim, Thanks to you - NAntContrib is now working! I just changed my build file to include the task. Thank you very much. Cheers, Pradeep -Original Message- From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Friday, 20 August 2004 6:19 PM To: Ballal, Pradeep(STP)

Re: [Nant-users] compiling on mono

2004-08-21 Thread Gert Driesen
- Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 6:32 PM Subject: [Nant-users] compiling on mono Hello all, list newbie here. I want to start compiling projects on Mono in Linux, but I'm having trouble. I have Mono 1.0

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 4:42 AM Subject: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net This seems to be caus