Actually, the problem has more to do with a mixed up environment. I'm not
sure I would call it a bug, but it was a bit confusing:
charm% env | grep JAVA
JAVA_HOME=/openpkg/libexec/java-jdk15
JAVA_PLATFORM=sun-jdk-1.5.0
charm% unset JAVA_PLATFORM
charm% mvn.orig
/openpkg/bin/java:ERROR: invalid JAV
On Thu, Nov 13, 2008, David Stenglein wrote:
> The mvn/maven.sh seems to be based on the new java infrastructure, but it
> seems
> to have a problem.
>
> The line at the beginning:
> export JAVA_PLATFORM="sun-jdk"
>
> seems to throw things off. Should this just be removed?
Sorry, can you be more