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

2004-09-01 Thread Ian MacLean
Kevin Dickover wrote: Cool thanks. However that might want to be clarified in the docs. I assumed from "Specifies whether the value of a property should be overwritten if the property already exists (unless the property is read-only). The default is true. " that overwrite="true" meant that it cou

[Nant-users] Re: Problems with Project references which are more than one level deep.

2004-09-01 Thread Madhan Retnaswamy
Hi Gert, Finally i was able to reproduce the error in a sample application. As i already mentioned to you, i am using Nant Stable release 0.84 with net 1.0. I will send you a separate email with the sample project attached. Could you please fix this error in version 0.84. This would be of great he

[Nant-users] Problems with Project references which are more than one level deep.

2004-09-01 Thread Madhan Retnaswamy
Hi Gert, I just grabed this email from the NAnt user group. -- I just downloaded the 8/17 nightly build of NAnt 0.85 and am seeing an issue with project references that does not see

[Nant-users] Newbie question

2004-09-01 Thread Shawn Haigh
Greetings Nant users.   Does anyone have an idea on how to manipulate property strings?    I have a property ${build.number} that contains a value of “1.0.801.1” I would like to replace the dots (.) with underscores (_)…     I have gotten as far as using regExp in VB to return my des

RE: [Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Felice Vittoria
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Wednesday, September 01, 2004 3:54 PM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] breaking changes with nant-0.85-20040901 Felice, We don't actually consider this a

Re: [Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Gert Driesen
nt-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 10:02 PM Subject: [Nant-users] breaking changes with nant-0.85-20040901 Hello, I noticed a breaking change w/ the latest build of nant 0.85 ( 9/1/2004 ). The message I got was: The '=' operator is no

[Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Felice Vittoria
Hello, I noticed a breaking change w/ the latest build of nant 0.85 ( 9/1/2004 ). The message I got was: The '=' operator is no longer supported to check for equality. Use the '==' operator instead. Are there any other breaking changes? Felice -

Re: [Nant-users] Web Projects

2004-09-01 Thread Gert Driesen
Chris, This issue was fixed since the 0.84 release. Can you try using a recent 0.85 nightly build (http://nant.sourceforge.net/nightly/builds) ? Gert - Original Message - From: "Chris Nickel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 9:26 PM Subject:

[Nant-users] Web Projects

2004-09-01 Thread Chris Nickel
Hi, I am having troubles with Nant building a solution file. the solution file has 8 web apps and 3 non-web apps. our Nant solution target is as follows. http://localhost/webproject1/webproject1.vbproj"; path="C:\Dev\Solution1\webpro

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

2004-09-01 Thread Gert Driesen
- Original Message - From: "Kevin Dickover" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 8:23 PM Subject: RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again Cool thanks. np

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

2004-09-01 Thread Felice Vittoria
Kevin, Change to and you will get what you want. HTH, Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin Dickover Sent: Wednesday, September 01, 2004 12:55 PM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Params vs properties redux was: Nan

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

2004-09-01 Thread Kevin Dickover
Cool thanks. However that might want to be clarified in the docs. I assumed from "Specifies whether the value of a property should be overwritten if the property already exists (unless the property is read-only). The default is true. " that overwrite="true" meant that it could be over written. O

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

2004-09-01 Thread Gert Driesen
Kevin, Just set overwrite to "false" : Hope this helps, Gert - Original Message - From: "Kevin Dickover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 7:54 PM Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not wor

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

2004-09-01 Thread Kevin Dickover
Assume a sample build file When this is run the output is C:\Temp\nantest>C:\nant\bin\NAnt.exe NAnt 0.85 (Build 0.85.1684.0; net-1.0.win32; nightly; 8/11/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Tem

RE: [Nant-users] [Fwd: Why can't NAnt seem to xcopy ?]

2004-09-01 Thread Loren Halvorson
(Ian, so sorry I accidently posted to the wrong list. Late night cut and paste error) Ah ha, I think I figured out what's happening. Sorry for the false alarm. I do all of my NAnt build work in TextPad where I've set up a macro to run NAnt and capture the output. It works when I run NAnt directly

RE: [Nant-users] [Fwd: Why can't NAnt seem to xcopy ?]

2004-09-01 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Loren, Could the problem be related to the PATH environment variable? Did you make sure you can execute your xcopy from the command line? -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian