After updating to maven-1.0-rc4 it took me a while to find out why I
could not start maven and only got the following info message from java:
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
[...]
I tracked it down to the following argument to the java virtual machine
which seems to cause my trouble:
"-Duser.home.env=U:\"
Removing this command solved my problems. I guess the combination of \"
does escape the doublequote...
Can someone else raise an issue in jira, I am just too busy right now...
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]