You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/20 15:51:51 UTC

[Bug 2706] New: - Bug in fileset Online Documentation

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2706

*** shadow/2706	Fri Jul 20 06:51:51 2001
--- shadow/2706.tmp.22752	Fri Jul 20 06:51:51 2001
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | Bug in fileset Online Documentation                                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2706                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: Documentation           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: jfreidling@bigfoot.de                                        |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://jakarta.apache.org/ant/manual/dirtasks.html           |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ At the page:
+ http://jakarta.apache.org/ant/manual/dirtasks.html
+ 
+ In the section "Examples":
+ 
+ <copy todir="${dist}">
+   <fileset dir="${src}"/>
+                       ^^^
+     <include name="**/images/*"/>
+     <exclude name="**/*.gif"/>
+   </fileset>
+ </copy>
+ 
+ The "/" in the second line of the example is too much.