Skip to content

Commit

Permalink
Update jRuby to 1.7.1
Browse files Browse the repository at this point in the history
Need to force runtime into 1.8 mode as Compass has some incompatibilties
with jRuby under 1.9 mode.
Sass gem updated as well as the hash was changed anyway but updating the
property file
  • Loading branch information
nschonni committed Dec 6, 2012
1 parent eb38dc7 commit 6afa8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-tasks.properties
Expand Up @@ -12,12 +12,12 @@ antcontribs.jar=${lib.dir}/ant-contrib-1.0b3.jar
cssurlembed.jar=${lib.dir}/cssembed-0.4.5.jar

#jRuby Properties
jruby.version=1.6.8
jruby.version=1.7.1
jruby.jar=jruby-complete-${jruby.version}.jar

#Gems
gem.dir=${lib.dir}/jruby-compiled
sass.gem=sass-3.2.1.gem
sass.gem=sass-3.2.3.gem
chunky_png.gem=chunky_png-1.2.6.gem
fssm.gem=fssm-0.2.9.gem
compass.gem=compass-0.12.2.gem
Expand Down
1 change: 1 addition & 0 deletions build/build-tasks.xml
Expand Up @@ -89,6 +89,7 @@

<target name="call.sass">
<java fork="true" failonerror="true" jar="${lib.dir}/${jruby.jar}">
<arg value="--1.8"/>
<arg path="${tasks.basedir}/compile.rb"/>
<arg path="${lib.dir}/vendors-${jruby.depends}/gems/"/>
<arg value="${command}"/>
Expand Down

0 comments on commit 6afa8f7

Please sign in to comment.