On Fri, 14 Mar 2003, Costin Manolache <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >> On Thu, 13 Mar 2003, Costin Manolache <[EMAIL PROTECTED]> wrote: >> >>> Is there any active committer that uses JDK1.1 ? >> >> Me, from time to time. I still have to maintain a library that has >> a strong requirement of compiling against 1.1. > > And using ant1.5 won't be enough ?
It will force me to use something different than CVS HEAD, which involves the incredible work of setting ANT_HOME differently 8-) > I assume we'll continue to support compiling with JDK1.1 compiler We will certainly do so. > ( it can be done using an exec if you don't trust the flags on > the new compilers ) <javac> is supposed to do just fine. Stefan