Class: Warbler::War
Overview
Warbler::War is Deprecated. Please use Warbler::Jar.
Constant Summary
Constants inherited from Jar
Instance Attribute Summary
Attributes inherited from Jar
Instance Method Summary collapse
-
#initialize ⇒ War
constructor
A new instance of War.
Methods inherited from Jar
#add_init_file, #add_manifest, #add_script_files, #add_with_pathmaps, #apply, #apply_traits, #compile, #contents, #create, #create_jar, #ensure_directory_entries, #entry_in_jar, #erb_binding, #expand_erb, #find_application_files, #find_gems_files, #find_java_classes, #find_java_libs, #find_single_gem_files, #gather_all_rb_files, #java_version, #replace_compiled_ruby_files, #replace_compiled_ruby_files_and_gems, #run_javac
Methods included from PlatformHelper
Methods included from RakeHelper
Methods included from PathmapHelper
Constructor Details
#initialize ⇒ War
Returns a new instance of War.
315 316 317 318 |
# File 'lib/warbler/jar.rb', line 315 def initialize(*) super $stderr.puts "Warbler::War is deprecated. Please replace all occurrences with Warbler::Jar." end |