Actually I didnt know about the uptodate task before reading your mail, if I did,
I probably wouldnt have made my plugin.
That being said, after reading the documentation of the uptodate task and
assuming I understand its features, I belive my plugin actually does a better
job.
The uptodate task
How does this compare with Ant's uptodate task?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Brian Pedersen <[EMAIL PROTECTED]> wrote on 11/10/2003 06:38:45 PM:
> Hi
>
> We are around 30 developers doing J2EE developement in my company.
>
> When build
Hi
We are around 30 developers doing J2EE developement in my company.
When building with either ant or maven, a large part of the time consumed is by
generating code using various tools, such as ejbgen, xjc, wsgen etc. and the
following compilation.
To deal with this I have created a simple plug