Hello,
--- [EMAIL PROTECTED] wrote:
> hi ivan,
> It's for user friendliness purpose, typically:
> Hello user: here are all the buildable projects,
> choose the projects to build blabla...
If you want to give the user ability to choose
projects to build, note that accepts
s[1] as well. So you can
Goog point:) i didn't think of this solution whereas i am passing properties to
my subant indeed!
-Original Message-
From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED]
Sent: Thu 7/14/2005 6:28 PM
To: Ant Users List
Subject: RE: retrieving project names with subant
according t
project.name}property, but
> indeed i want the names of all sub projects in my
> main ant files that iterates through these projects.
>
>
> -Original Message-
> From: Ivan Ivanov
> [mailto:[EMAIL PROTECTED]
> Sent: Thu 7/14/2005 5:34 PM
> To: Ant Users List
>
}
Sub project (my) name is ${my.project.name}
/t
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 14, 2005 5:58 PM
>To: user@ant.apache.org
>Subject: RE: retrieving project names with subant
>
>thanks ivan
, but
> indeed i want the names of all sub projects in my
> main ant files that iterates through these projects.
>
>
> -Original Message-
> From: Ivan Ivanov
> [mailto:[EMAIL PROTECTED]
> Sent: Thu 7/14/2005 5:34 PM
> To: Ant Users List
> Subject: Re: re
: Re: retrieving project names with subant
Hello,
--- [EMAIL PROTECTED] wrote:
>
> hello gentle people;
> is there a way to retrieve the names of the project
> being run when using subant?
The name of the currenr project is stored in the
built-in property ant.project.name. So
Hello,
--- [EMAIL PROTECTED] wrote:
>
> hello gentle people;
> is there a way to retrieve the names of the project
> being run when using subant?
The name of the currenr project is stored in the
built-in property ant.project.name. So you can use
something like this:
Main project na