I think it's true that Maven is slower than Ant, but, sorry, I
would never use Maven nor Ant to just compile my code and see
if it compiles. It's a build system and not a compile system.
For example, I'm using Eclipse to edit/compile all projects
regardless if they use Ant, Maven or something else.
For example Maven can build you the project files for Eclipse,
so you have all libraries in your project setup.
But that's just my way of developing.

Carsten
 

> -----Original Message-----
> From: Mike Nash [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 18, 2004 7:38 PM
> To: Excalibur Developers List
> Subject: Re: [vote] build system
> 
> Just to toss in my 2c, I too have seen severe performance 
> differences between Ant and maven (on the rare occasion I 
> could get Maven to work at all). Has significant progress 
> been made on Maven in the last 4 months or so (which is when 
> I last tried it)?
> 
> If not, then I'm a bit worried about relying on Maven - 
> although given a severe lack of experience with it, maybe I'm 
> not well enough informed about it. 
> 
> I know that there have been at least 3 attempts to "mavenize" 
> Keel, and we've given up every time and gone back to Ant.
> 
> Mike
> 
> On Sun, 20 Jun 2004 12:14:51 +0800
> Niclas Hedhman <[EMAIL PROTECTED]> wrote:
> 
> > On Sunday 20 June 2004 10:47, Leif Mortenson wrote:
> > 
> > > -I have found it to be slower than Ant when I just want 
> to try and 
> > > compile my jars as I am doing development.
> > 
> > For the record, the new build system in Avalon (now Maven 
> > functionality, but using Ant's advanced features), is a 
> full magnitude faster on my system.
> > 
> > A complete build;
> > * Compilation of all sources.
> > * Building of all meta stuff.
> > * Generation of Jars
> > * Installation of Jars into the local repo.
> > * Running all unit tests.
> > * Generation of Javadocs for all sources.
> > * Generation of the Site.
> > 
> > takes on my system slightly less than 4 minutes. For Maven 
> to do the 
> > same thing, we are talking approx. 30-45 minutes (and 
> unable to do it 
> > in a single step).
> > 
> > I think that is reason enough to scrap Maven1.
> > 
> > Cheers
> > Niclas
> > -- 
> >    +------//-------------------+
> >   / http://www.bali.ac        /
> >  / http://niclas.hedhman.org /
> > +------//-------------------+
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED] Apache 
> > Excalibur Project -- URL: http://excalibur.apache.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED] Apache Excalibur Project -- 
> URL: http://excalibur.apache.org/
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/

Reply via email to