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=8434>.
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=8434

Optional Task ftp - not using recursive filesets

           Summary: Optional Task ftp - not using recursive filesets
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


With the optional ftp task, this works:

<fileset dir=".">
  <include name="**/*.java"/>
</fileset>

but this does not:
<fileset dir=".">
  <include name="src/**/*.java"/>
</fileset>

Expected behavior: All .java files recrusively nested below src/ should be 
transfered
Actual behavior: Only the files in src/ are transferred.

Note that the starting remotedir is one level higher than 'src'

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to