> 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
