Re: Java concurrent classes compile issue

2011-05-17 Thread Wayne Fay
>         >                  1.6 >         >                1.6 This configuration is simply not correct. See the documentation. http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html Wayne -

Re: Java concurrent classes compile issue

2011-05-16 Thread swaroopk
I tried mvn clean and I get following warning during compile time, Unable to autodetect 'javac' path, using 'javac' from the environment. -- View this message in context: http://maven.40175.n5.nabble.com/Java-concurrent-classes-compile-issue-tp4402714p4402766.html Sent fr

Java concurrent classes compile issue

2011-05-16 Thread swaroopk
ass MyCallable is ? extends Callable, and it should run fine on jdk 1.6, but still it gives above error. From where does it takes 1.5 for compilation? -- View this message in context: http://maven.40175.n5.nabble.com/Java-concurrent-classes-compile-issue-tp4402714p4402714.html Sent from the Mave