Does anyone know how to change the my-project.core name in the OSX menubar 
and icon tray? I have added
   
      :jvm-opts ~(if (= (System/getProperty "os.name") "Mac OS X") 
["-Xdock:name=MyProject"] []))

to my project.clj file which fixes the naming issues when I run lein run. I 
was having issues running my project as a standalone from lein uberjar then 
added a (:gen-class) to myproject.core's name space declaration which now 
allows me to run standalone but the menu naming is back to myproject.core. 


thanks

-- 
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

Reply via email to