bodewig 2003/04/22 08:40:51
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH changelog.html cvs.html cvstagdiff.html Log: Sync with HEAD Revision Changes Path No revision No revision 1.10.2.2 +4 -1 ant/docs/manual/CoreTasks/changelog.html Index: changelog.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/changelog.html,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -u -r1.10.2.1 -r1.10.2.2 --- changelog.html 10 Feb 2003 13:59:37 -0000 1.10.2.1 +++ changelog.html 22 Apr 2003 15:40:50 -0000 1.10.2.2 @@ -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 <cvs> 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> @@ -125,7 +128,7 @@ It writes these changes into the file <code>changelog.xml</code>.</p> <pre> <cvschangelog dir="dve/network" - destfile="changelog.xml"/> + destfile="changelog.xml"> <user displayname="Peter Donald" userid="donaldp"/> </cvschangelog></pre> 1.13.2.3 +3 -0 ant/docs/manual/CoreTasks/cvs.html Index: cvs.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.13.2.2 retrieving revision 1.13.2.3 diff -u -r1.13.2.2 -r1.13.2.3 --- cvs.html 10 Feb 2003 13:59:37 -0000 1.13.2.2 +++ cvs.html 22 Apr 2003 15:40:50 -0000 1.13.2.3 @@ -13,6 +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 <cvs> 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.1.2.4 +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.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- cvstagdiff.html 10 Feb 2003 13:59:37 -0000 1.1.2.3 +++ cvstagdiff.html 22 Apr 2003 15:40:50 -0000 1.1.2.4 @@ -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 <cvs> 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>