You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2006/10/25 09:37:20 UTC

[jira] Resolved: (SYNAPSE-31) synapse.bat at SYNAPSE_ENDORSED lined does not handle spaces in JAVA_HOME or JAVA_ENDORSED_DIRS

     [ http://issues.apache.org/jira/browse/SYNAPSE-31?page=all ]

Asankha C. Perera resolved SYNAPSE-31.
--------------------------------------

    Resolution: Fixed

Fixed to support spaces in all related directories

> synapse.bat at SYNAPSE_ENDORSED lined does not handle spaces in JAVA_HOME or JAVA_ENDORSED_DIRS
> -----------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-31
>                 URL: http://issues.apache.org/jira/browse/SYNAPSE-31
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: Incubating-M2
>            Reporter: Jeff Waters
>         Assigned To: Paul Fremantle
>            Priority: Minor
>
> Put quotes around JAVA_HOME and JAVA_ENDORSED DIRS, i.e. In synapse.bat, change line from
> set SYNAPSE_ENDORSED=%SYNAPSE_HOME%\lib\endorsed;JAVA_ENDORSED_DIRS;JAVA_HOME\lib\endorsed
> to
> set SYNAPSE_ENDORSED=%SYNAPSE_HOME%\lib\endorsed;%JAVA_ENDORSED_DIRS%;%JAVA_HOME%\lib\endorsed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org