RE: [Nant-users] Target Templates

2004-03-18 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
gt; Edwin G. Castro > Firing Systems Engineer > [EMAIL PROTECTED] > > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 1:12 PM > To: Castro, Edwin Gabriel (Firing Systems Engr.) > Cc: [EMAIL PROTECTED] > Subje

RE: [Nant-users] Target Templates

2004-03-17 Thread Giuseppe Greco
Engineer > [EMAIL PROTECTED] > > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 1:12 PM > To: Castro, Edwin Gabriel (Firing Systems Engr.) > Cc: [EMAIL PROTECTED] > Subject: RE: [Nant-users] Target Templates > &g

RE: [Nant-users] Target Templates

2004-03-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
To: Castro, Edwin Gabriel (Firing Systems Engr.) Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] Target Templates On Wed, 2004-03-17 at 21:32, Castro, Edwin Gabriel (Firing Systems Engr.) wrote: > NAnt does not appear to allow wildcards in target names so this > suggestion doesn't qu

RE: [Nant-users] Target Templates

2004-03-17 Thread Gert Driesen
On Wed, 2004-03-17 at 21:32, Castro, Edwin Gabriel (Firing Systems Engr.) wrote: > NAnt does not appear to allow wildcards in target names so this > suggestion doesn't quite work... Any other suggestions? > It does in the latest nightly builds (http://nant.sourceforge.net/nightly/builds). Gert

RE: [Nant-users] Target Templates

2004-03-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
oject: ... ... -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] -Original Message- From: Giuseppe Greco [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 8:34 AM To: Castro, Edwin Gabriel (Firing Systems Engr.) Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Target Templates >

Re: [Nant-users] Target Templates

2004-03-17 Thread Giuseppe Greco
> What I'm wondering is if there is a way to generalize these two targets > into one target and some how specify which project properties to use? > Something similar to the following: > ... Try this: then invoke nant like this: nant clean.project1 or nant clean.project2 I hope t