From 5ec7e1db1b76797c2513ada02a7cdc4fa23903b4 Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert Generates a change log report on the Ant includes a basic XSLT stylesheet that you can use to generate
a HTML report based on the xml output. The following example illustrates
@@ -172,7 +220,7 @@ This allows temp[lates to be stored inside jar]]></msg>
</changelog>
- Copyright © 2002-2003 Apache Software Foundation. All rights
+ Copyright © 2002-2004 Apache Software Foundation. All rights
Reserved.Description
Required
+
+
+ Attributes from parent Cvs task which are meaningful here
+
+ Since ant 1.6.1
+
+ cvsRoot
+ the
+ CVSROOT
variable.No
+
+
+ cvsRsh
+ the
+ CVS_RSH
variable.No
+
+
+ package
+ the package/module to check out.
+ No
+
+
+ port
+ Port used by CVS to communicate with the server.
+ No, default port 2401.
+
+
+ passfile
+ Password file to read passwords from.
+ No, default file ~/.cvspass.
+
+
+ failonerror
+ Stop the build process if the command exits with a
+ return code other than
+ 0
. Defaults to falseNo
+
+
+ tag
+ query the changelog for a specific branch.
+ No
+
+
Specific attributes
+
dir
The directory from which to run the CVS log
@@ -138,6 +181,11 @@ under the dve/network
directory, substituting the name
anytime it encounters a change made by the user ID "donaldp".
It writes these changes into the file changelog.xml
.
+ANT_16_BRANCH
.
+ <cvschangelog dir="c:/dev/asf/ant.head" passfile="c:/home/myself/.cvspass"
+ destfile="changelogant.xml" tag="ANT_16_BRANCH" />
+
Generate Report
+This task allows to retrieve a CVS client and server version +
+Attribute | +Description | +Required | +
Attributes from parent Cvs task which are meaningful here | +||
cvsRoot | +the CVSROOT variable. |
+ No | +
cvsRsh | +the CVS_RSH variable. |
+ No | +
dest | +directory containing the checked out version of the project | +No, default is project's basedir. | +
package | +the package/module to check out. | +No | +
port | +Port used by CVS to communicate with the server. | +No, default port 2401. | +
passfile | +Password file to read passwords from. | +No, default file ~/.cvspass. | +
failonerror | +Stop the build process if the command exits with a
+ return code other than 0 . Defaults to false |
+ No | +
Specific attributes | +||
cvsclientproperty | +Name of a property where the cvsclient version + should be stored | +No | +
cvsserverproperty | +Name of a property where the cvs server version + should be stored | +No | +
<cvsversion cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" + passfile="/home/myself/.cvspass" + cvsserverproperty="apachecvsversion" + cvsclientproperty="localcvsversion" + />+
finds out the cvs client and server versions and stores the versions in the +properties called apachecvsversion and localcvsversion
+ +Copyright © 2004 Apache Software +Foundation. All rights Reserved.
+ +diff --git a/docs/manual/CoreTasks/cvsversion.html b/docs/manual/CoreTasks/cvsversion.html new file mode 100644 index 000000000..73d54dddb --- /dev/null +++ b/docs/manual/CoreTasks/cvsversion.html @@ -0,0 +1,93 @@ + + +
+ +
+ + + +
+