I'd like to make up a distribution tar file that includes my projects jar file, configuration files, and a shell scripts. I'd also like to include all the dependency jar files as well. (The project is about 90% Clojure code if that matters.)
I suppose we'll need a separate task that depends on th package task. But I'm not sure how get the name of the package file. Any examples welcome. Cheers, Chris Dean
