PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3435 *** shadow/3435 Wed Sep 5 09:20:18 2001 --- shadow/3435.tmp.6636 Wed Sep 5 09:20:18 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | <include name="./foo.bar"/> doesn't work | + +----------------------------------------------------------------------------+ + | Bug #: 3435 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Does work: + <fileset ...> + <include name="foo.bar"/> + </fileset> + + Does NOT work: + <fileset ...> + <include name="./foo.bar"/> + ^^ + </fileset>
