Live data from Hacker News

Atea: a free minimalistic status bar time tracker for MacOS in Clojure

github.com

1–10 of 31 posts

Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure

#7

For those of you who have never heard of this new-fangled "lein" build command, it's for Clojure projects. Installation instructions: https://github.com/technomancy/leiningen After installing, be sure to run `lein self-install`

Thanks, I just updated the build instructions.

Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure

#8
post #7

For those of you who have never heard of this new-fangled "lein" build command, it's for Clojure projects. Installation instructions: https://github.com/technomancy/leiningen After installing, be sure to run `lein self-install`

Thanks, I just updated the build instructions.

Ooo, excellent! A responsive developer! :D

Could I perhaps persuade you to include a link to a pre-compiled .app? I keep failing on `lein uberjar` with:

  Exception in thread "main" java.lang.ClassNotFoundException: org.jdesktop.jdic.tray.internal.impl.MacSystemTrayService
Also on `lein native-deps`:

  WARNING: lancet namespace is deprecated; use lancet.core.
  [WARNING] POM for 'org.clojars.pka:jdic-macos-tray:pom:0.0.2:compile' is invalid.

Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure

#10
post #7

Earlier quoted context omitted.

Thanks, I just updated the build instructions.

Ooo, excellent! A responsive developer! :D Could I perhaps persuade you to include a link to a pre-compiled .app? I keep failing on `lein uberjar` with: Exception in thread "main" java.lang.ClassNotFoundException: org.jdesktop.jdic.tray.internal.impl.MacSystemTrayService Also on `lein native-deps`: WARNING: lancet namespace is deprecated; use lancet.core. [WARNING] POM for 'org.clojars.pka:jdic-macos-tray:pom:0.0.2:c…

I have already made a pre-packaged dmg - https://github.com/downloads/pkamenarsky/atea/atea-1.0.0.dmg - which is linked from the README :) Maybe I should just place a plain download link instead of "get it here".

As for the build error, this is a classpath issue - I'll update the build instructions in a sec.

Post reply on HN