Re: Clarification on ClojureScript libraries

2012-02-13 Thread Sean Corfield
On Mon, Feb 13, 2012 at 4:53 PM, Dave Sann wrote: > I can confirm that externs are found on the classpath (including jars) in > the latest versions of clojurescript. Likewise. I blogged Getting Started with ClojureScript and jQuery based on that. Having the externs automagically specified inside

Re: Clarification on ClojureScript libraries

2012-02-13 Thread Dave Sann
I can confirm that externs are found on the classpath (including jars) in the latest versions of clojurescript. I use this. -- 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

Re: Clarification on ClojureScript libraries

2012-02-13 Thread ckirkendall
Base, Sean, Several of us are actively working on getting some of these issues resolved. I have a patch that I am finishing up testing on this week that will allow libraries to specify externs, libs and foreign-libs inside the library. This should fix some of the upstream dependency issues like t

Re: Clarification on ClojureScript libraries

2012-02-07 Thread Sean Corfield
On Tue, Feb 7, 2012 at 8:18 AM, Base wrote: > For the former, it is easy enough to just add the reference to the > project.clj and it automagically appears in the lib. > > Does the same hold true for Clojurescript libraries?  I cannot seem to > get this to work correctly and end up dropping the fi

Re: Clarification on ClojureScript libraries

2012-02-07 Thread Base
Well, that explains why i cant get this stuff working like that!! Thanks David. On Feb 7, 11:22 am, David Nolen wrote: > On Tue, Feb 7, 2012 at 11:18 AM, Base wrote: > > Hi All - > > > I am finding that I am confused on the differences of using clojure > > libraries vs using Clojurescript libra

Re: Clarification on ClojureScript libraries

2012-02-07 Thread David Nolen
On Tue, Feb 7, 2012 at 11:18 AM, Base wrote: > Hi All - > > I am finding that I am confused on the differences of using clojure > libraries vs using Clojurescript libraries. > > For the former, it is easy enough to just add the reference to the > project.clj and it automagically appears in the li

Clarification on ClojureScript libraries

2012-02-07 Thread Base
Hi All - I am finding that I am confused on the differences of using clojure libraries vs using Clojurescript libraries. For the former, it is easy enough to just add the reference to the project.clj and it automagically appears in the lib. Does the same hold true for Clojurescript libraries? I