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=8654>. 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=8654 No ..'ing below fileset base [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-02-13 11:04 ------- I think your interpretation is incorrect. A fileset starts from a set of files rooted at a given directory. The include elements are effectively filters which select the elements from this set to form the fileset. So, from this perspective, the file "../somefile" is not in the starting set of files for the directory "." The workaround is obvious - the starting set must include the file you wish to select <fileset dir=".."> <include name="somefile"/> </fileset>