Dennis,
On Monday 12 March 2007 12:04, Dennis Lundberg wrote:
> I stumbled upon this issue over the weekend. If you are using the trunk
> version from svn of the Checkstyle plugin, you cannot build the site for
> any of our own plugins. I managed to work around it by explicitly
> specifying maven
I stumbled upon this issue over the weekend. If you are using the trunk
version from svn of the Checkstyle plugin, you cannot build the site for
any of our own plugins. I managed to work around it by explicitly
specifying maven-checkstyle-plugin version 2.1 temporarily in the pom. I
got the sam
Jason,
Back in December, you changed a bunch of plugins (PMD and Checkstyle are
definitely two of them) to use the ResourceManager instead of the custom
Locator code they had.
That seems to work fine when the plugins are part of the actual build
build, but not during a reporting run.If t
Quick updates:
1) It's definitely the classloader. If a set the contextClassLoader to
the classloader of the plugin, the RM works fine. That seems like less of
a hack so I'll go with that.
2) I THINK this is the cause of MCHECKSTYLE-65. I'll try the classloader
thing there too.
Dan