On 4/19/12 4:31 AM, Chris Perkins wrote:
On Thursday, April 19, 2012 3:03:53 AM UTC-4, Evan Mezeske wrote:

    That's great news that you got it to work.  I can't make any sense
    of the stack trace you're seeing with "lein deps", though,
    unfortunately.

    Other than installation, does the plugin seem to work (e.g. "lein
    cljsbuild once", etc)?  I haven't tested it under Windows myself,
    and people have had trouble with it in the past (albeit with older
    versions of the plugin).


On Windows, "Could not find the main class: and." invariably means that a classpath was not quoted somewhere - the "and" being from "Documents and Settings".

eg: java -cp C:\Documents and Settings\username\.lein\plugins... etc


I actually hit this same problem with lein-cljsbuild the other day but on OSx. I had ~/Foo Bar Baz/my-project and it was complaining that the Bar class could not be found when I tried to use the repl tasks. So, I don't think it is strictly a Windows problem.. just one that pops up more in Windows.

-Ben

--
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

Reply via email to