Class: Ivy4rJars

Inherits:
Object
  • Object
show all
Defined in:
lib/ivy4r_jars.rb

Constant Summary collapse

VERSION =
'1.2.0'

Class Method Summary collapse

Class Method Details

.ant_home_dirObject

Returns expanded path to directory that can be used as ANT_HOME for Antwrap.



12
13
14
# File 'lib/ivy4r_jars.rb', line 12

def ant_home_dir
  @ant_home_dir ||= File.dirname(lib_dir)
end

.lib_dirObject

Returns expanded path to directory containing the jars



6
7
8
# File 'lib/ivy4r_jars.rb', line 6

def lib_dir
  @lib_dir ||= File.expand_path(File.dirname(__FILE__))
end