bodewig 2003/09/22 08:41:44 Modified: docs/manual/CoreTasks cvs.html src/main/org/apache/tools/ant/taskdefs AbstractCvsTask.java Log: properly document <cvs>'s dest attribute Revision Changes Path 1.19 +4 -1 ant/docs/manual/CoreTasks/cvs.html Index: cvs.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- cvs.html 2 Sep 2003 14:38:19 -0000 1.18 +++ cvs.html 22 Sep 2003 15:41:44 -0000 1.19 @@ -54,7 +54,10 @@ </tr> <tr> <td valign="top">dest</td> - <td valign="top">the directory where the checked out files should be placed.</td> + <td valign="top">the directory where the checked out files should + be placed. Note that this is different from CVS's -d command line + switch as Ant will never shorten pathnames to avoid empty + directories.</td> <td align="center" valign="top">No, default is project's basedir.</td> </tr> <tr> 1.27 +4 -0 ant/src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java Index: AbstractCvsTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- AbstractCvsTask.java 12 Sep 2003 20:56:46 -0000 1.26 +++ AbstractCvsTask.java 22 Sep 2003 15:41:44 -0000 1.27 @@ -571,6 +571,10 @@ /** * The directory where the checked out files should be placed. * + * <p>Note that this is different from CVS's -d command line + * switch as Ant will never shorten pathnames to avoid empty + * directories.</p> + * * @param dest directory where the checked out files should be placed */ public void setDest(File dest) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]