Skip to content

Instantly share code, notes, and snippets.

@ninjudd
Created August 23, 2010 19:30
Show Gist options
  • Save ninjudd/546142 to your computer and use it in GitHub Desktop.
Save ninjudd/546142 to your computer and use it in GitHub Desktop.
[deps] Fetching dependencies...
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from repository clojure at http://build.clojure.org/releases
Transferring 1K from clojure
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.jar from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.jar from repository clojure at http://build.clojure.org/releases
Transferring 3161K from clojure
[deps] Copying 1 file to /Users/justin/projects/test/build/lib
[deps] Deleting directory /Users/justin/projects/test/lib
[deps] Attempting to rename dir: build/lib to lib
[deps] Restarting project jvm.
-------------------------------------------
cake autotest ;; Automatically run tests whenever your project code changes.
cake clean ;; Remove cake build artifacts.
cake compile ;; Compile all clojure and java source files. Use 'cake compile force' to recompile.
cake deps ;; Fetch dependencies and create pom.xml. Use 'cake deps force' to refetch.
cake eval ;; Eval the given forms in the project JVM.
cake filter ;; Thread each line in stdin through the given forms, printing the results.
cake gem ;; Also copy gem to my local webserver so I can share it with friends.
cake help ;; Print tasks with documentation. Use 'cake help TASK' for more details.
cake install ;; Install jar to local repository.
cake jar ;; Build a jar file containing project source and class files.
cake release ;; Release project jar to clojars.
cake repl ;; Start an interactive shell with history and tab completion.
cake run ;; Execute a script in the project jvm.
cake swank ;; Report status of swank server and start it if not running.
cake test ;; Run project tests.
cake uberjar ;; Create a standalone jar containing all project dependencies.
cake uberwar ;; Create a web archive containing all project dependencies.
cake version ;; Display project version. Use 'bump [--major --minor --patch --snapshot]' to increment.
cake war ;; Create a web archive containing project source and class files.
-- system tasks ---------------------------
cake kill ;; Kill running cake jvm processes. Use -9 to force or --all for all projects.
cake ps ;; List running cake jvm processes for all projects.
cake reload ;; Reload any .clj files that have changed or restart.
cake restart ;; Restart cake jvm processes.
cake start ;; Start cake jvm processes.
cake stop ;; Stop cake jvm processes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment