ceylon / ceylon-common

DEPRECATED
Apache License 2.0
14 stars 9 forks source link

Cygwin support #65

Closed FroMage closed 8 years ago

FroMage commented 9 years ago

$ uname CYGWIN_NT-6.3 $ ceylon --help Error: Unable to access jarfile /home/user/programs/ceylon-1.2.0/bin/../lib/ceylon-bootstrap.jar

For myself, I've modified bin/ceylon the next way: LIB=cygpath --path --windows $LIB exec "$JAVA" \ $JAVA_OPTS \ -jar "$LIB/ceylon-bootstrap.jar" \ "$@"

A complete fix may be like Apache Maven's bin/mvn Thanks

Originally reported by @knivit at https://github.com/ceylon/ceylon-runtime/issues/83