Re: [Nant-users] Handling "content" in a web project

2005-05-16 Thread Troy Parsons
Hm... good idea, Ray, Currently, rather than copying files I want, I don't copy files I know I don't want - ie my NAnt task uses file pattern to ignore things like .cs However, given that the .csproj file is just XML, it should be pretty easy to loop over and copy the given files... I think

[Nant-users] NUnit test anomolies

2005-04-06 Thread Troy Parsons
I have some unittests that run completely fine in nunit-gui and nunit-console.  For some reason they fail (or can be a little intermittent) when run from NAnt.  Admittedly, I think the component I am testing is poorly constructed, and may have some race conditions, but it's driving me crazy why

Re: [Nant-users] Accelerating Resource Creation on

2005-02-25 Thread Troy Parsons
Great!  Can a similar change be made to the task? I've been meaning to post on this for a while, as building an asp.net site (where pages have there own .resx files) is PAINFUL! Troy. Gert Driesen wrote: Accelerating Resource Creation on Hi Mike,   I've just modified the co

Re: [Nant-users] Compression using Nant

2005-02-16 Thread Troy Parsons
have you read the manual? I haven't tried it yet, but looks pretty straightforward. http://nant.sourceforge.net/release/latest/help/tasks/zip.html http://nant.sourceforge.net/release/latest/help/tasks/unzip.html S, Gayathiri D wrote: Hi,   I’m currently using the ICSharp

Re: [Nant-users] Multiple output dirs on VS.NET task

2005-02-15 Thread Troy Parsons
Just set the output directory in your project properties ('build' properties), as you normally would for Visual Studio. Troy. Alexandre Rocco wrote: Hi all, I just got set up with NAnt and I am a bit stuck trying to do a particular task. I have a VS.NET solution composed of 4 projects (2

Re: [Nant-users] NAntContrib bug? (and feature request) - p4labelsync

2005-02-15 Thread Troy Parsons
This should be fixed in NAntContrib 0.85 RC2. Let me know if it works for you.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Troy Parsons Sent: vrijdag 11 februari 2005 20:57 To: nant-users@lists.sourceforge.net Subject: [Nant-users] NAntCon

[Nant-users] NAntContrib bug? (and feature request) - p4labelsync

2005-02-11 Thread Troy Parsons
p4labelsync doesn't seem to call p4 quite right (I'm using 0.85.1793.0; rc1).  If my target is as follows:         Using verbose logging I see: [p4labelsync] p4 -u username -c username_host labelsync [p4labelsync] Starting 'p4 ( -u username -c username_host labelsync )' in 'D:\Troy\proje

Re: [Nant-users] NAnt vs. Batch files

2005-02-09 Thread Troy Parsons
I guess this thread is a little long in the tooth now, but I thought I'd share my anecdote - Originally I too, found myself thinking it couldn't possibly be worth converting my beautifully scripted batch file to NAnt.  I also had a whole swag of environment variables that I had to manage in my