Re: Time for a trip into plexus-compiler, guidance?

2015-01-29 Thread Anders Hammar
Start in JavacCompiler.performCompile(). Depending on JDK version the actual compilation is then done by that class or JavaxToolsCompiler. /Anders On Thu, Jan 29, 2015 at 9:48 AM, Anders Hammar and...@hammar.net wrote: org.codehaus.plexus:plexus-compiler-javac assuming you're using javac.

Re: Time for a trip into plexus-compiler, guidance?

2015-01-29 Thread Anders Hammar
org.codehaus.plexus:plexus-compiler-javac assuming you're using javac. https://github.com/sonatype/plexus-compiler/tree/master/plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac /Anders On Wed, Jan 28, 2015 at 11:12 PM, Benson Margulies bimargul...@gmail.com

Time for a trip into plexus-compiler, guidance?

2015-01-28 Thread Benson Margulies
I reopened MCOMPILER-120. The story turns out to be this: showDeprecationtrue/showDeprecation __suppresses__ printing the warning(s) that cause the compilation to fail. That flag seems to be entirely read by plexus compiler, so I guess that's my next place to visit. Anyone care to offer