It is called that the Javac and Jikes compile differently. (i.e. Jikes is more restrictive) which means that alot of code might break. Also, is Jikes available on Linux (RedHat 7.2). I plan on switching from NT build machine to Linux build machines.
Paul Franz -----Original Message----- From: Paul Cody <[EMAIL PROTECTED]> Date: Tue, 26 Feb 2002 06:26:48 -0800 To: "'Ant Users List'" <[EMAIL PROTECTED]> Subject: RE: Compiling files 1 at a time > > > > > It's not really compile time that is the problem, but the rather > > inefficient developement cycle: You compile few files and fix > > few errors > > rather than compile lots of files and fix the errors without need to > > recompile every singel fil and its (possibly) changed dependencies. > > > > I really wouldn't sweat it: Java is not C, it's far easier for a compiler > to emit bytecode than object code. Consequently, compile times are much > smaller. Additionally, there's no reason *not* to be using jikes. If you > are not using it yet, download it now and report back if your compile times > are still an issue. > > (Also gotta give it up to Intel for the Pentium 4, it's damn fast) > > Paul > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Email.com http://www.email.com/?sr=signup -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
