The same exact code works fine under ANT1.4.1. So it probably is a bug ----- Original Message ----- From: "Jet Hariramani" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 11:28 AM Subject: Re: MS VSS and IllegalMonitorStateException
> As you all recommended I removed the 1.4 optional tasks and am using the one > that came with 1.5Beta but the problem still persists? Any thoughts? I am > using the JVM that comes with JDK 1.2.2 running on a Win2k box. > > > ----- Original Message ----- > From: "Jon Skeet" <[EMAIL PROTECTED]> > To: "Ant Users List" <[EMAIL PROTECTED]> > Sent: Thursday, May 30, 2002 9:18 AM > Subject: RE: MS VSS and IllegalMonitorStateException > > > > 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]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
