BTW this particular error means you are running the build tools (Maven et al.) with Java 5 instead of Java 6. We require Java 6 -- to build as well since the code uses Java 6 features that javac needs to understand.
On Wed, Feb 11, 2009 at 12:19 AM, Jeff Eastman <[email protected]> wrote: > Hmn, found and installed the maven plugin and ran the pom. Ran just like the > first one in command line except it failed at the end: > > Failure executing javac, but could not parse the error: > javac: invalid target release: 1.6 > > Probably my java settings. will debug.
