lib/jbundler.rb in jbundler-0.6.0 vs lib/jbundler.rb in jbundler-0.6.1
- old
+ new
@@ -61,10 +61,10 @@
warn "\t#{path}"
end
end
elsif context.classpath.exists? && context.jarfile.exists_lock?
require 'java'
- context.classpath_file.require_classpath
+ context.classpath.require_classpath
if context.config.verbose
warn "jbundler classpath:"
JBUNDLER_CLASSPATH.each do |path|
warn "\t#{path}"
end