javac: invalid source release: 1.4.2

2007-08-15 Thread Gisbert Amm
, but could not parse the error: javac: invalid source release: 1.4.2 When I replace 1.4.2 with 1.4 it compiles. Isn't it possible to specifiy the minor version of the JVM to compile for? -Gisbert -- Gisbert Amm Softwareentwickler Infrastruktur WEB.DE GmbH Brauerstraße 48 · D-76135 Karlsruhe Tel

RE: javac: invalid source release: 1.4.2

2007-08-15 Thread Jörg Schaible
/configuration /plugin I get this error message: Failure executing javac, but could not parse the error: javac: invalid source release: 1.4.2 When I replace 1.4.2 with 1.4 it compiles. Isn't it possible to specifiy the minor version of the JVM to compile for? http://java.sun.com/javase/6

Re: javac: invalid source release: 1.4.2

2007-08-15 Thread Tim Kettler
settings plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.4.2/source target1.4.2/target /configuration /plugin I get this error message: Failure executing javac, but could not parse the error: javac: invalid source release

Re: javac: invalid source release: 1.4.2

2007-08-15 Thread Dirk Olmes
executing javac, but could not parse the error: javac: invalid source release: 1.4.2 When I replace 1.4.2 with 1.4 it compiles. Isn't it possible to specifiy the minor version of the JVM to compile for? Simple answer: no. The JDK compiler allows only setting the major version. If you want