[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_82218 ]
Dan Tran commented on MSUREFIRE-49:
---
latest plexus-utils snapshot does not exhibit this problem any more. Does it
mean we need to get this new plexus-utils into maven-
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_80017 ]
Dan Tran commented on MSUREFIRE-49:
---
Confirm it is plexus' cli problem where Commandline.addEnvironment() wipes out
the existing environment variables.
Commandline.getE
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_66487 ]
Dan Tran commented on MSUREFIRE-49:
---
a few more findings:
1. the work around is to explicitly set jvm param to ${java.home}/bin/java
2. environmentVariables does get set corre
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_66457 ]
Dan Tran commented on MSUREFIRE-49:
---
note that, insert any thing into environmentVariables breaks the invocation of
jvm ( ie java ). It seems that cli processing of environment var
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_66456 ]
Carlos Sanchez commented on MSUREFIRE-49:
-
With the log you send I can only see that "java" is not in your PATH
> environmentVariables does not work with windows
> --