Hi, > I would recommend using ant-contrib's <var> and <if> logic to overwrite > properties and dynamically assign the values you need to implement your > solution: http://ant-contrib.sourceforge.net/tasks/tasks/index.html
normally properties in ant are immutable once set, but you may always use the ant api and his methods = project.setProperty() to overwrite an existing property project.setNewProperty() to set a new property with a scripting [EMAIL PROTECTED] (jruby,javascript,beanshell recommended) Tasks like <var> from the antcontrib task suite do the same to overwrite existing properties. Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
