RE: [Nant-users] Specifying a Finally target

2005-01-28 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
ng to do and the two solutions I've come thought up. --Edwin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Butler, Mark A Mr IPI Gramm Tech Sent: Wednesday, January 26, 2005 1:43 PM To: [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [N

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
; [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [Nant-users] Specifying a Finally target   Thanks Gert! I think this is exactly what I needed!   --Edwin   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 10:03 PM To: Castro, Edwin Gabriel (Firing

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Oops! I forgot the files! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: Wednesday, January 26, 2005 3:03 PM To: [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [Nant-users] Specifying a Finally target

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Suppose I have a file called paths.txt with this content: [paths.txt] path\to\file1.txt path\to\file2.txt path\to\file3.txt [/paths.txt] I want to create a few filesets with these paths except the base directory changes per fileset: To test this out I use to loop through the f

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Butler, Mark A Mr IPI Gramm Tech
:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 1:35 PM To: Butler, Mark A Mr IPI Gramm Tech; [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [Nant-users] Specifying a Finally target   Like this:     I need to add targets dynamically at runtime. There’s no problem if nant doesn’t support

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Butler, Mark A Mr IPI Gramm Tech Sent: Wednesday, January 26, 2005 12:09 PM To: [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [Nant-users] Specifying a Finally target   You can put more tasks within the onsuccess and onfailure

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
7; Subject: RE: [Nant-users] Specifying a Finally target   Edwin,   You can use the "nant.onsuccess" and "nant.onfailure" attributes to specify the target to execute when the build finishes (with or without failure).   Hope this helps,   Gert   From: [E

RE: [Nant-users] Specifying a Finally target

2005-01-26 Thread Butler, Mark A Mr IPI Gramm Tech
: Castro, Edwin Gabriel (Firing Systems Engr.); Gert Driesen; [EMAIL PROTECTED] Sourceforge. Net Subject: RE: [Nant-users] Specifying a Finally target   Can I specify more than one target with “nant.onsuccess” and “nant.onfailure”?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Nant-users] Specifying a Finally target

2005-01-25 Thread Gert Driesen
TECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.)Sent: dinsdag 25 januari 2005 21:46To: [EMAIL PROTECTED] Sourceforge. NetSubject: [Nant-users] Specifying a Finally target I’m in need to execute a target after all other targets have executed. I have an init targ

[Nant-users] Specifying a Finally target

2005-01-25 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Title: Transactionality in NAnt I’m in need to execute a target after all other targets have executed. I have an init target that does some configuration and I need a teardown target to execute after all targets scheduled to execute have done so. I’d like to tell nant at runtime to add this