On Wed, 23 Jul 2003, Morten Mortensen <[EMAIL PROTECTED]> wrote: > It basically repeats > "org.apache.tools.ant.Project.replaceProperties()" until nothing new > happens.
Without looking at the code, be careful with circular property definitions then 8-) <property name="a" value="${b}"/> <property name="b" value="$${a}"/> <use-that-task-on string="A string with ${a} that should get expanded"/> unless there is some checking code in the task, this will loop forever. Stefan who fixed a similar bug in <property file="..."/> yesterday. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]