> I am running ANT 1.5 Beta and have also installed the 1.4 > optional tasks to do gets from MS SourceSafe.
I don't think using the 1.4 optional tasks with 1.5 is recommended, to be honest. > When ant hits the target where i'm doing my get i get the > following error: > > java.lang.IllegalMonitorStateException: current thread not owner > at > org.apache.tools.ant.taskdefs.StreamPumper.run(StreamPumper.java, > Compiled Code) > at java.lang.Thread.run(Thread.java:479) > > and then then ant seems to freeze up. <snip> > Any help would be appreciated! What VM are you using? The code looks fine to me - it's very straightforward. Could you either try with a different VM or try with the JIT turned off? That way we should get better line numbers. Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
