We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd67e7 commit a2aa1cbCopy full SHA for a2aa1cb
Rakefile
@@ -91,6 +91,12 @@ JAVA_CLASSES = []
91
JRUBY_PARSER_JAR = File.expand_path("lib/json/ext/parser.jar")
92
JRUBY_GENERATOR_JAR = File.expand_path("lib/json/ext/generator.jar")
93
94
+CLEAN.concat FileList["java/src/**/*.class"]
95
+CLEAN << JRUBY_PARSER_JAR
96
+CLEAN << JRUBY_GENERATOR_JAR
97
+
98
+CLOBBER << JAVA_PARSER_SRC
99
100
which = lambda { |c|
101
w = `which #{c}`
102
break w.chomp unless w.empty?
0 commit comments