On Wed, 12 Jun 2002, Oliver Hertel <[EMAIL PROTECTED]>
wrote:
> Okay, the fileset for the non ta components is:
>
> <fileset dir="${root.src}" casesensitive="yes">
> <include name="**/*.java"/>
> <exclude name="**/ta/*"/>
> </fileset>
>
> What's the fileset for compiling only the ta comnponents?
<fileset dir="${root.src}" casesensitive="yes">
<include name="**/ta/*"/>
</fileset>
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>