Skip to content

Commit 87bd317

Browse files
fixed breakage in snippet server
(needed clean build of both contrib and compojure)
1 parent 7894823 commit 87bd317

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
task :build_compojure do
33
Dir.chdir ENV["COMPOJURE_HOME"] do
44
system "git pull"
5-
system "ant"
5+
system "ant clean jar" # Clojure compiler changes may necessitate a clean
66
end
77
end
88

@@ -16,7 +16,7 @@ end
1616
task :build_clojure_contrib do
1717
Dir.chdir ENV["CLOJURE_CONTRIB_HOME"] do
1818
system "git svn rebase"
19-
system "ant"
19+
system "ant clean jar" # Clojure compiler changes may necessitate a clean
2020
end
2121
end
2222

lib/clojure-contrib.jar

0 Bytes
Binary file not shown.

lib/clojure.jar

24 Bytes
Binary file not shown.

lib/compojure.jar

-173 KB
Binary file not shown.

0 commit comments

Comments
 (0)