Just downloaded the new 2.0 version and I want to build a version targeted for Java version 1.4.2. I tried an ant build 'alljars' using the 1.4.2 compiler, but it seems that is not going to work. I can see that source and target is set for version 1.3 on the buildmain target, but It seems that even with that you need the java 1.5 compiler.
Is there anyway to compile with 1.4?


