Hi,
could someone who runs win32 and has cygnus installed check if the
following will actually work. I had a request for this but I don't use the
platform so .... ;)
----Change <jakarta-ant>/bin/ant----
if [ "$CLASSPATH" != "" ] ; then
if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
fi
LOCALCLASSPATH=$LOCALCLASSPATH:$CLASSPATH
fi# convert the existing path to unix
Cheers,
Pete
*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power." |
| -Abraham Lincoln |
*------------------------------------------------------*