Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
The ClassNotFoundException: clj_facebook_graph.FacebookGraphException…
Browse files Browse the repository at this point in the history
… on first-time use has been fixed by adding the clj-facebook-graph.FacebookGraphException namespace to the :aot section of project.clj.
  • Loading branch information
maxweber committed Mar 28, 2011
1 parent c54795d commit 3f18fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
[ring/ring-jetty-adapter "0.3.5"]
[ring/ring-devel "0.3.5"]
[ring/ring-jetty-adapter "0.3.5"]
[compojure "0.5.3"]])
[compojure "0.5.3"]]
:aot [clj-facebook-graph.FacebookGraphException])

0 comments on commit 3f18fde

Please sign in to comment.