Re: [Nant-users] Filterchain and Wildcards

2004-09-22 Thread Gert Driesen
- Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Nant Users" <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 2004 9:20 PM Subject: [Nant-users] Filterchain and Wildcards Is it possible to use Filterchain with wildcards? For example: overwrite="true">

[Nant-users] Filterchain and Wildcards

2004-09-22 Thread Eric Fetzer
Is it possible to use Filterchain with wildcards? For example: Thanks, Eric __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail ---

[Nant-users] running tasks/targets in parallel

2004-09-22 Thread Felice Vittoria
Hello all, I was wondering if it's possible to run tasks/targets in parallel. If so, how do you do it? An example for me running tasks in parallel the vssdiff task. I have something like: vssdiff (project #1 info) vssdiff (project #2 info) vssdiff (project #3 info) vssdiff (project #4 inf

RE: [Nant-users] anyone knows "updateversion.exe"?

2004-09-22 Thread Rick Casey
You’re in luck.  It’s a bug in UpdateVersion that the pin doesn’t always work.  Sorry.  But here’s something that you can use until then…   Just add this code to a target and it will update any file that you add to the array in the code.  Don’t forget to update the index of the array.

RE: [Nant-users] The solution task fails

2004-09-22 Thread Felice Vittoria
Shirome,   Is there a reason why you are using NAnt 0.8.3?   Is it possible for you to use the latest nightly build (which is NAnt 0.85 - Sept 20, 2004 )?   If not, could you try it with NAnt 0.84?    Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

FW: [Nant-users] The solution task fails

2004-09-22 Thread Michael Joseph
  From: Michael Joseph Sent: Wednesday, September 22, 2004 3:43 PMTo: 'Shirome Mahendranathan'Subject: RE: [Nant-users] The solution task fails Hi Shirome,   Even though I'm just a newbie, I'm guessing that the obvious question to ask is why you're running such an o

[Nant-users] The solution task fails

2004-09-22 Thread Shirome Mahendranathan
Hi I am creating a very basic build file to compile a very simple MFC application (C++ application). I can compile this code using Visual studio .net with out any problem. I am using the "Nant" build (nant-0.8.3.zip) What I am missing here? Do I need to set any other environment variables? P

Re: [Nant-users] anyone knows "updateversion.exe"?

2004-09-22 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 6:59 PM Subject: [Nant-users] anyone knows "updateversion.exe"? > Hi there, > > I tried updateversion -p 2.0.0.0 -i assemblyinfo.cs -o version.cs > > But in output version, it looks

Re: [Nant-users] How to set property value from passed command line args

2004-09-22 Thread Thibaut Barrère
Hi Umer, >I am trying to set directory names in properties based on command line >arguments passed you can use the -D: flag on the command line, just like for any other property: nant -D:mypropertyname=c:\myfoldername ... then : ... Is it what you need ? cheers Thibaut Barrère On Tue, 2