I would put it in the same directory as "ant.jar".
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 10:46 AM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe
Does it matter where to install "optional.jar" ?
-----Original Message-----
From: Shannon Wagner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 10:46 AM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe
You need to use the "vssget" task. The documentation is available here:
http://jakarta.apache.org/ant/manual/OptionalTasks/vssget.html
It's an optional task, so you'll need to make sure you've included
"optional.jar" in your Ant installation. You can download "optional.jar"
here if you don't already have it:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/
- sw
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 10:34 AM
To: '[EMAIL PROTECTED]'
Subject: pulling out the code from SourceSafe
Ok here is what I need to do;
During the compilation, if the programmer doesn't have the source code, the
"build script" should be able to pull out the code from the "SourceSafe".
I've heard before that Ant supports this. Any ideas how?
Thanks,