Hi Nicklas,
Another thing you could do is take a look at the task in
NAntContrib whuch allow you to log the build output in a file, and
start/stop/close it at anytime in your build processs. After that you could
zip the log files using the zip task and email them with the mail task.
Nick
Fr
Hi thomas,
* The task has an annoying feature of generating an error and
stopping when you try to delete a file or a directory which is not there.
For instance, a typical target might look like this:
you can solve this by setting the failonerror attribute of the delete task
to false:
* It wou
Working with nant 0.8.3 rc2 and the NAnContrib version included and VSS
6.0c, this works for me, with and without the version attribute specified.
Nick
From: Michael Dang <[EMAIL PROTECTED]>
To: brian <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: RE: [Nant-users] VSSGet and subprojects questi
Hi Marco,
The define attribute of the task is what you are looking for.
see http://nant.sourceforge.net/help/tasks/csctask.html for the help of the
csc task.
Nick
From: "Marco Ensing" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Nant-users] Defining : Condi
Chuck
If i remember correctly, the task wasn't part of the 0.8.2
version of NAnt, it's a new task in the 0.8.3 version.
Nick
From: "Medcoff, Charles" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: [Nant-users] Problem with Solution Task with 0.8.2 on VW.NET 2003
D
Richard,
which version of NAnt are you using ?
These two attributes (nowarn and optimize) are new to the 0.8.3 version,
which is currently in RC1.
Nick
From: Richard Miller <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: [Nant-users] Optimize and Nowarn switches on
Craig,
that's because if you don't already have a NAnt version under NAntRelease
the NAntContrib build file will get the NAnt nughtly build of the
2003-04-24, and in this version the NAnt namespaces aren't updated.
If you place a more recent version of NAnt under NAntRelease you should be
able
Hi,
Yes, the NAnt-Contrib vssget task can pull a specific label, here is a
sample of the syntax:
Additionnaly, you can get thedoc for NAnt-Contrib tasks in the latest
NAnt-Contrib nightly builds at http://nantcontrib.sourceforge.net/builds/
Nick
¯
whatch out LUCI