Re: leiningen and random jars

2010-03-17 Thread johnprince
You don't need a pom file - just append -DgeneratePom=true to mvn install:install-file and maven will generate one for you. John On Mar 16, 9:34 pm, Phil Hagelberg wrote: > On Tue, Mar 16, 2010 at 9:22 AM, stevel wrote: > > I'd really like to use leiningen to assemble my classpath for me, but >

clojurescript this reference inside functions

2012-08-02 Thread johnprince
Hi All, I'm trying to use the google autocomplete widget in cljs and having problems converting the google basic example into cljs. This is the original: goog.ui.AutoComplete.Basic = function(data, input, opt_multi, opt_useSimilar) { var matcher = new goog.ui.AutoComplete.ArrayMatcher(data,