Re: Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread Christian Schaffner
Hi Peter On Donnerstag, April 3, 2003, at 05:37 Uhr, peter reilly wrote: You need to use the attribute target = "1.1" and not the attribute compiler. Yes indeed! That solved it. Thanks so much! I almost gave up using the javac target. How could I miss that. The description is in the manual, bu

Re: Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread peter reilly
You need to use the attribute target = "1.1" and not the attribute compiler. Peter On Thursday 03 April 2003 17:27, Christian Schaffner wrote: > Hi > > (I am new to this list so please forgive me if this was already > answered.) > > We are developing a java applet and recently switched from make t

Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread Christian Schaffner
Hi (I am new to this list so please forgive me if this was already answered.) We are developing a java applet and recently switched from make to ant as building tool. The applet needs to be compatible with vanilla w2k/ie5 installations, which means that the compiled java classes needs to be c