When using -debug a message is printed when properties are set.
E.g.
Setting ro project property: ant.version -> Apache Ant version 1...
^^
What should the "ro" mean?
oata.PropertyHelper.setUserProperty():line 406
public synchronized void setUserProperty(String ns, String name,
Object value) {
project.log("Setting ro project property: " + name + " -> "
+ value, Project.MSG_DEBUG);
userProperties.put(name, value);
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]