From 976e0a8b1def664c0971cd709301918bf5edbf04 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 6 Nov 2003 21:15:02 +0000 Subject: [PATCH] Update the doc with the latest change. I discovered a documented attribute called rootdir, which does not exist in the source code, so I removed it from the doc too. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275625 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/cvstagdiff.html | 34 +++++++++++++++------------ 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/docs/manual/CoreTasks/cvstagdiff.html b/docs/manual/CoreTasks/cvstagdiff.html index 1d7f5021b..03e4956cb 100644 --- a/docs/manual/CoreTasks/cvstagdiff.html +++ b/docs/manual/CoreTasks/cvstagdiff.html @@ -47,11 +47,6 @@ from the command line in the target directory in which you are working. The file in which to write the diff report. Yes - - rootdir - Root directory for the package, if different from the package name. - No -

Parameters inherited from the cvs task

@@ -78,7 +73,10 @@ from the command line in the target directory in which you are working. package - the package/module to analyze. + the package/module to analyze.
+ Since ant 1.6 + multiple packages separated by spaces are possible. + aliases corresponding to different modules are also possible Yes @@ -131,16 +129,14 @@ It writes these changes into the file tagdiff.xml.

  <cvstagdiff
                 destfile="tagdiff.xml"
-                package="ant"
-                rootdir="apache/ant"
-                startDate="2002-01-01"
-                endDate="2002-31-01"
+                package="ant jakarta-gump"
+                startDate="2003-01-01"
+                endDate="2003-31-01"
   />

Generates a tagdiff report for all the changes that have been made -in the ant module in january 2002, with rootdir indicating that -the actual location of the ant module in cvs is apache/ant -rather than ant. In this example cvsRoot +in the ant and jakarta-gump modules in january 2003. +In this example cvsRoot has not been set. The current cvsRoot will be used (assuming the build is started from a folder stored in cvs. It writes these changes into the file tagdiff.xml.

@@ -160,9 +156,17 @@ how to generate a HTML report from the XML report.

</style> -

Sample Output

+

Output

-The cvsroot and package attributes of the tagdiff element are new in ant 1.6. +The cvsroot and package attributes of the tagdiff element are new in ant 1.6.
+Notes on entry attributes : + + + + + +
AttributeComment
namewhen reporting on one package, the package name is removed from the output
revisionsupplied for files which exist at the end of the reporting period
prevrevisionsupplied for files which exist at the beginning of the reporting period.
+Old CVS servers do not supply it for deleted files. CVS 1.12.2 supplies it.

 <?xml version="1.0" encoding="UTF-8"?>