Created by: tychobrailleur
Prior to getting some work done on that plugin, I wanted to make sure all the integration tests for it passed. There were 3 failing:
-
small-project
was failing when trying to downloadjruby-openssl
with jruby 1.7, as the torquebox maven repo for the gems was not defined; -
script-inside-pom-to-outputfile-somewhere
was failing asDir.new("..").collect
returnsEnumerable
in 1.9 which is now the default mode in jruby 1.7; - Last one is a bit more puzzling: I was getting http://jira.codehaus.org/browse/JRUBY-5789 (
(ArgumentError) $! not set
) when running it – so I switched the unit test to RedBridge.