[Nant-users] question about zipping

2004-02-01 Thread Niklas Dahlman
Hi,   I have a problem with zipping our source code. Sometimes it works, sometimes it doesn't. When it failes it suddenly claims that the zip files is already in use and then the file is removed. we are usign 0.84 release.   I got the feeling it could be related to the timing issue that wa

RE: [Nant-users] task

2004-02-01 Thread Noel Gifford
The path C:\WINDOWS\System32.shdocvw.dll should have a backslash between System32 and Shdocvw.dll It should be C:\WINDOWS\System32\shdocvw.dll Noel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaroslaw Kowalski Sent: Friday, January 30, 2004 9:58 PM T

Re: [Nant-users] How do you specify an output file for the XmlLogger?

2004-02-01 Thread Gert Driesen
you should be able to use the -listener switch to specify multiple listeners (a logger can always be used as a listener) eg. NAnt.exe -buildfile: -logger:NAnt.Core.XmlLogger -logfile:output. xml -listener:NAnt.Core.MailLogger In this case maillogger will still not send the build log in xml forma

Re: [Nant-users] Nant & Draco.net

2004-02-01 Thread Scott Hernandez
Did you add these to your profile's environment variables (user variable), or to the machine env var? Is the Draco.Net account running under your user profile (credentials) or a system account? If you want to eliminate the possibility that it is automatically found, you can use the attribute to s

RE: [Nant-users] Nant & Draco.net

2004-02-01 Thread Matthieu Guyonnet-Duluc
> -Message d'origine- > De : Gert Driesen [mailto:[EMAIL PROTECTED] > > You should indeed just have include the NAnt bin directory in your > PATH ... Yes it's what I done I add "C:\nant\bin\;"to the PATH > > Are you sure you've set it in the PATH system variable (using My > Computer

[Nant-users] Nant & Draco.net

2004-02-01 Thread Matthieu Guyonnet-Duluc
Hi, I've a problem with Nant and Draco.NET, and since the Nant list is more active perhaps someone can help me : I've this error when a build process failed : - Failed to process build 'com.alicante.dal'. The following exception occurred: System.IO.FileNotFoundException: 'nant.exe'

Re: [Nant-users] How do you specify an output file for the XmlLogger?

2004-02-01 Thread Gert Driesen
You can specify an output file using the -logfile option, eg. NAnt.exe -buildfile: -logger:NAnt.Core.XmlLogger -logfile:output. xml Gert - Original Message - From: "Trudel, Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 01, 2004 3:04 AM Subject: [Nant-users] H