Re: [Nant-users] .NET Framework Version

2004-05-25 Thread Jaroslaw Kowalski
NAnt detects the OS and the version of .NET it's running on and automatically sets the "nant.settings.currentframework" property based on this. For example when running on .NET 1.0 it will set "net-1.0" framework, on mono it will be "mono-1.0". If you have two frameworks installed .NET 1.1 will be

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread Ian MacLean
Gert Driesen wrote: I think I removed it as it might confuse users. Users might think that we offer the true property task syntax for these global properties, as we do support this now on the framework level (because we use an actual NAnt project there). Also, you can no longer use any of these gl

Re: [Nant-users] (no subject)

2004-05-25 Thread Gert Driesen
Christoph, Support for localizable resources was only added after the 0.84 release. What version of NAnt are you using ? Can you try using a recent nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "Christoph Ertl" <[EMAIL PROTECTED]>

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread Gert Driesen
I think I removed it as it might confuse users. Users might think that we offer the true property task syntax for these global properties, as we do support this now on the framework level (because we use an actual NAnt project there). Also, you can no longer use any of these global properties to

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread mail.laconiadatasystems.com
Dan Could you provide us an example of one of the global properties not propagating to the target-Regards,-Martin - Original Message - From: Dan Pupek To: NAnt Users List Sent: Tuesday, May 25, 2004 5:10 PM Subject: [Nant-users] Global Properties Problem I a

[Nant-users] (no subject)

2004-05-25 Thread Christoph Ertl
Hi, I try to build a small solution containing resource files. The build succeeds but the *resources.dll files doesn't exist. What's the problem. thx Chris [solution] Starting solution build. [solution] Building Globalization [release]... Read in 2 reso

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread Ian MacLean
any idea why it was removed in the first place ? Ian Gert Driesen wrote: I'll look into moving this feature back in ... - Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 11:23

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread Gert Driesen
I'll look into moving this feature back in ... - Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 11:23 PM Subject: RE: [Nant-users] Global Properties Problem > Really? Why,

[Nant-users] RE: Nant-users digest, Vol 1 #834 - 8 msgs

2004-05-25 Thread Michael Rudge
Well it works as near as I can tell. Where are you hosting this? They do some odd stuff... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 5:05 PM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #834 -

RE: [Nant-users] .NET Framework Version

2004-05-25 Thread Collier, Mike
Title: Message I believe NAnt uses version 1.0 of the .NET framework by default.  You can change to use a specific version by setting the "nant.settings.currentframework" property.  For example, will cause .NET framework version 1.1 to be used. -Original Message-From: [EMAI

RE: [Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek
Really? Why, this was very useful. I manage a build server for multiple projects and I could expose information such as the path to the CVS executable easily this way. Has another facility been created to replace this? Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED

Re: [Nant-users] Global Properties Problem

2004-05-25 Thread Gert Driesen
If I remember correctly, support for this was recently removed ... But I'll have a look at this ... Gert - Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 11:10 PM Subject: [Nant-users] Global Properties Probl

[Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek
I am using the 0.85 build from 24 May.   I tried setting some global properties in the nAnt.exe.Config file and they were not propagated to the build.   This worked fine in 0.84. Anyone else run into this?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (

[Nant-users] .NET Framework Version

2004-05-25 Thread Blokhin, Oleg
Hello, If user has two frameworks installed on his machine, is there a way to see which one used by default? Correct me if my question sounds wrong. Many Thanks, Oleg   From: steve gupta [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 5:54 AM To: [EMAIL PROTECTED] Subje

Re: [Nant-users] String comparison pre .85

2004-05-25 Thread Gary Feldman
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 2:14 AM > I hope that makes it a little clearer. Proably somthing to put in the FAQ I'd start by clarifying the manual. Currently all it says (on the Expressions page) is "by using ${...} notation."

RE: [Nant-users] cvs update issues

2004-05-25 Thread Clayton Harbour
Title: Message Hi Steve,   Can you post a test case to the sharpcvslib dev list (cc'd on this email).  The nightly build might be the way to go if you are able to, the in the nightly build can be configured to use a different cvs executable (such as cvsnt).  It still uses the sharpcvs lib

[Nant-users] cvs update issues

2004-05-25 Thread steve gupta
My issue with the cvs update functions this week is that if I am trying to do an update on a module and there is an empty non cvs directory or empty cvs directory the update fails.   Any workarounds or is this fix in a newer build than the one I am using?   Thanks!

Re: [ ] [Nant-users] Error with Solution Task

2004-05-25 Thread Gert Driesen
Garth, Aron, Can you try again using the latest nightly build, and report back ? Thanks, Gert - Original Message - From: "Garth Ormsby" <[EMAIL PROTECTED]> To: "'Ceely, Aron D'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 3:09 AM Subject: RE: [ ] [Nant-users] E