You're right, I didn't consider that those methods are public. I don't think you're making any mistakes; that's just not supported. In you case I'd probably write a Java class with all the requirements and internally consume Clojure functions done with a simpler usage of gen- class or deftype. I currently do interfaces and exeception classes directly in Java for the javadoc and because it's just a lot simpler.
On Apr 13, 7:13 am, Jules <[email protected]> wrote: > hhhmmmm... > > I discovered a mistake in my last attempt, which accounted for the > IncompatibleClassChangeError- but I just ended up with a class without the > two required methods. > > Do you actually have a working example from which you can post snippets ? I > can't get the :private metadata tag to generate private methods either and > then there is the :methods tag on gen-class .... > > Perhaps my mistake is somewhere in here ? > > thanks > > Jules -- 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
