One thing you could do is wrap your .build file in another .build file. The
I'm running NAnt 0.85.
When I run nunit-console.exe 2.1.93, it SOMETIMES leaves a 4+ megabyte top-level
directory with a name that is 18 digits. Multiple runs can leave multiple of these
directories (but not all the time). While it would be very nice if nunit-console
didn't do that, it does.
Hi Merrill,
This issue is now fixed in cvs.
Thanks for reporting this !
Gert
- Original Message -
From: "Merrill Cornish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 9:40 PM
Subject: [Nant-users] Ungraceful Syntax Error Handling
> I am running NAnt 2.1.93
I am trying to commit a file using the latest task from NAnt 0.85
(Build 0.85.1677.0; net-1.0.win32; nightly; 8/4/2004) and NAntContrib
from 8/3/2004 on a Win XP Pro sp1 box.
I am issuing the following task
Hi Carlos,
Currently, we have no support for .NET CF 2.0. But this is definitely
something we'll add after the 0.85 release.
Feel free to start working on it though ;-)
Gert
- Original Message -
From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, Aug
Hello:
It's the .NET CF 2.0 supported yet ??
if no, there are plans for add support
for it in nant ??
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManage
I am running NAnt 2.1.93.
I used a regex task
which resulted in the following output:
=
INTERNAL ERROR
System.ArgumentException: parsing "(?'msi-id'\d\d\d\d_\d\d_\d\d)" - Reference to
undefined group name id.
Parameter name: (?'msi-id'\d\d\d\d_\d\d_\d\d)
Hello,
I have a question. I'm using vssget to extract files from VSS. However, when I
extract I want to use the last updated time .. that is, when the file was last updated
in VSS. I tried to use the usemodtime attribute w/o success. I noticed a patch on
the nantcontrib website but it didn
If I change the following code in InstallerCreationCommand.cs (at or around
line 2230)
if (!IsVersion(ref fileVersion)) {
fileVersion = null;
}
TO
if (!IsVersion(ref fileVersion)) {
//fileVersion = null;
fileVersion = "";
}
I avoid the null reference exception which ulti
>From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]>
>Sent: Thursday, August 05, 2004 7:37 PM
> Too little information on my email perhaps? :-)
Or too many assumptions on my part? I was assuming it was an established
Ant script for a complete Java project or subproject.
>
Just a thought, but h
I have just installed the latest nightly build and my build now doesn't
work. It works fine with the previous version I had (0.85 build
05/04/2004). I've included the output from the old version of nant and the
new one below. Anybody seen anything similar? I've run it with the verbose
output on
Try bootstrapping your build scripts. That is call your current build from a new bootstrap.build which then executs a task, followed by a task. I personally would suggest looking into CruiseControl.Net (http://ccnet.thoughtworks.com).
Original Message Follows
From: Lamont Adams <[EMAI
12 matches
Mail list logo