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
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
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
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
> -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
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'
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