stevel 2002/06/23 00:55:54
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH starteam.html
Log:
tab to space rework, and other minor touches
Revision Changes Path
No revision
No revision
1.13.2.1 +24 -24 jakarta-ant/docs/manual/OptionalTasks/starteam.html
Index: starteam.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/starteam.html,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -r1.13 -r1.13.2.1
--- starteam.html 8 Apr 2002 15:12:14 -0000 1.13
+++ starteam.html 23 Jun 2002 07:55:54 -0000 1.13.2.1
@@ -170,7 +170,7 @@
username="auser"
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
- force="true"
+ force="true"
/>
</pre>
@@ -184,7 +184,7 @@
username="auser"
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
- forced="true"
+ forced="true"
/>
</pre>
And this is a simpler way of accomplishing the same thing as the previous
example, using the URL attribute.
@@ -197,7 +197,7 @@
rootstarteamfolder="\Dev"
excludes="*.bak *.old"
label="v2.6.001"
- forced="true"
+ forced="true"
/>
</pre>
@@ -211,7 +211,7 @@
rootlocalfolder="C:\dev\buildtest\co"
includes="*.htm,*.html"
excludes="index.*"
- forced="true"
+ forced="true"
/>
</pre>
@@ -227,8 +227,8 @@
rootlocalfolder="C:\dev\buildtest\co"
includes="*.htm,*.html"
excludes="index.*"
- forced="true"
- recursive="false"
+ forced="true"
+ recursive="false"
/>
</pre>
This example is like the previous one, but will only check out files in
@@ -240,7 +240,7 @@
password="secret"
rootstarteamfolder="src/java"
rootlocalfolder="C:\dev\buildtest\co"
- forced="true"
+ forced="true"
/>
</pre>
<br></br>
@@ -258,7 +258,7 @@
password="secret"
rootstarteamfolder="src/java"
rootlocalfolder="C:\dev\buildtest\co\src\java"
- forced="true"
+ forced="true"
/>
</pre>
@@ -351,7 +351,7 @@
username="auser"
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
- forced="true"
+ forced="true"
/>
</pre>
@@ -365,7 +365,7 @@
username="auser"
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
- forced="true"
+ forced="true"
/>
</pre>
And this is a simpler way of giving the same commands as the command above
using the URL shortcut.
@@ -377,7 +377,7 @@
rootlocalfolder="C:\dev\buildtest\co"
rootstarteamfolder="\Dev"
excludes="*.bak *.old"
- forced="true"
+ forced="true"
/>
</pre>
@@ -391,7 +391,7 @@
rootlocalfolder="C:\dev\buildtest\co"
includes="*.htm,*.html"
excludes="index.*"
- forced="true"
+ forced="true"
/>
</pre>
@@ -408,8 +408,8 @@
rootstarteamfolder="src/java"
includes="*.htm,*.html"
excludes="index.*"
- forced="true"
- recursive="false"
+ forced="true"
+ recursive="false"
/>
</pre>
This example is like the previous one, but will only check in files from
@@ -422,8 +422,8 @@
rootlocalfolder="C:\dev\buildtest\co"
rootstarteamfolder="src/java"
includes="version.txt"
- forced="true"
- recursive="false"
+ forced="true"
+ recursive="false"
/>
</pre>
This example is like the previous one, but will only check only in one file,
C:\dev\buildtest\co\version.txt to the StarTeam folder src/java.
@@ -435,10 +435,10 @@
rootlocalfolder="C:\dev\buildtest\co"
rootstarteamfolder="src/java"
includes="version.java"
- forced="true"
- recursive="false"
- addUncontrolled="true"
- comment="Fix Bug #667"
+ forced="true"
+ recursive="false"
+ addUncontrolled="true"
+ comment="Fix Bug #667"
/>
</pre>
This example is like the previous one, but will only check only in one file,
C:\dev\buildtest\co\version.java to the StarTeam folder src/java. Because the
<i>addUncontrolled</i> attribute has been set, if StarTeam does not already
control this file in this location, it will be added to the repository. Also,
it will write a comment to the repository for this version of the file.
@@ -449,7 +449,7 @@
password="secret"
rootstarteamfolder="src/java"
rootlocalfolder="C:\dev\buildtest\co"
- forced="true"
+ forced="true"
/>
</pre>
<br></br>
@@ -467,7 +467,7 @@
password="secret"
rootstarteamfolder="src/java"
rootlocalfolder="C:\dev\buildtest\co\src\java"
- forced="true"
+ forced="true"
/>
</pre>
@@ -606,8 +606,8 @@
<stlist url="WASHINGTON:49201/build"
username="auser"
password="secret"
- rootlocalfolder="srcdir2"
- excludes="*.properties"
+ rootlocalfolder="srcdir2"
+ excludes="*.properties"
/>
</pre>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>