Great -- thanks. That did the trick. I saw Sam's message about the "original
design intent" -- are these documented somewhere? I'm particularly trying to
understand what Ant is NOT trying to do (assuming it isn't going to
feature-creep its way towards make :-) ). For example, if you are building a
project that involves the configuring of 3rd party tools (e.g. Apache),
would you actually do that configuration via Ant? Or is Ant for builds only,
leaving installs as a separate activity.

Thanks!

Ramon

> -----Original Message-----
> From: Kuiper, Arnout [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 31, 2000 11:50 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Properties ignored under Windows?
> 
> 
> > From: Edwards, Jayme [mailto:[EMAIL PROTECTED]
> > Try sticking the property inside a target element. I think 
> > earlier versions of Ant allowed what you're doing but I'm not 
> > so sure about current builds.
> 
> You are correct. Since of 2000/02/28 every task (including the
> property task) must be inside a target. Make sure that the task
> in which you set the properties is in your target-dependency list.
> 
>   Arnout
> 

Reply via email to