pom.template.xml is what we change to update dependencies. David
On Tue, Apr 8, 2014 at 12:41 PM, Tim Visher <[email protected]> wrote: > On Tue, Apr 8, 2014 at 12:06 PM, David Nolen <[email protected]> > wrote: > > In order to test the new Closure compiler you need to update the > bootstrap > > script to download the right jar. The project.clj is only for development > > and is not actually involved in managing ClojureScript dependencies in > > anyway. > > Interesting. Reading through script/bootstrap, it appears that we > always downloads latest during bootstrap, which would indicate that > we're not actually depending on a specific version of the > closure-compiler? > > Would I edit the pom.xml file to update the dependency? > > Anyway, I re-ran it and: > > $ java -jar lib/compiler.jar --version > Closure Compiler (http://code.google.com/closure/compiler) > Version: v20140407 > Built on: 2014/04/07 14:04 > > $ V8_HOME=/usr/local/bin SPIDERMONKEY_HOME=/usr/local/bin > JSC_HOME=/usr/local/bin script/test > Testing with V8 > Tests completed without exception > > > Testing with SpiderMonkey > out/core-advanced-test.js:533: Error: Assert failed: (not (integer? > 1e+308)) > Testing with JavaScriptCore > Tests completed without exception > > > NASHORN_HOME not set, skipping Nashorn tests > Tested with 3 out of 4 possible js targets > > -- > > In Christ, > > Timmy V. > > http://blog.twonegatives.com/ > http://five.sentenc.es/ -- Spend less time on mail > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
