> Is there a reasonably simple way to make xdoclet only > run if one of the files it is processing has changed? > Most of the time for my server module builds seems > to be taken with xdoclet, and I never change stuff > it starts with.
Xdoclet checks the timestamp of the file, if newer that the generated, then regenerate. The usual way of doing is to touch the files on every build so regenerates every time. The reason is the timestamp is not enough in special cases : update xdoclet with a new version (or being a xdoclet developer ;) ) or add a Tag in a super class (xdoclet goes through them :-) ). Second thing : xdoclet runs as fast as the speed, the problem is javadoc. Some people there develop [b]xjavadoc[/b] that will replace javadoc and hopefully run faster :O ______________________________________________________________________ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=5471 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
