From 4a60719c6a4b0c383b7deb4ff5cc8b94e3b1ba76 Mon Sep 17 00:00:00 2001 From: Christian Meier Date: Wed, 6 May 2015 11:01:35 +0200 Subject: little ruby-maven related improvements * pass in the snakeyaml.version via the commandline * use the jruby version which runs rake for the java compilation as well --- Rakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 133aa6a..bf332a7 100644 --- a/Rakefile +++ b/Rakefile @@ -48,10 +48,9 @@ $hoe = Hoe.spec 'psych' do require "rake/javaextensiontask" Rake::JavaExtensionTask.new("psych", spec) do |ext| require 'maven/ruby/maven' - # tell maven via system properties the snakeyaml version - ENV_JAVA['snakeyaml.version'] = Psych::DEFAULT_SNAKEYAML_VERSION # uses Mavenfile to write classpath into pkg/classpath - Maven::Ruby::Maven.new.exec( 'dependency:build-classpath')#, '--quiet' ) + # and tell maven via system properties the snakeyaml version + Maven::Ruby::Maven.new.exec( 'dependency:build-classpath', "-Djruby.version=#{JRUBY_VERSION}", "-Dsnakeyaml.version=#{Psych::DEFAULT_SNAKEYAML_VERSION}")#, '--quiet' ) ext.source_version = '1.7' ext.target_version = '1.7' ext.classpath = File.read('pkg/classpath') -- cgit v1.2.3