--- "Das, Kuntal" <[EMAIL PROTECTED]> wrote:
> IS there anyway to reference a variable in the path element, w/o using a
> command-line argument ? 

Sure -- just make sure the property's been set before you reference it.
IOW, either set the needed properties at the project level before your
project-level <path>, or put the <path> in a target that's run once your
properties are set. Eg, if you have an "init" target in which you set the
properties you want to reference in the <path>, either put the <path>
after the <property>'s in "init" or in the target that depends on "init".

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to