I created a build file with separate compile rules for ejb, client and common classes. The client classes use the generated interface classes and thus depend on the xdoclet-generate task. Most of the times however nothing changes and compiling client classes shouldn�t cause xdoclet-generate task to run. However, whenever I run compile-client it repeats the whole xdoclet-generate task which causes quite some extra build time. How can I set up my build.xml file such that proper dependency checking is done for the xdoclet-generate tasks (only run if ejb source classes have changed) ?
Regards, Jan Jan Kester Marlborough Stirling Espa�a, S.L. Director de Inform�tica Gran V�a 62, 10� izq 28013 Madrid tel: +34-91-5487910 fax: +34-91-5400199 email: [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
