answering my own question. a closer look at the stack-trace revealed that it was a problem with vinyasa plugin which was part of the profiles.clj. Removing it fixed it. I haven't tried to get vinyasa working. thanks, Sunil.
On Mon, Jun 23, 2014 at 1:35 PM, Sunil S Nandihalli < [email protected]> wrote: > Hi Everybody, > I have the following lein setup. > > sunil@ubuntu-14:~/rabbit/rabbit-clj$ lein version > Leiningen 2.4.2 on Java 1.7.0_55 OpenJDK Server VM > > I get the following exception when i run "lein repl" can somebody tell me > as to what could be wrong? > > > Exception in thread "main" java.lang.IllegalArgumentException: Value out > of range for char: -1, compiling:(lein.clj:22:17) > > I have attached the file containing the stacktrace also. > > Any help is greatly appreciated. > > I am running this inside a project which was created afresh with > > lein new app project_name > > Thanks, > sunil. > > -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
