Re: [VOTE] Release Maven Checkstyle plugin version 2.2

2008-06-02 Thread Zach Legein
+1 Dennis Lundberg-2 wrote: > > Hi, > > It's been over two years since the last release, so let's do this :-) > > We solved 31 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=12489 > > There are still a couple of issues left in JIRA: > http://

Re: AbstractMavenReport and Spring Context Files

2008-03-12 Thread Zach Legein
().setContextClassLoader(this.getClass().getClassLoader()); //run report } finally { Thread.currentThread().setContextClassLoader(origLoader); } don't forget to switch the classloader back. -zach Zach Legein wrote: > > I a

AbstractMavenReport and Spring Context Files

2008-03-12 Thread Zach Legein
I am trying to run a maven report that I wrote that needs to create a spring applicationcontext. but I seem to have a problem placing the spring context files needed on the classpath for the site report to run properly. I have this a report setting setup in my pom.xml :