Apache Ant 1.5.4 Manual

Add to My manuals
305 Pages

advertisement

Apache Ant 1.5.4 Manual | Manualzz

Ant Manual 1.5.4 12/9/2003 7:47 PM

• Changes before a date: Specify toDate

• Changes after a date: Specify fromDate

• Changes X Days before a date: Specify toDate and (negative!) numDays

• Changes X Days after a date: Specify fromDate and numDays

Examples

<vsshistory vsspath="/myProject" recursive="true"

fromLabel="Release1"

toLabel="Release2"/>

Shows all changes between "Release1" and "Release2".

<vsshistory vsspath="/myProject" recursive="true"

fromDate="01.01.2001"

toDate="31.03.2001"/>

Shows all changes between January 1st 2001 and March 31st 2001 (in Germany, date must be specified according to your locale).

<tstamp>

<format property="to.tstamp" pattern="M-d-yy;h:mma" />

</tstamp>

<vsshistory vsspath="/myProject" recursive="true"

numDays="-14"

dateFormat="M-d-yy;h:mma"

toDate="${to.tstamp}"/>

Shows all changes in the 14 days before today.

10.48.6 VssCheckin

Description

Task to perform CHECKIN commands to Microsoft Visual SourceSafe.

Parameters

Attribute Values

vsspath SourceSafe path which specifies the project/file(s) you wish to perform the action on. You should not specify the leading dollar-sign - it is prepended by

Ant automatically.

Required

Yes login localpath ssdir username[,password] - The username and password needed to get access to

VSS. Note that you may need to specify both (if you have a password) -

Ant/VSS will hang if you leave the password out and VSS does not accept login without a password.

No

Override the working directory and get to the specified path directory where ss.exe resides. By default the task expects it to be in the

PATH. serverPath directory where srssafe.ini resides.

No

No

No writable recursive true or false true or false comment Comment to use for the files that where checked in. autoresponse 'Y', 'N' or empty. Specify how to reply to questions from VSS.

No

No

No

No

296/305

advertisement

Related manuals

advertisement

Table of contents