Re: [Nant-users] Test non-bool value of a property

2004-05-04 Thread Jaroslaw Kowalski
There's no support for this in 0.8.4. To use expressions you need to use the nightly build of NAnt available at: http://nant.sourceforge.net/builds/ These releases are actually pretty stable and I use them on a daily basis. You can now write: ... tasks here ... More information availabl

[Nant-users] Test non-bool value of a property

2004-05-04 Thread Kirchhoff, Florian
Hi: I am using the 0.84 release of NAnt and I love it. However I don't seem to find a way to do something rather simple: Execute a task depending on the value of a property. How can this be done? The task only support testing if a property exists or if it's true, what if that property is not

Re: [Nant-users] relative paths are not correct.

2004-05-04 Thread Mike Stephens
I have many other targets in this build file so i eliminated the ones that wouldn't be called just to keep this shorter. The target is what I'm executing and getting the problem descriibed below. My problem lies anywhere where i use a property from the first default.build file that i use to ca

Re: [Nant-users] resource compilation problem

2004-05-04 Thread Gert Driesen
Title: Message I seem to have forgotten a small word : NOT :-) pf ... (does it show that I need vacation ?)   So, it should be : Right now, this is NOT implemented in the task.   Gert   - Original Message - From: Jo De Greef To: 'Gert Driesen' Sent: Tuesday, May 04

RE: [Nant-users] copy file problem

2004-05-04 Thread Peter McEvoy
Title: Message Well, I think I was the other person that had the problem, and I never managed to get to the bottom of it.  However, it's not a NAnt problem, as from time to time, I have had the same type of problem cleaning out a web dir using windows explorer:  one moment I go to delete the

Re: [Nant-users] resource compilation problem

2004-05-04 Thread Gert Driesen
Title: Message Jo,   Right now, this is implemented in the task.   Can you file a bug report (containing a repro) for this issue ?   Thanks,   Gert - Original Message - From: Jo De Greef To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 3:41 PM Subject: [Nant-us

Re: [Nant-users] relative paths are not correct.

2004-05-04 Thread Gert Driesen
Mike, Please provide a repro for this issue (meaning actual build files without unrelevant targets). Thanks Gert - Original Message - From: "Mike Stephens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 04, 2004 4:24 PM Subjec

Re: [Nant-users] relative paths are not correct.

2004-05-04 Thread Gary Feldman
- Original Message - >From: "Mike Stephens" <[EMAIL PROTECTED]> >Sent: Tuesday, May 04, 2004 10:24 AM > I'm using NAnt and NAntContrib .85 from the last day or two from cvs and I > have noticed over the last several days that the relative paths for the > and tasks are no longer what one

RE: [Nant-users] copy file problem

2004-05-04 Thread Bob Archer
I found that the problem was what someone else was mentioning here. The server had files locked and I couldn’t copy over them.   What happened to XCopy deployment? The server isn’t supposed to lock files right?   From: Brian Etheridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

RE: [Nant-users] copy file problem

2004-05-04 Thread Brian Etheridge
I think the includes should either be "*.*", or if you want to use the "**" shorthand value then you also need to specify a partial path.  I happen to have been looking at this this mrning and that's what I gathered from the task list documentation (I haven't tried this myself).   Here's th

[Nant-users] copy file problem

2004-05-04 Thread Bob Archer
I’m using the 5/3 nightly build with the following script:                                  

RE: [Nant-users] relative paths are not correct.

2004-05-04 Thread Mike Stephens
Is anyone else having this problem or am I doing something incorrectly? Thanks, Mike Original Message Follows From: "Mike Stephens" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Nant-users] relative paths are not correct. Date: Wed, 28 Apr 2004 13:21:10 + I'm using NAnt and N

[Nant-users] resource compilation problem

2004-05-04 Thread Jo De Greef
Title: Message Hi all,   I am having a problem with the following scenario:   I have one class library with a resource file contained in it: translations.en-us.resx. When I compile it (using vs.net) I get 2 dll files:  - Translations.dll  - en-US/Translations.resources.dll (notice that th