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 <outofdate> 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 just blindly missing something?
Without the <outofdate> taks, my build times are creeping over 3
mins.
Shaun
|