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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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.
