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