It's being issued from a new version of the <starteam> optional task that I've been working on with Stephane Bailliez but I've looked through that source code and don't see where setProperty() is being called. Possibly in some base class? I noticed that my JAVA_HOME was set to a jdk-1.3 directory but changing it to point at a jdk-1.3.1 directory did not help.
-----Original Message----- From: Peter Donald [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2001 4:28 PM To: Ant Developers List Subject: Re: What are user properties On Fri, 7 Dec 2001 08:43, Steve Cohen wrote: > That worked, but this other issue I thought to be related was not: > > DEPRECATED - Project.setProperty('ant.java.version','1.3') used to > overide an immutable property. Task writer should use > Project.setNewProperty() instead and the build writer should not reuse > the same property name for different values. Where is this being issued from ? -- Cheers, Pete --------------------------------------- Be nice to your friends. If it weren't for them, you'd be a complete stranger. --------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
