I have a project with a lot of modules.Each module has its own source directory.The whole project is compiled with the same destination (the calsses are strored in the same dir) Something like :
I use for the module (src) list a dirSet.The same dir set I use it like sourcepath(because between modules are some dependecies).
This architecture is functional.Thare are also other way (may be more simple ) to compile a project with sources in different dirs ?
[ edited to preserve formatting using the [code] and [/code] UBB tags -ds ] [ July 22, 2004: Message edited by: Dirk Schreckmann ]
SCJP, SCJD, SCWCD
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
I'm not certain I've a clear idea of the ant script you're using now. Could you post an example (or a real) script? [ July 22, 2004: Message edited by: Dirk Schreckmann ]