Re: [genuine] Re: getUserProperty and getProperty

2004-11-12 Thread Jochen Hagenström
cool. it's working! -jacques Am 11.11.2004 um 20:09 schrieb Peter Reilly: [EMAIL PROTECTED] wrote: Peter, Thank you very much. This helps me a lot. Will properties I set with project.setNewProperty() persist, for the liftime of the build? So I can set my property in one target and derefereence it

Re: [genuine] Re: getUserProperty and getProperty

2004-11-12 Thread jacques couzteau
cool. it's working! -jacques Am 11.11.2004 um 20:09 schrieb Peter Reilly: [EMAIL PROTECTED] wrote: Peter, Thank you very much. This helps me a lot. Will properties I set with project.setNewProperty() persist, for the liftime of the build? So I can set my property in one target and derefereence it

Re: getUserProperty and getProperty

2004-11-11 Thread Peter Reilly
[EMAIL PROTECTED] wrote: Peter, Thank you very much. This helps me a lot. Will properties I set with project.setNewProperty() persist, for the liftime of the build? So I can set my property in one target and derefereence it in another? Yes, It will work exactly the same as using the property ta

Re: getUserProperty and getProperty

2004-11-11 Thread Peter Reilly
User properties are those specified on the command line. They are always inherited when across boundaries. You should use project.setNewProperty() to set a normal property. - this maintains property imutablity. project.getProperty() is used to retrieve the value of a property (this may be a normal