aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes fileset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "fileset" Watch "fileset" New topic
Author

fileset

sarah Marsh
Ranch Hand

Joined: Mar 06, 2001
Posts: 282
In the fileset tag,
What's the difference between
<include name="**/*.jar"/> and <include name="*.jar"/> ?
Thanks in advance!
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
The first will go through all directories from the base the second only looks in the base.
 
 
subject: fileset
 
Threads others viewed
Ant Javac Task with difrrerent compiler
Java2WsdlAntTask cannot be found using the classloader AntClassLoader
Problems with ANT axis-java2wsdl
classpath setup by taking jars from multiple directory
Ant Property or Fileset
IntelliJ Java IDE