From d270bf086c05d45ddb81d862cf886b75be70f1df Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 14 Jul 2000 12:09:12 +0000
Subject: [PATCH] Optional vssget Task Submitted by: Andrew Everitt
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267784 13f79535-47bb-0310-9956-ffa450edef68
---
docs/index.html | 63 +++-
.../tools/ant/taskdefs/defaults.properties | 1 +
.../ant/taskdefs/optional/vss/MSVSS.java | 173 ++++++++++
.../ant/taskdefs/optional/vss/MSVSSGET.java | 309 ++++++++++++++++++
4 files changed, 544 insertions(+), 2 deletions(-)
create mode 100644 src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java
create mode 100644 src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java
diff --git a/docs/index.html b/docs/index.html
index 20e4dff66..05b7ef2c7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -23,7 +23,7 @@
Sam Ruby (rubys@us.ibm.com)
-Version 1.0.8.2 - 2000/07/12
+Version 1.0.8.2 - 2000/07/14
Table of Contents
@@ -3311,6 +3311,7 @@ Reserved.
NetRexxC
RenameExtensions
Script
+ VssGet
@@ -3686,7 +3687,65 @@ from the script.
None yet available
-
+
+
+Description:
+Task to perform GET commands to Microsoft Visual Source Safe.
+
+The following attributes are interpretted:
+
Parameters:
+
+
+ Attribute |
+ Values |
+ Required |
+
+
+ login |
+ username,password |
+ No |
+
+
+ vsspath |
+ SourceSafe path |
+ Yes |
+
+
+ localpath |
+ Override the working directory and get to the specified path |
+ No |
+
+
+ writable |
+ true or false |
+ No |
+
+
+ recursive |
+ true or false |
+ No |
+
+
+ version |
+ a version number to get |
+ No |
+
+
+ date |
+ a date stamp to get at |
+ No |
+
+
+ label |
+ a label to get for |
+ No |
+
+
+Note that only one of version, date or label should be specified
+Examples
+
+ None yet available
+