Re: [Xdoclet-user] Excessive XDoclet generation times

2004-05-11 Thread Shaun
Setting the force attribute to false seems to have done the trick.  Thanks Erik.   Shaun  

Re: [Xdoclet-user] Excessive XDoclet generation times

2004-05-11 Thread Erik Hatcher
It does compare timestamps itself - it takes a little time to do this, but much less than doing actual generation followed by subsequent recompilation and repackaging of things that did not change. Be sure you are not setting the force attribute. Erik On May 11, 2004, at 5:32 AM, Shaun wrote

[Xdoclet-user] Excessive XDoclet generation times

2004-05-11 Thread Shaun
Is there any plan to enable XDoclet to only generate code if a source file has changed since the last generation?  Currently I am using tasks in ant to accomplish this, but it seems that it would be nicer if XDoclet did this inherently.  Or does it compare timestamps inherently and I am jus