Fork me on GitHub
#java
<
2020-07-07
>
jjttjj18:07:41

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?