2009/8/1 Curt Arnold <[email protected]>: > We've discussed the javac target option previously, setting target=1.2
Just a note, in companion component the target is 1.1, the source is 1.2. > does > not indicate that only methods in the JDK 1.2's class library are used, it > means to output byte-code that adheres to that particular JVM's byte code > format. You're right, in fact the only problem is inside Eclipse, since it is saying that the environment that I use (J2SE 1.2 over a Java SE 6) gives me compile errors due to "restrictions in the use of some classes", such as DOM classes. > The target setting was intentional. I'm not aware of any > significant improvement that would come from bumping it. I definitely would > not want to bump it on log4j itself. Why not on the companions, then? Java 5 is at the end-of-life, while Java 6 is mature, why not jumping *at least* into Java 5? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
