An ant-lib that can be used to access a Microsoft VisualSourceSafe repository.
To use, download the antlib jar and copy to your ANT_HOME/lib directory. In your build.xml file include the namespace:
<project name="myproject" basedir="."
default="test" xmlns:vss="antlib:org.apache.ant.vss">
You don't need to declare antlibs unlike normal ant tasks.
Please note that this antlib has not been digitally signed unlike normal apache software. Use at your own risk. Please do not report bugs in the Ant Bugzilla as this is unsupported software that I'm releasing for testing and evaluation purposes.
ant-vss » [26Kb]