Re: [jruby-user] File to import not found or unreadable: compass/reset, Why?
christian <[email protected]>
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAMV7UWHR5poECbLffk+wJHx9F+563vmVyb2v4VV+roxbdOFX1w@mail.gmail.com> |
hoops did not see this: file:C:/projects/f5/jsass/jcompass.jar!/gems/compass-core-1.0.1/stylesheets and with this it should actually work - i.e. it look like a bug with the windows absolute path and resources from within a jar ! so my "trick" needs a modification then java -jar jcompass.jar -I classpath:/gems/compass-core-1.0.1/stylesheets -S compass create MY_JPROJECT but I admit it would be crude workaround (in case it really works).