Re: Help with this error and comment.

2012-04-06 Thread Nelson Morris
1) The error says default.clj is trying to find a "render" that doesn't exist. This file isn't in leiningen's 1.x branch[1]. So what is trying to load it? 2) The next lein call in the stacktrace is "at leiningen.new$resolve_template$fn__117.invoke(new.clj:9)". But this doesn't exist in lein's ne

Re: Help with this error and comment.

2012-04-06 Thread uMany
Thank your Nelson that worked. I remover the lein-newnew pluging and reintalled and now all works again. Can I ask you what lead you to that? Thanks On Thursday, April 5, 2012 11:26:53 AM UTC-4:30, Nelson Morris wrote: > > It looks like you have the lein-newnew plugin installed. If I'm reading >

Re: Help with this error and comment.

2012-04-05 Thread Nelson Morris
It looks like you have the lein-newnew plugin installed. If I'm reading its project history correctly, 0.2.3 might cause this. Try removing it from ~/.lein/plugins or upgrading to 0.2.5. On Apr 5, 2012 9:47 AM, "uMany" wrote: > Hi, > > On Tuesday, April 3, 2012 11:20:10 PM UTC-4:30, Cedric Gree

Re: Help with this error and comment.

2012-04-05 Thread uMany
Hi, On Tuesday, April 3, 2012 11:20:10 PM UTC-4:30, Cedric Greevey wrote: > > On Tue, Apr 3, 2012 at 11:39 PM, uMany wrote: > > Hi everybody > > Everything was working great and just today, while trying to make a > simple > > "lein new foobar" I got this error: > > Exception in thread "main" java

Re: Help with this error and comment.

2012-04-03 Thread Jacek Laskowski
On Wed, Apr 4, 2012 at 5:50 AM, Cedric Greevey wrote: > So, the version of some dependency of another dependency is wrong, > most likely -- for instance, if your project.clj calls for a 1.3 > contrib library and Clojure 1.2, or something like that. I'm unsure if it's the real issue, but just rec

Re: Help with this error and comment.

2012-04-03 Thread Cedric Greevey
On Tue, Apr 3, 2012 at 11:39 PM, uMany wrote: > Hi everybody > Everything was working great and just today, while trying to make a simple > "lein new foobar" I got this error: > Exception in thread "main" java.lang.IllegalAccessError: render does not > exist (default.clj:1) The JVM is loading an

Help with this error and comment.

2012-04-03 Thread uMany
Hi everybody Everything was working great and just today, while trying to make a simple "lein new foobar" I got this error: Exception in thread "main" java.lang.IllegalAccessError: render does not exist (default.clj:1) at clojure.lang.Compiler.eval(Compiler.java:5440) at clojure.lang.Compiler.eva

Help with this error and comment.

2012-04-03 Thread uMany
Hi everybody Everything was working great and just today, while trying to make a simple "lein new foobar" I got this error: Exception in thread "main" java.lang.IllegalAccessError: render does not exist (default.clj:1) at clojure.lang.Compiler.eval(Compiler.java:5440) at clojure.lang.Compiler.eva