>>>>> "FB" == Farrar, Brian <Brian.Farrar@Mindflow.com> writes:
FB> I would like to not have the top-level build.xml file be required
FB> to specify each target (sort of a generic target which will
FB> propagate downwards.)
I'm not sure I understand taht. The target attribute of <ant> is not
required, the sub projects default target will be used if it is
omitted. Is that what you want?
FB> Also I would like to be able to give a list of files in each
FB> subdirectory to be built rather than simply building all *.java
FB> files.
try to use some <exclude> or <include> elements within the <javac>
task. If the list should be kept external the includesfile and
excludesfile attributes of <javac> may help.
Stefan
|