Re: PATCH for clojure.contrib.javadoc: use any local/remote javadocs

2008-12-04 Thread Stuart Sierra
Yes, I realized what that reflector code was for after I sent the message. Thanks, -Stuart On Dec 4, 3:45 am, "Christophe Grand" <[EMAIL PROTECTED]> wrote: > Hi Stuart, > > That's very neat! Thanks! I'll apply your patch but I don't want to require > java 6 since there's the swing fallback for j

Re: PATCH for clojure.contrib.javadoc: use any local/remote javadocs

2008-12-04 Thread Christophe Grand
Hi Stuart, That's very neat! Thanks! I'll apply your patch but I don't want to require java 6 since there's the swing fallback for java 5: I'll keep the refelector-based open-url-in-browser. Christophe On Wed, Dec 3, 2008 at 7:28 PM, Stuart Sierra <[EMAIL PROTECTED]>wrote: > Hi Christophe, hi l

PATCH for clojure.contrib.javadoc: use any local/remote javadocs

2008-12-03 Thread Stuart Sierra
Hi Christophe, hi list, I really like clojure.contrib.javadoc; I've wanted something like this for a while. But I wanted it to work for other packages besides the core Java API, so this patch (attached) does that. It also works for both local and remote Javadoc files. What do you think? In the