Fork me on GitHub
#boot
<
2015-12-29
>
ayaz03:12:20

@martinklepsch: Hi Martin, we just started looking at https://github.com/confetti-clj/confetti . boot create-site -a my-aws-access -s my-aws-secret --domain gives us the error: java.util.concurrent.ExecutionException: java.lang.ClassNotFoundException: com.amazonaws.services.cloudsearchdomain.AmazonCloudSearchDomainClient, compiling:(amazonica/core.clj:1:1) Any ideas on what we are doing wrong?

juhoteperi13:12:21

micha: Btw, a quite nice post about git: http://www.bitsnbites.eu/?p=221

juhoteperi13:12:15

I'm usually doing something like that, rebasing topic/feature branches before merging to master and if the topic branch is shared, I create a new one for rebase

nha16:12:08

I have a problem when upgrading boot from 2.4.2 to 2.5.x in my dependencies :

$ boot test


             clojure.lang.ExceptionInfo: java.lang.ExceptionInInitializerError, compiling:(backend/boot.clj:1:1)

    data: {:file

           "/var/folders/0x/gh92nkgj37b3ptlqrbn3tmrc0000gn/T/boot.user4999988356973557111.clj",

           :line 37}

java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError, compiling:(backend/boot.clj:1:1)

clojure.lang.Compiler$CompilerException: java.lang.ExceptionInInitializerError, compiling:(backend/boot.clj:1:1)

  java.lang.ExceptionInInitializerError:

          java.io.FileNotFoundException: Could not locate boot/filesystem__init.class or boot/filesystem.clj on classpath.
I did not open an issue, because I started from a template, and the error originates from this file (https://github.com/Deraen/saapas/blob/master/src/clj/backend/boot.clj), which I did not modify BUT it works when I clone the saapas repo. In my project, downgrading the deps back to boot 2.4 allows to run the tests again. Should I open an issue ?

alandipert22:12:32

@nha: that's odd, a ticket would be welcome. with your build.boot also if you can provide it