DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18175>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18175 Attempting to FTP causes ant to hang. ------- Additional Comments From [EMAIL PROTECTED] 2003-03-20 02:11 ------- So there are 2 problems: 1. It doesn't hang using <include in place of <filename, however, it still shouldn't hang. fileset: Setup scanner in dir \a\b\c${d}\e\f with patternSet{ includes: [a_b.log] excludes: [] } 2. It seems to ignore the separator="/" directive, because at the very end, it still attempts to retrieve from: "\a\b\c${d}\e\f". Likely because I am running the ant script from a windows machine.