You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/01/07 11:27:44 UTC

DO NOT REPLY [Bug 32989] New: - Reference to fileset does not work as expected

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: dev@ant.apache.org
        ReportedBy: janssk1@hotmail.com


<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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org