On Thursday, 14 August 2014 03:25:48 UTC+5:30, Brian Craft wrote:
>
> Thanks! This works perfectly.
>
> It took a few tries to find the right incantation, but this seems to do:
>
> (defn -main [& args]
>   (Main/main (into-array String args)))
>
> I note that the .clj file for this namespace ends up in the uberjar, but 
> looks like it doesn't pull in the jar for the tool.
>

That could be because the JAR dependency is a dev dependency, whereas the 
uberjar didn't include dev dependencies. If you need the JAR to be included 
in the uberjar you may want to make that a regular dependency.

Shantanu

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to