Hi Oliver,

Oliver Heger wrote:

> Maven build works fine with Java 1.5 and 1.7 on Windows 7. The ant build
> was successful, too. Artifacts and site look good.
> 
> So +1.
> 
> I tried to test the build with a JDK 1.4 using the profile, but got the
> error
> java.lang.UnsupportedClassVersionError:
> org/apache/maven/surefire/booter/ForkedBooter (Unsupported major.minor
> version 49.0)

[snip]

This is normal. The profile is used to use a dedicated compiler (e.g. the 
one of Java 1.4) while you run Maven with a different (higher) version.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to