read-only?

On 10/08/2003 02:02 PM [EMAIL PROTECTED] wrote:
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]



-- ant 1.6beta1 + java 1.4.2 on Linux 2.4.20 RH9


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to