Closed andrioni closed 8 years ago
Sorry for the delayed reply.
I've tried some variants with an existing project that's compiled into an uberjar, but haven't been able to reproduce the problem. Do you have a simplified example you can share?
Sure! I've just created a repo andrioni/test-uberjar with a pretty minimal example with the exception above.
lein run
works fine, but lein uberjar && java -jar target/uberjar/test-uberjar-0.1.0-SNAPSHOT-standalone.jar
raises the exception.
Sorry for the delay. Should be fixed in 1.0.1.
No problem, thanks!
Hi, I'm currently using structural-typing inside a small web application, and it works fine whenever I just
lein ring server
, but if I try to generate and use the uberjar, it gives me the following exception:Is structural-typing really incompatible with AOT compilation?
Edit: This is on Clojure 1.7.