[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1286) Broken command line on UNIX platforms other than Linux causes many testsuite tests to fail.

Clebert Suconic (JIRA) jira-events at lists.jboss.org
Mon Sep 15 11:50:24 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clebert Suconic closed JBMESSAGING-1286.
----------------------------------------

    Resolution: Done


The commit was applied on both branches.

Branch_Stable, Commited into release 4200
CP: Committed into release 4201

> Broken command line on UNIX platforms other than Linux causes many testsuite tests to fail.
> -------------------------------------------------------------------------------------------
>
>                 Key: JBMESSAGING-1286
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1286
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.4.0.SP3.CP02
>            Reporter: Phillip Thurmond
>            Assignee: Clebert Suconic
>             Fix For:  1.4.0.SP3.CP04, 1.4.1.GA
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list