Has anyone ever tried jspec with cygwin?
I managed to install the ruby gem, but... it doesn't work :)
$ jspec init jspec-test
Template initialized at `jspec-test'
$ cd jspec-test/
$ jspec run --rhino
Unable to access jarfile /usr/lib/ruby/gems/1.8/gems/jspec-3.3.2/
support/js.jar
This file (/usr/lib/ruby/gems/1.8/gems/jspec-3.3.2/support/js.jar)
exists. My guess is that the JVM is expecting a windows path -- and is
receiving a UNIX one.
Any ideas on how I could solve or debug this?
Regards,
Thiago
--
JSpec thanks you for your interest and support! To post simply reply
to this email.
documentation: http://jspec.info
unsubscribe: jspec+un...@googlegroups.com
group: http://groups.google.com/group/jspec
My guess is that the JVM is expecting a windows path -- and is receiving a UNIX one.
$ jspec run --rhino
js: uncaught JavaScript runtime exception: ReferenceError: "JSpec" is not defined.