If you move the log statement in front of setCommandLine as in
log(cmd.describeCommand(), Project.MSG_VERBOSE);
execute.setCommandline(cmd.getCommandline());
the tests will pass but -ea: will not be part of the verbose output.
So CommandLineJava#getCommandline() produces a result without the -ea
switch on the first invocation and one with the argument on the
second.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]