You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Fraser Adams (JIRA)" <ji...@apache.org> on 2014/03/14 08:42:43 UTC

[jira] [Resolved] (QPID-5604) Bash scripts doesn't support Cygwin

     [ https://issues.apache.org/jira/browse/QPID-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fraser Adams resolved QPID-5604.
--------------------------------

    Resolution: Fixed

> Bash scripts doesn't support Cygwin
> -----------------------------------
>
>                 Key: QPID-5604
>                 URL: https://issues.apache.org/jira/browse/QPID-5604
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tools
>         Environment: Windows with Cygwin
>            Reporter: Jan Bareš
>            Priority: Trivial
>
> Under Cygwin the scripts like bin/QpidRestAPI.sh pass Cygwin related path to windows program (Java) and also Unix classpath separator. Adding support for Cygwin is easy:
> {noformat}
> cygwin=false;
> case "`uname`" in
>   CYGWIN*) cygwin=true;;
> esac
> if $cygwin; then
>   CLASSPATH=$(cygpath -wp $CLASSPATH)
> fi
> {noformat}
> Something similar can be done for Mac's Darwin, but I cannot test it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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