Posted By:
Allan_Clearwaters
Posted On:
Tuesday, February 14, 2006 09:14 AM
I want to create a target that iterates a set of commands over a set of files. For instance, I have some individual java files in a number of directories. I would like to compile all of these files and output their class files to a single directory prior to a creating a jar. I know this must be possible but for the life of me I can't see how - thus my queation. In essence I want the equivalent of multiple targets in a makefile.
Thanx in advance for your help - Al