On Sat, 2004-02-21 at 12:08, David Corbin wrote: > I have 36 beans that are a mix of CMP, Session and MDB. When there is nothing > to do (generate), ejbdoclet still takes nearly a minute to decide there is > nothing to do.
You may want to investigate Ant's uptodate task. With that, your build script can skip running the ejbdoclet task altogether when there's nothing for it to do. Andrew. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
