bodewig     2002/11/15 05:15:23

  Modified:    .        WHATSNEW
               docs/manual/CoreTasks cvstagdiff.html
               src/main/org/apache/tools/ant/taskdefs/cvslib
                        CvsTagDiff.java
  Log:
  merge some minor changes from 1.5 branch
  
  Revision  Changes    Path
  1.320     +3 -0      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.319
  retrieving revision 1.320
  diff -u -r1.319 -r1.320
  --- WHATSNEW  15 Nov 2002 11:59:30 -0000      1.319
  +++ WHATSNEW  15 Nov 2002 13:15:23 -0000      1.320
  @@ -50,6 +50,9 @@
   
   * <javadoc> will now pass -source to custom doclets as well.
   
  +* <cvstagdiff> would throw a NullPointException if there had been no
  +  differences.
  +
   Other changes:
   --------------
   * <setproxy> lets you set the username and password for proxies that want 
authentication
  
  
  
  1.4       +4 -1      jakarta-ant/docs/manual/CoreTasks/cvstagdiff.html
  
  Index: cvstagdiff.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/cvstagdiff.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvstagdiff.html   4 Sep 2002 11:51:03 -0000       1.3
  +++ cvstagdiff.html   15 Nov 2002 13:15:23 -0000      1.4
  @@ -135,7 +135,10 @@
   <p>Generates a tagdiff report for all the changes that have been made
   in the <code>jakarta-ant</code> module in january 2002, with 
<code>rootdir</code> indicating that 
   the actual location of the <code>jakarta-ant</code> module in cvs is 
<code>jakarta/ant</code> 
  -rather than <code>jakarta-ant</code>.
  +rather than <code>jakarta-ant</code>. In this example <code>cvsRoot</code>
  +has not been set. The current <code>cvsRoot</code> will be used (assuming 
the build is started
  +from a folder stored in <code>cvs</code>.
  +It writes these changes into the file <code>tagdiff.xml</code>.</p>
   
   <h4>Generate Report</h4>
   <p>Ant includes a basic XSLT stylesheet that you can use to generate 
  
  
  
  1.11      +2 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java
  
  Index: CvsTagDiff.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CvsTagDiff.java   4 Sep 2002 11:51:03 -0000       1.10
  +++ CvsTagDiff.java   15 Nov 2002 13:15:23 -0000      1.11
  @@ -96,6 +96,7 @@
    * </PRE>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Frederic Lavigne</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Rob van Oostrum</a>
    * @version $Revision$ $Date$
    * @since Ant 1.5
    * @ant.task name="cvstagdiff"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to