Hi!
I am running ANT 1.5 Beta and have also installed the 1.4 optional tasks to
do gets from MS SourceSafe.
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.
Here is the part in the build.xml
<target name="getsource">
<mkdir dir="xsl" />
<vssget localPath="./xsl"
recursive="true"
login="x,x"
vsspath="/Development/xsl"
serverPath="R:\Product\VSSDB"
ssdir="D:\Program Files\Microsoft Visual Studio\VSS\win32"
writable="true"/>
</target>
Any help would be appreciated!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>