Howdy,

In the start/stop script there's this Cygwin stuff:

# For Cygwin, ensure paths are in UNIX format before anything is touched
if $cygwin ; then
 [ -n "$APACHEDS_HOME" ] &&
   APACHEDS_HOME=`cygpath --unix "$APACHEDS_HOME"`
 [ -n "$APACHEDS_HOME_LOCAL" ] &&
   APACHEDS_HOME_LOCAL=`cygpath --unix "$APACHEDS_HOME_LOCAL"`
 [ -n "$JAVA_HOME" ] &&
   JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
 [ -n "$CLASSPATH" ] &&
   CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
fi

nuke?

I think cygwin stuff is just for running on windows right?

Thanks,
- Ole

Reply via email to