But with that I have problems running grails in cygwin,
the grails ant path must also be modified using cygpath.
Please add:
GRAILS_ANT_CLASSPATH=`cygpath --windows -p "$GRAILS_ANT_CLASSPATH"`
to the cygwin statements in grails:
case "`uname`" in
CYGWIN*)
GRAILS_BUILD_FILE=`cygpath --windows "$GRAILS_BUILD_FILE"`;
GRAILS_ANT_CLASSPATH=`cygpath --windows -p "$GRAILS_ANT_CLASSPATH"`
BASEDIR=`cygpath --windows "$BASEDIR"`
;;
esac
Thanks,
tof
Graeme Rocher schrieb:
> Thanks for pointing this out.. I will fix it in CVS head :-)
>
> Graeme
>
> On 03/12/05, Alexandre Simon <
[hidden email]> wrote:
>
>>Hello,
>>
>>I took the latest CVS version and tried to run grail script :
>>
>>GRAILS_ANT_CLASSPATH is ';' separated and grails script doesn't work.
>>With ':' as separator, it works.
>>
>
>