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 <[email protected]> wrote: > 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 <[email protected]> > wrote: > >> I reopened MCOMPILER-120. The story turns out to be this: >> >> <showDeprecation>true</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 hints? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
