ListAllJavaFilesTask


Description
Lists all .java files in the workspace you are running this from that match these rules:


To use this as an ANT task, you will need to add a taskdef to your build file:
<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