bodewig     2003/04/22 08:31:03

  Modified:    docs/manual/CoreTasks changelog.html cvs.html
                        cvstagdiff.html
  Log:
  Some improvements on "you need cvs in your PATH".
  
  Submitted by: Chris Reeves <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.13      +3 -0      ant/docs/manual/CoreTasks/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/changelog.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changelog.html    21 Apr 2003 07:07:08 -0000      1.12
  +++ changelog.html    22 Apr 2003 15:31:03 -0000      1.13
  @@ -11,6 +11,9 @@
   <h3>Description</h3>
   <p>Generates an XML-formatted report file of the change logs recorded in a
   <a href="http://www.cvshome.org/"; target="_top">CVS</a> repository. </p>
  +<p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you 
will get
  +an error (such as error 2 on windows). If &lt;cvs&gt; doesn't work, try to 
execute cvs.exe
  +from the command line in the target directory in which you are working.
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  
  1.17      +3 -3      ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- cvs.html  10 Mar 2003 07:04:24 -0000      1.16
  +++ cvs.html  22 Apr 2003 15:31:03 -0000      1.17
  @@ -13,9 +13,9 @@
   <a href="http://www.cvshome.org/"; target="_top">CVS</a> repository.</p>
   <p>When doing automated builds, the <a href="get.html">get task</a> should be
   preferred over the <i>checkout</i> command, because of speed.</p>
  -<p><b>Important</b>This task needs "cvs" on the path. If it isn't, you will 
get
  -an error (such as error 2 on windows). If &lt;cvs&gt; doesn't work, try and 
execute
  -it from the command line in the target directory you are working in.
  +<p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you 
will get
  +an error (such as error 2 on windows). If &lt;cvs&gt; doesn't work, try to 
execute cvs.exe
  +from the command line in the target directory in which you are working.
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  
  1.6       +3 -0      ant/docs/manual/CoreTasks/cvstagdiff.html
  
  Index: cvstagdiff.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvstagdiff.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvstagdiff.html   19 Feb 2003 09:23:19 -0000      1.5
  +++ cvstagdiff.html   22 Apr 2003 15:31:03 -0000      1.6
  @@ -8,6 +8,9 @@
   <h3>Description</h3>
   <p>Generates an XML-formatted report file of the changes between two tags or 
dates recorded in a
   <a href="http://www.cvshome.org/"; target="_top">CVS</a> repository. </p>
  +<p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you 
will get
  +an error (such as error 2 on windows). If &lt;cvs&gt; doesn't work, try to 
execute cvs.exe
  +from the command line in the target directory in which you are working.
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

Reply via email to