You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Euan Guttridge <EG...@buildonline.com> on 2001/08/15 10:11:48 UTC

VisualSourceSafe and ANT

Does anyone have any example ANT scripts that integrate with
VisualSourceSafe? Anything simple or complex would be a massive help!


Thanks, 
Euan

Re: VisualSourceSafe and ANT

Posted by Jim Leary <jl...@pobox.com>.
----- Original Message -----
From: "Euan Guttridge" <EG...@buildonline.com>
To: <an...@jakarta.apache.org>
Sent: Wednesday, August 15, 2001 4:11 AM
Subject: VisualSourceSafe and ANT


> Does anyone have any example ANT scripts that integrate with
> VisualSourceSafe? Anything simple or complex would be a massive help!

Have you tried using the optional tasks VSSGET and VSSLABEL?  These are for
VSS and are provided with at least V1.3 of ant (maybe earlier, but I started
with 1.3).

I also extended the model even further (it's quite easy to do, btw), adding
VSSCLOAK, VSSDECLOAK, VSSCHECKOUT and VSSCHECKIN for my own purposes.

Jim L.