Jruby script under Cygwin

Hi,

In case someone else runs into this problem (I gave up on the archive
search facility to try to find if someone else ran into this):

I found a problem with the way the jruby script handles the classpath
separator when it is run under Cygwin.
CP_DELIMETER is set to “:” regardless of the environment in which it is
run. Unfortunately under Windows the classpath separator needs to be
set to “;”.

I modified the jruby script as follows:

CP_DELIMETER=":"
if $cygwin; then
CP_DELIMETER=";"
fi

Avi


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email