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
-
> 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
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
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
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
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
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
> 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
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.