java

2020-07-07T18:41:41.025200Z

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?

2020-07-07T18:43:33.025700Z

(badeigeon javac impl. is here: https://github.com/EwenG/badigeon/blob/master/src/badigeon/javac.clj