Anyone use https://github.com/EwenG/badigeon ? I'm trying to use the javac
-parameters
flag and I beleive with badigeon it should be as simple as
(javac/javac "tws-api/source/javaclient/"
{:compile-path "target/classes"
:javac-options ["-parameters"]})
But this is not correctly compiling with parameters. Badigeon seems to just use javax.tools.JavaCompiler
to compile. Is there something obvious I'm misunderstanding about how the -parameters
flag or javac
works?(badeigeon javac impl. is here: https://github.com/EwenG/badigeon/blob/master/src/badigeon/javac.clj