This commit is contained in:
Colin Surprenant 2013-07-25 12:52:00 -04:00
parent f1cc88257e
commit 15c525410a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
begin
require 'ant'
rescue
puts("ERROR: unable to load Ant, make sure Ant is installed, in your PATH and $ANT_HOME is defined properly")
puts("\nerror detail:\n#{$!}")
puts("error: unable to load Ant, make sure Ant is installed, in your PATH and $ANT_HOME is defined properly")
puts("\nerror details:\n#{$!}")
exit(1)
end