RE: [Nant-users] Logging failures or successes

2003-10-16 Thread N. V.
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

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread N. V.
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

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread N. V.
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

Re: [Nant-users] Defining : Conditional Compilation Constants

2003-07-30 Thread N. V.
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

Re: [Nant-users] Problem with Solution Task with 0.8.2 on VW.NET 2003

2003-07-19 Thread N. V.
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

Re: [Nant-users] Optimize and Nowarn switches on CSC task

2003-07-17 Thread N. V.
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

Re: [Nant-users] NantContrib CVS build problem

2003-07-16 Thread N. V.
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

Re: [Nant-users] Nant VssGet Functionality question

2003-06-05 Thread N. V.
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