With java1.4 the javac server is noticeable faster than jikes :) Javier
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of > Kevin A. Burton > Sent: Sunday, November 11, 2001 1:50 AM > To: Paul Kinnucan > Cc: [EMAIL PROTECTED] > Subject: Re: Incremental compiling > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Paul Kinnucan <[EMAIL PROTECTED]> writes: > > > The hook function seems to be called for every save. I don't know why > since > > my code makes the after save hook variable buffer local. Anway, the > following > > version prevents compilation after saving non jde files. > > > > - Paul > > > > (defun jde-compile-after-save () > > (if (eq major-mode 'jde-mode) > > (jde-compile))) > > Hm. I just played with this. Even with the compilation server javac is > an > order of magnitude slower than jikes :( (bug totally faster than standard > javac > though). > > Kevin > > - -- > Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED] ) > Location - San Francisco, CA, Cell - 415.595.9965 > Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ > > And the beast shall come forth surrounded by a roiling cloud of vengeance. > The > house of the unbelievers shall be razed and they shall be scorched to the > earth. Their tags shall blink until the end of days. > - from The Book of Mozilla, 12:10 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt > > iD8DBQE77h8lAwM6xb2dfE0RAoboAJ9XAlKU81scUXOeyWHJBQnx7I/lAACgtueb > 1QYJ0zraeS0P+eNBZZz4yMY= > =8z9A > -----END PGP SIGNATURE-----
