Skip to content

Instantly share code, notes, and snippets.

@dmix
Created August 28, 2009 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmix/177087 to your computer and use it in GitHub Desktop.
Save dmix/177087 to your computer and use it in GitHub Desktop.
dan-mcgradys-macbook-2 ~/clojure/clj-apache-http: ant -Dclojure.jar="~/Library/Clojure/lib/clojure.jar" -Dclojure.contrib.jar="~/Library/Clojure/lib/clojure-contrib.jar
> "
Buildfile: build.xml
init:
[mkdir] Created dir: /Users/dmix/clojure/clj-apache-http/classes
[mkdir] Created dir: /Users/dmix/clojure/clj-apache-http/deploy
compile_clojure:
jar:
[jar] Warning: skipping jar archive /Users/dmix/clojure/clj-apache-http/clj-apache-http.jar because no files were included.
[jar] Building MANIFEST-only jar: /Users/dmix/clojure/clj-apache-http/clj-apache-http.jar
deploy:
[copy] Copying 1 file to /Users/dmix/clojure/clj-apache-http/deploy
[copy] Copying /Users/dmix/clojure/clj-apache-http/clj-apache-http.jar to /Users/dmix/clojure/clj-apache-http/deploy/clj-apache-http.jar
[copy] Copying 4 files to /Users/dmix/clojure/clj-apache-http/deploy
[copy] Copying /Users/dmix/clojure/clj-apache-http/lib/httpclient-4.0-beta2.jar to /Users/dmix/clojure/clj-apache-http/deploy/httpclient-4.0-beta2.jar
[copy] Copying /Users/dmix/clojure/clj-apache-http/lib/commons-logging-1.1.1.jar to /Users/dmix/clojure/clj-apache-http/deploy/commons-logging-1.1.1.jar
[copy] Copying /Users/dmix/clojure/clj-apache-http/lib/httpcore-4.0-beta3.jar to /Users/dmix/clojure/clj-apache-http/deploy/httpcore-4.0-beta3.jar
[copy] Copying /Users/dmix/clojure/clj-apache-http/lib/httpmime-4.0-beta2.jar to /Users/dmix/clojure/clj-apache-http/deploy/httpmime-4.0-beta2.jar
BUILD SUCCESSFUL
Total time: 0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment