]
Clebert Suconic closed JBMESSAGING-1286.
----------------------------------------
Resolution: Done
Broken command line on UNIX platforms other than Linux causes many
testsuite tests to fail.
-------------------------------------------------------------------------------------------
Key: JBMESSAGING-1286
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-1286
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP3.CP02
Reporter: Phillip Thurmond
Assigned To: Clebert Suconic
Fix For: 1.4.0.SP3_CP03, 1.4.0.SP4, 1.4.1.CR2
The class ServerManagement contains the lines:
if (System.getProperty("os.name").equals("Linux"))
{
sb.append("-cp").append(" ").append(classPath).append("
");
}
else
{
sb.append("-cp").append("
\"").append(classPath).append("\" ");
}
B/c several other OS's (HP-UX and Solaris) do not need the quotation marks, this
causes many tests to fail on these platforms.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: