Fork me on GitHub
#leiningen
<
2017-07-10
>
bfabry16:07:59

so I have a project, which has :aot :all in the :uberjar profile (in this scenario compiling at runtime was significant, trust me, I measured) but I'd prefer not to have that accidentally interfere with dev if a dev creates an uberjar on their machine. is there any way to either have leiningen delete the .class files after the uberjar is created, or exclude target/classes from the classpath?

bfabry14:07:37

ohhhh. kind of weird that it says it's recommended for a custom target-path to include %s but the default doesn't isn't it?

bfabry15:07:52

mm, that's going to put the uberjar in a different place too. which I'll have to change in a lot of places. oh well

rickmoynihan09:07:38

@U050MP39D: yeah I’ve always thought that it was a far more sensible default.

roberto19:07:14

Is there a way to set the proxy without modifying a file? https://github.com/technomancy/leiningen/wiki/HTTP-Proxies

roberto19:07:38

Or to add it to ./profile.clj and not to ~/.profile ?