[Nant-users] Upgrade problems.

2005-08-04 Thread Sebastian Andersson
I've upgraded nant from 0.84 to 0.85-nightbuild (as of yesterday) and after that our build system failed to compile our projects. After some investigation it seems to be that the current directory used to be changed to the directory of the build file in version 0.84, but in the latest version that

RE: [Nant-users] replacetokens not working

2005-08-04 Thread Gert Driesen
Rob, Just to be sure: what version of NAnt are you using ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of rob young > Sent: vrijdag 5 augustus 2005 1:27 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] replacetokens not working

[Nant-users] replacetokens not working

2005-08-04 Thread rob young
Can you help me work this out? The token replacement isn't happening when the file is copied over. I've tried a variety of solutions, even replacestring instead of replacetokens, with no luck.

[Nant-users] RE: using the < operator causes an error.

2005-08-04 Thread Stephen Ho
Thanks Leo! using < works for me. I believe that because the NAnt config file is XML, you need to escape the XML character "<", so: -Original Message- From: Stephen Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:50 AM To: [EMAIL PROTECTED] Subject: [Nant-u

RE: [Nant-users] using the < operator causes an error.

2005-08-04 Thread Hart, Leo
I believe that because the NAnt config file is XML, you need to escape the XML character '<', so: -Original Message- From: Stephen Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:50 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] using the < operator c

[Nant-users] using the < operator causes an error.

2005-08-04 Thread Stephen Ho
Hi, I am new to Nant. When I try to use the < operator to compare 2 strings or numbers, it gives me an error. The > operator works fine. I am using RC3 on winXP. Example: Error Message: Error loading buildfile. '<', hexadecimal value 0x3c, is an invalid attribute character. It runs

[Nant-users] Getting error in vssget.

2005-08-04 Thread Sachin Shriram Gedam
Hello Friends, I write on small target to get latest from vss. Here when i assign path using any variable like ${build.vss.path} then it gives me error like The "path" and/or "version" is not valid. File or project not found but when i write full path like this then it is perfect. It giving me