Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-19 Thread Roberto Mannai
I got the error: *user=> (use 'clj-ns-browser.sdoc) ClassNotFoundException com.fasterxml.jackson.core.JsonFactory* java.net.URLClassLoader$1.run (URLClassLoader.java:366) Should I add any jackson dependency? I followed these instructions on Windows / lein 1.7: ;; Leiningen version 1 :de

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-18 Thread Lee Hinman
On Friday, May 18, 2012 5:39:48 PM UTC-6, Lee Hinman wrote: > > > On Thursday, May 17, 2012 7:12:35 PM UTC-6, > thenwithexpandedwingshesteershisflight wrote: >> >> it's ok I found the problem: it was due to another dependency, Aleph >> 0.2.1-SNAPSHOT, which depends on Apache HTTP components whi

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-18 Thread Lee Hinman
On Thursday, May 17, 2012 7:12:35 PM UTC-6, thenwithexpandedwingshesteershisflight wrote: > > it's ok I found the problem: it was due to another dependency, Aleph > 0.2.1-SNAPSHOT, which depends on Apache HTTP components which are older > versions than those used by ns-browser I have a pull

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-17 Thread thenwithexpandedwingshesteershisflight
it's ok I found the problem: it was due to another dependency, Aleph 0.2.1-SNAPSHOT, which depends on Apache HTTP components which are older versions than those used by ns-browser On Thursday, May 17, 2012 11:34:44 AM UTC+10, Andy Fingerhut wrote: > > Did you use the instructions under "Install

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-16 Thread Andy Fingerhut
Did you use the instructions under "Install & Start-up" on this page? https://github.com/franks42/clj-ns-browser Also, what OS are you using (and if Windows, are you using Cygwin, too?), and what do you get as output of the command "lein version"? Thanks, Andy On May 16, 2012, at 6:16 PM, then

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-05-16 Thread thenwithexpandedwingshesteershisflight
I get NoSuchMethodError org.apache.http.conn.ssl.SSLSocketFactory.(Lorg/apache/http/conn/ssl/TrustStrategy;)V clj-http.core/fn--5014 (core.clj:64) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Frank Siebenlist
Interesting - you did the opposite of what I asked and still we found the issue ;-) … which also confirms that there is something wrong with that Inconsolata font definition as it also garbles my readable text in Aquamacs to gibberish much worse than you showed - was blaming Aquamacs, but now t

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Lars Nilsson
Well, as it turns out, I installed Inconsolata just yesterday, along with a couple of others, exploring alternatives to Courier New. Uninstalling Inconsolata results in sdoc displaying the text correctly. Thanks for a very nifty tool. :) Lars Nilsson On Fri, Apr 6, 2012 at 12:29 PM, Frank Sieben

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Frank Siebenlist
Interesting "feature" on windoze… ;-) One thing that may cause that is the Inconsolata font that I used as a fixed-width font to display most text. (not sure what happens if it's not installed… should just substitute an other font…) Could you please try to install that font on your windows mach

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Lars Nilsson
On Thu, Apr 5, 2012 at 1:56 AM, Frank Siebenlist wrote: > Caveat… it all works well on my MacOSX, but I have seen some issues with > Lubuntu and missing "unloaded namespaces" - also I haven't tested it on > windoze or other OS-flavors. So you mileage may vary… Got it working fine on Linux. Look

Re: Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Laurent PETIT
2012/4/6 Jeff Rose > Cool, this will be helpful when exploring a new library. It would be > nice if the namespace column could optionally use a tree though, > rather than expanding everything to a single list. > Yes, having a tree is what the Counterclockwise namespace browser does. I never tho

Re: Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Jeff Rose
Cool, this will be helpful when exploring a new library. It would be nice if the namespace column could optionally use a tree though, rather than expanding everything to a single list. Thanks, Jeff On Apr 5, 6:56 am, Frank Siebenlist wrote: > I still remember the first time I was introduced to

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-06 Thread Changa Damany Imara
I believe there's a typo in your announcement: :dev-development [[clj-ns-browser "1.0.0"]] should be :dev-dependencies [[clj-ns-browser "1.0.0"] Great stuff especially for someone with no Swing experience! On Wednesday, April 4, 2012 10:56:51 PM UTC-7, FrankS wrote: > > I still remember

Re: [ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-05 Thread Frank Siebenlist
Correct - thanks for catching that - should have c&p'ed ;-) -FrankS. On Apr 5, 2012, at 4:06 PM, Changa Damany Imara wrote: > I believe there's a typo in your announcement: > > :dev-development [[clj-ns-browser "1.0.0"]] > > should be > > :dev-dependencies [[clj-ns-browser "1.0.0"] > >

Re: Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-04 Thread Shantanu Kumar
On Apr 5, 10:56 am, Frank Siebenlist wrote: > I still remember the first time I was introduced to Smalltalk, when my > colleague demonstrated the class-browser - it was one of those jaw-dropping > moments: all that information at your finger-tips of a live- and living > system… > > Guess nowa

[ANN] Clojure Namespace Browser (clj-ns-browser "1.0.0")

2012-04-04 Thread Frank Siebenlist
I still remember the first time I was introduced to Smalltalk, when my colleague demonstrated the class-browser - it was one of those jaw-dropping moments: all that information at your finger-tips of a live- and living system… Guess nowadays it's more nostalgia than anything else, but in many wa