On 8 May 2002, Stefan Bodewig wrote: > On Tue, 7 May 2002, GOMEZ Henri <[EMAIL PROTECTED]> wrote: > > > for jdk 1.4 support, I'll just need to build against JDK 1.4 > > instead of jikes or IBM SDK 1.3.1 > > Can't you use jikes and point it to rt.jar of a JDK 1.4 installation?
Important: JDK1.4 has a '-target' option ( not sure if ant sets it ), and the default is to generate code that won't run with JDK1.1. Since ant ( and few other packages ) are supposed to run with 1.1, it would be a good idea to make sure the target is set corectly. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
