Hello,
all running here pretty well!
But now we want to compile our technical architecture components first and
then all the other stuff.
Paths are like this:
/this/is/my/package/stuff
/this/is/my/package/morestuff
/this/is/my/package/ta
[..]
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?
I don't think something like
<exclude name="**/*.java"/>
<include name="**/ta/*"/>
works. :-D
MfG,
Oliver Hertel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>