ok, but all properties are "read-only".
So why
- delete that characters
or
- write that out?


Jan

> -----Original Message-----
> From: Phil Weighill-Smith [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 08, 2003 2:05 PM
> To: Ant Developers List
> Subject: Re: Canīt understand message
> 
> 
> "Read-only"?
> 
> On Wed, 2003-10-08 at 13:02, [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]
> 
> -- 
> Phil Weighill-Smith <[EMAIL PROTECTED]>
> Volantis Systems
> 

Reply via email to