Just gonna note that I'll have to use *:source-paths* instead of
:extra-classpath-dirs
since the latter is gone in lein2, since lein 2.0.0-preview1

sources:
[1]
https://github.com/emezeske/lein-cljsbuild/issues/123#issuecomment-7962308
[2] https://github.com/technomancy/leiningen/blob/master/NEWS.md

On Tue, Oct 23, 2012 at 6:52 AM, AtKaaZ <atk...@gmail.com> wrote:

> This here [1] is relevant to what you said.
>
> Also this makes me realize that potentially someone using eclipse+ccw can
> use :extra-classpath-dirs to have two projects where one depends on
> another without having to *lein uberjar* on every change (and *lein
> install* or similar the .jar into some repo) at development time, of
> course.
>
> [1]
> http://nakkaya.com/2011/12/04/leiningen-clojurescript-and-browser-repl/
>
>
> On Mon, Oct 22, 2012 at 8:01 PM, David Nolen <dnolen.li...@gmail.com>wrote:
>
>> On Mon, Oct 22, 2012 at 1:56 PM, Shantanu Kumar <kumar.shant...@gmail.com
>> > wrote:
>>
>>>
>>>
>>> On Oct 21, 11:21 pm, David Nolen <dnolen.li...@gmail.com> wrote:
>>> > Please isolate the commit by using the lein checkouts feature - you
>>> can use
>>> > the ClojureScript repo directly then and use git bisect to determine
>>> the
>>> > exact commit that broke your build. Thanks.
>>>
>>
>> Switch into your project. Create a directory called checkouts. Checkout a
>> fresh copy of ClojureScript in this directory. Add the following to your
>> own project.clj:
>>
>> :extra-classpath-dirs ["checkouts/clojurescript/src/clj"
>>                        "checkouts/clojurescript/src/cljs"]
>>
>> Now your local copy of ClojureScript will be used.
>>
>> David
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>
>
>
> --
> I may be wrong or incomplete.
> Please express any corrections / additions,
> they are encouraged and appreciated.
> At least one entity is bound to be transformed if you do ;)
>
>


-- 
I may be wrong or incomplete.
Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to