No, this is incorrect. As Steve said in another email, Maven only compiles changed or new java files.
You can change to a different compiler (jikes), but this will not change whether the java files are recompiled or not. - Brett > -----Original Message----- > From: Arto Pastinen [mailto:[EMAIL PROTECTED] > Sent: Thursday, 18 March 2004 1:19 AM > To: Maven Users List > Subject: Re: Rebuild > > > Yes i think that maven will compile files always. About that > class file is newer that java file, do you mean timestamp in > filesystem? i don't think that it would tell nothing about > that is source modified.. And of course you can define always > other compiler, that default javac. There is some property > where you can define compiler to other, like jikes. > > Artsi > > On Wed, 2004-03-17 at 16:05, Daniel Frey wrote: > > Hi, > > > > I have the impression that i.e. > > > > - a java file is compiled although the corresponging class files is > > newer than the java file. > > > > Usually in build processes, i.e. a compilation takes only place if > > there are not classes or the classes are outdated. In maven, I have > > the impression that it compiles always. > > > > Daniel > > > > -----Urspr�ngliche Nachricht----- > > Von: Arto Pastinen [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 17. M�rz 2004 15:03 > > An: Maven Users List > > Betreff: Re: Rebuild > > > > Hi! > > > > Sorry my bad english, but what do you actually means with that > > rebuild?? > > > > Artsi > > > > On Wed, 2004-03-17 at 12:10, Daniel Frey wrote: > > > Hi there, > > > > > > I am using maven for the first time. I think it's great, > just what > > > (I > > > assume) everyone would build on its own when doing big projects. > > > > > > After using it now for one week, I've got the impression that the > > > maven scripts do a rebuild anyway, ignoring what really has to be > > > rebuild and > > what > > > not. Is this correct? > > > > > > Thanks > > > Daniel Frey > > > http://www.xmatrix.ch > > > > > > > > > > -------------------------------------------------------------------- > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
