On Feb 10, 2009, at 18:02, Craig Andera wrote:
> One of the challenges with learning any new platform is learning the
> libraries. As a way to improve both that an my knowledge of Clojure
> itself, I whipped together doc-browse, a Clojure library that will
> spit out an HTML page that contains documentation for a set of Clojure
> libs. You can see an example of the output here [1]. The code is here
> [2].
That looks great, thanks!
I tried to run it on my own installation, but it fails:
java.lang.ClassNotFoundException: javax.xml.stream.XMLOutputFactory
(core.clj:109)
I suppose I need to add javax.xml to my classpath, but where do I get
it from? I searched a bit and it looks like this is in the standard
Java distribution, but in which jar file?
Konrad.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---