adzerk-oss / bootlaces

Adzerk's boot configurations for Clojure libraries
Eclipse Public License 1.0
44 stars 18 forks source link

GPG signing fails but NullPointerException is thrown. #11

Closed danielsz closed 9 years ago

danielsz commented 9 years ago

Please consider detailing the type of error that occurred.

Writing pom.xml and pom.properties...
Writing boot-environ-0.0.5.jar...
Installing boot-environ-0.0.5.jar...
Signing boot-environ-0.0.5.jar...
Daniel Szmulewicz (No comment) <daniel.szmulewicz@gmail.com>
GPG passphrase: 
             clojure.lang.ExceptionInfo: java.lang.NullPointerException
    data: {:file "/tmp/boot.user5823046921378345498.clj", :line 35}
java.util.concurrent.ExecutionException: java.lang.NullPointerException
         java.lang.NullPointerException: 
                                ...                        
   mvxcvi.crypto.pgp.signature/sign     signature.clj:   23
                      boot.pgp/sign           pgp.clj:   45

I don't know why the signing fails. I am using a public key with multiple signing subkeys, could that be the problem?

danielsz commented 9 years ago

Closed in favor of https://github.com/boot-clj/boot/issues/255