Sebastian Daschner

Results 99 comments of Sebastian Daschner

Yes, the problem is that this can't be changed atm, since the Maven plugin has two different classloaders (with their set of class instances). So yes, it has quite a...

Yes, the JAXB annotation support is still in its infancy... ;-)

Yes, sure, PRs are more than welcome. The `JavaTypeAnalyzer` is a good place to start for the JAXB analysis.

Thanks for issuing this. Actually that error was introduced in the last version, I'm wondering why I dind't find it earlier... @rmpestano @wumpz: Could you please retry with the latest...

The error has to do with the tools.jar, that is loaded into the class path since the JavaDoc analysis. Somehow the Java compiler get's confused with that. Changed the Maven...

Great! Yes, you would temporarily need the Maven Central Snapshot repositories: ``` ossrh-snapshots https://oss.sonatype.org/content/repositories/snapshots/ false true ```

Since that version is (more or less) broken, I'm just about to release `0.14`.

Hmm... So somehow the `tools.jar` dependency leads to confusion of the compiles (test) classes which doesn't make any sense to me. @rmpestano any ideas? Unfortunately the whole JavaDoc processing introduced...

Yeah, they use just a "normal" Doclet, run with maven-javadoc-plugin, but we need to run is as part of the Analyzer... I was even thinking about writing an own (small)...