Re: [Nant-users] Capturing output from custom tasks

2005-04-16 Thread Troy Laurin
Curtis, NAntContrib offers a task (http://nantcontrib.sourceforge.net/release/latest/help/tasks/record.html), you could use this in conjunction with the standard task to capture and send the output of a segment of your build output. -- Troy

[Nant-users] Capturing output from custom tasks

2005-04-16 Thread Curtis Zarger
Adminstrator, This note is being sent from an alternate email address from my NAnt identification (listed below). There is currently a problem with my normal email. Please forward. THX == Hello, I have a custom task and would like to capture its

[Nant-users] NAnt 0.85 Release Candidate 3 available

2005-04-16 Thread Gert Driesen
Announcing NAnt 0.85 Release Candidate 3. Binary and source distributions are available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=31650 About NAnt: NAnt is a free .NET build tool, allowing applications to be built targeting both Microsoft .NET and

Re: [Nant-users] Encrypting Data Within Nant Script

2005-04-16 Thread Thibaut Barrère
Hi Timothy you could load sensitive information from a file which would not be stored under version control (instead, store a .sample version of it, with foo values, to help remember what's needed). Under Ant you could achieve this with: This loads some properties from the user folder (c:\docume