Bug 8434 - Optional Task ftp - not using recursive filesets
Summary: Optional Task ftp - not using recursive filesets
Status: RESOLVED DUPLICATE of bug 4411
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.4.1
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 20:33 UTC by Doug Conley
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Conley 2002-04-23 20:33:45 UTC
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'
Comment 1 Stefan Bodewig 2002-04-24 11:47:41 UTC

*** This bug has been marked as a duplicate of 4411 ***