DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32989>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32989 Summary: Reference to fileset does not work as expected Product: Ant Version: 1.6.2 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <path id="jpf.classpath"> <fileset dir="${jpf.dir}" id="jpf.fileset" includes="lib/jpf-0.3.jar"/> </path> I would expect that the jpf.classpath and jpf.fileset contain the same jar. However, it seems that the path reference does contain the directory information while the fileset reference seems to be only a reference to the (implicitly nested) patternset without the directory information. Does this mean that a reference to a fileset can not be done ? The manual states: 'All tasks that use nested elements for PatternSets, FileSets, ZipFileSets or path-like structures accept references to these structures as well.' This does not seem to be correct than.. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]