Hi,

this is probably a FAQ. If so, I apologize in advance.

I notice, that jar files are being rebuilt all the time. To me, this has serious disadvantages:

- Building the jar file takes time.
- Copying the updated jar file takes more time.
- Rebuilding other files, which include the jar file, takes more time.
... and the cycle continues.

IMO, this is an important point, when comparing Ant and Maven in terms of performance. A build with Ant is in most cases exceptionally fast, because Ant typically does very little. To Maven, this is a completely unknown thing.

Why is this so?


Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to