You're right, the tests have not been converted to 3.2, so they are not running at this time. The best thing to look at is the tutorial.clj - most of these work properly, but example6 doesn't return correct results. The ones that don't work is where the clj code is incomplete, so I still have some work to do. I'll get these fixed or documented in the next few days.
-Mike On Tue, Nov 24, 2009 at 3:31 PM, patrickdlogan <[email protected]>wrote: > Hi Mike - thanks for this. > > I am fairly new to git, but from what I can tell, I have the agraph32 > branch as current. The clojure code on the agraph32 branch still seems > to be using the AG 4.0 API. For example... > > > http://github.com/franzinc/agraph-java-client/blob/agraph32/clojure/test/com/franz/agraph/agtest.clj > > Running this against the agraph32 branch java jar results in a class > not found exception... > > java.lang.ClassNotFoundException: > com.franz.agraph.repository.AGCatalog (agtest.clj:0) > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
