Description
Lists all .java files in the workspace you are running this from that match these rules:
<taskdef name="listAllJavaFiles" classname="com.deaded.ant.ListAllJavaFilesTask" classpath="commonAntTasks.jar"/>
Parameters
| Attribute | Description | Required |
| Filename | The name (and location) of the file to write the list to | Yes |
Example
<listAllJavaFiles filename="C:/temp/filelist.txt"/>
DeadEd.com
http://www.deaded.com/staticpages/index.php/listalljavafilestask