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: FW: [Nant-users] Target Templates

2004-03-17 Thread Giuseppe Greco
- > 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 > >> What I'm wondering is if there is a way to generaliz

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.)
briel (Firing Systems Engr.) Sent: Wednesday, March 17, 2004 9:56 AM To: [EMAIL PROTECTED] Subject: FW: [Nant-users] Target Templates How would this work with dependencies? For example, I have a build target for a project that depends on a source control target for the same pr

FW: [Nant-users] Target Templates

2004-03-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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 > What I'm wondering is if there is a way to generalize these two targets > into one target and some how specify which project

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

[Nant-users] Target Templates

2004-03-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I am writing a number of targets that could be created into templates and I’m not sure whether this is possible or not. What I have is a collection of identical targets where specific property names vary in predictable ways. Bellow is one example of such a case.