commands/commands/rhoconnect/war.rb in rhoconnect-3.2.0.beta3 vs commands/commands/rhoconnect/war.rb in rhoconnect-3.2.0.beta4
- old
+ new
@@ -22,10 +22,10 @@
puts "Unable to create config/warble.rb file!"
end #if
end #if
# build the executable WAR using the config/warble.rb file
ENV['BUNDLE_WITHOUT'] = ['development','test'].join(':')
- sh 'warble executable war'
+ system 'bundle exec warble executable war'
else
puts "Cannot build WAR files outside of JRuby environment!"
end #if
end #war
end #do
\ No newline at end of file