Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Ian MacLean
Isn't that always the way. Please let us know if you can reproduce the error. Its a little strange - I'm fairly sure that nothing in the build is looking at that file except the section that builds it and the one that runs it with NUnit. The Nunit part comes later so it shouldn't be able to do

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Jaroslaw Kowalski
Also, Process Explorer is a very good GUI tool (sysinternals.com). Jarek - Original Message - From: "Scott Ford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 8:10 PM Subject: RE: [Nant-users] Getting errors trying to compile using .Net v1.1 > Handle by

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: "Ben Lowery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 5:27 PM Subject: Re: [Nant-users] Logging failures or successes > > I actually didn't think about this immediately, but adding zip support to > > the MailLogger would a

RE: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Scott Ford
Handle by Sysinternals is a good free app that will show you what process has the dll locked (if any). I use this all the time. (Sorry for the plug, I am in no way affiliated with www.sysinternals.com) -Scott -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: W

[Nant-users] VS.NET 2003 - web project location problem

2003-10-15 Thread Erick Thompson
I'm putting together a system to use NANT and VSS to build and test a web application. All the development is done on my system using VS.NET 2003, and all testing is done on a staging server. The staging server gets the latest pages/code from VSS (using solution task). However, the solution file

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Jaroslaw Kowalski
Are you sure your DLL is not locked by some process (like NUnit or VisualStudio)? As for the error - ignore it. You have a functional NAnt in "build\nant-0.8.4-debug" which you can use.   Jarek - Original Message - From: Vincent Erickson To: NAnt Users List ([EMAIL PROTE

RE: [Nant-users] Logging failures or successes

2003-10-15 Thread Scott Ford
Nicklas, A quick and dirty work around for your problem would be set an environment variable or create and empty file that represents success or failure. The second nant process could then use that variable/file to determine whether or not to mail the log. -Scott -Original Message- From:

Re: [Nant-users] foreach recursive?

2003-10-15 Thread Scott Hernandez
http://nant.sourceforge.net/help/tasks/foreachtask.html See the 3rd example in the task documentation - Original Message - From: "Lalit Parashar" <[EMAIL PROTECTED]> > I want to "recursively" loop through all the folders in C:\ using foreach. > How could I do that? -

Re: [Nant-users] foreach and more

2003-10-15 Thread Scott Hernandez
Yes, you can use either the "in" attribute, or the element but not both. I think what you want is... This is actually a little misleading since the fileset works for both files and folders. - Original Message - From: "Nicklas

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Ian MacLean
Vincent, I'd be interested to see your first error. As longs as the upgrade didn't remove the 1.0 version of the framework - the build should still have worked. As for the error you've posted, I'm not sure. Is it possible that you have another build running in another console that could have loc

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Ben Lowery
I actually didn't think about this immediately, but adding zip support to the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not sure if we want that ... As a different option, could Nick write a custom logger or listener and have that type take care of writing a compressed fi

[Nant-users] Traping Failures

2003-10-15 Thread Greg_Jahnke
I wish to trap when a build fails and execute a command line program. How can I do this? --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US

[Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Vincent Erickson
I just upgraded my machine from Visual Studio .Net 2002 to VS.Net 2003. When my nightly nant script ran, it failed and implied that it needed to be recompiled using the newer framework. I downloaded the latest nightly build and ran the following command line: nant /k:net-1.1   It gets mos

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
I actually didn't think about this immediately, but adding zip support to the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not sure if we want that ... Ian and Scott, what do you think ? Gert - Original Message - From: "Nicklas Norling" <[EMAIL PROTECTED]> To: "'Ge

RE: [Nant-users] Logging failures or successes

2003-10-15 Thread Nicklas Norling
Hi Gert. Thanks for the input! Time to get my hands dirty then :) Can't promise anything, but I'll certainly look into doing such patches (if I can). /Nicke -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: den 15 oktober 2003 16:56 To: Nicklas Norling; [EMAIL PROTECT

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: "Nicklas Norling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 4:43 PM Subject: [Nant-users] Logging failures or successes > Hi all. > > I'm building a number of projects and would like to send > out feedback from the build using

[Nant-users] Logging failures or successes

2003-10-15 Thread Nicklas Norling
Hi all. I'm building a number of projects and would like to send out feedback from the build using email. Unfortunately the logs get big and I must zip the logs before sending them in email. I've understood that leaves me with the task. (NAnt.Core.MailLogger has no compression). When the build i

Re: [Nant-users] Command Line Argument

2003-10-15 Thread Gert Driesen
if you want NAnt to pass the parameter to the program as is, use :                     if you want NAnt to convert the filename into a full path by considering the filename to be specified relative to the project base directory, use :                     Hope this helps,   Gert

AW: [Nant-users] Command Line Argument

2003-10-15 Thread Eckert, Alexander
hi,   try to pass the commandline arguments in a nested element. look at the task reference in the nant manual.   greetz   alex   -Ursprüngliche Nachricht-Von: Steve Taylor [mailto:[EMAIL PROTECTED]Gesendet: Mittwoch, 15. Oktober 2003 10:39An: [EMAIL PROTECTED]Betreff: [Na

[Nant-users] Command Line Argument

2003-10-15 Thread Steve Taylor
Hello folks   Normally at the command prompt I would pass a file to be used by the .exe like so:   filename.exe followed by filename.txt   But how can this be implemented in the .build file.  I.e.     But this does not work   Any help would be appreciated