Re: [jruby-user] [ANN] JRuby 1.7.16 Released
Guofeng Zhang <[email protected]>
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAMpUGn2jWXT84-CLZfpgcku+eDt=FVJ5JVZ13mLeAyQMcosx9Q@mail.gmail.com> |
How about looking into the jar for finding that this file on Windows? Is
it a bug on Windows?
I run the following command on Windows with this version (rename
jruby-complete-1.7.16.jar
to jruby-complete.jar):
java -cp jruby-complete.jar;compass.jar org.jruby.Main -S compass create
my-new-project -r bootstrap-sass --using bootstrap
then got the error:
.....
error my-new-project/sass/styles.scss (Line 1: File to import not found
or unreadable: bootstrap-compass.
Load paths:
Compass::SpriteImporter
C:/projects/f5/jruby/my-new-project/sass
C:/projects/f5/jruby/compass.jar!/gems/compass-core-1.0.1/stylesheets
C:/projects/f5/jruby/compass.jar!/gems/bootstrap-sass-3.2.0.2/assets/stylesheets
C:/projects/f5/jruby/compass.jar!/gems/bootstrap-sass-3.2.0.2/assets/stylesheets)
Compilation failed in 1 files.
The same command runs well on Ubuntu 12.04.
On Fri, Sep 26, 2014 at 4:43 AM, Thomas E Enebo <[email protected]> wrote:
> The JRuby community is pleased to announce the release of JRuby 1.7.16
>
> Homepage: http://www.jruby.org/
> Download: http://www.jruby.org/download
>
> JRuby 1.7.16 is our sixteenth update release since JRuby 1.7.0. The
> primary goal of 1.7 point releases is to fill out any missing compatibility
> issues with Ruby 1.9.3. The community participation lately has been great.
> Keep reporting issues and sending pull requests.
>
> Changes of note:
>
> - 20 issues fixed for 1.7.16
> - Fixed regression which improperly wrote wrong version for OSGi
> bundles
> - Fixed several regressions involving symbolic links and Ruby loading
> - Doubled performance of FileTest.directory?
>
> Github Issues resolved for 1.7.16
>
> #1997 - Tempfile behavior change in 1.7.15
> #1995 - Regexp regression in 1.7.15 from 1.7.13
> #1994 - Snapshot builds of jruby-1_7 jruby-jars.gem have the wrong
> file name
> #1991 - Allow launch.inproc=true to expand glob patterns
> #1989 - Files in axiom-types and descendants_tracker gems use 400 and
> 440 modes
> #1986 - String#slice on multibyte chars raise Exception
> #1983 - java -jar jruby-complete.jar -S irb doesn't work anymore
> #1977 - jrubycomplete - OSGi DynamicImport-Package breaks Adobe AEM
> #1975 - nil TypError on bundle install, regression 1.7.14+
> #1973 - Bundle package broken after 1.7.14
> #1971 - jruby-core 1.7.14 isn't a valid OSGI bundle anymore
> #1965 - Gemfiles that use `:path` broken between 1.7.13 and 1.7.15
> #1963 - Array#product does not coerce incoming arguments properly
> #1953 - openssl ignores OpenSSL::X509::DEFAULT_CERT_FILE
> #1950 - All RubyFileTest methods have a race condition
> #1945 - File.exists?("broken_symlink") returns true
> #1942 - Bundle not working with two gemspecs - bug introduced in 1.7.14
> #1715 - IOError with OpenSSL #connect_nonblock: Writing not possible
> during handshake
> #1700 - NPE in Ripper with $ special variables
> #541 - JRuby 1.7.2 with authlogic 3.x fails to boot (OpenSSL)
>
>
> --
> blog: http://blog.enebo.com twitter: tom_enebo
> mail: [email protected]
>