Indeed a bug. Should be
SET MAVEN_OPTS="%MAVEN_OPTS% -Xmx160m"
or similar (I don't run windows). Could you create a JIRA issue please?
Errr. Well my point was that it works OK on Windows but potentially not on *nix. Setting the heap size in the script like this means can end up with
MAVEN_OPTS = -Xmx500m -Xmx160m
and I was assuming that the JVM might choose the second setting, thus making it impossible to override the heap size of 160m.
-- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
