On Fri, 7 Dec 2001 10:05, Steve Cohen wrote: > 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.
Could you try running "ant -debug" and then send the releven snippet of output. If that no help it may be best to put a (new Exception()).printStackTrace() in some place as that warning is printed out, to see exactly where it is called from. -- Cheers, Pete *-----------------------------------------------------* | Never argue with an idiot, they'll drag you down to | | their level, and beat you with experience | *-----------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
