# File lib/buildr/java/packaging.rb, line 232 def with(*args) super args.pop if Hash === args.last fail "package.with() should not contain nil values" if args.include? nil include :from=>args if args.size > 0 self end