Re: m2eclipse checkstyle support

2008-11-06 Thread Eugene Kuleshov
ndencies (including stuff decalred somewhere else in plugin/dependencyManagement). regards, Eugene -- View this message in context: http://www.nabble.com/m2eclipse-checkstyle-support-tp20357992p20364918.html Sent from the Maven Developers mailing list archive at Nabble.com. -

Re: m2eclipse checkstyle support

2008-11-06 Thread nicolas de loof
. Maybe Shane, John or Jason can point you to > the > Maven classes that already implementing all this logic. > > regards, > Eugene > > > -- > View this message in context: > http://www.nabble.com/m2eclipse-checkstyle-support-tp20357992p20364498.html > Sent from the Maven

Re: m2eclipse checkstyle support

2008-11-06 Thread Eugene Kuleshov
s element. Maybe Shane, John or Jason can point you to the Maven classes that already implementing all this logic. regards, Eugene -- View this message in context: http://www.nabble.com/m2eclipse-checkstyle-support-tp20357992p20364498.html Sent fr

Re: m2eclipse checkstyle support

2008-11-06 Thread nicolas de loof
Maybe I could use the embedder to prepare a "mvn checkstyle: checkstyle" execution and then get the configured ClassLoader ? I'm not used with maven embedder so have no idea if this is possible and how ... 2008/11/6 nicolas de loof <[EMAIL PROTECTED]> > >> I suppose you could get resolved depen

Re: m2eclipse checkstyle support

2008-11-06 Thread nicolas de loof
> > > I suppose you could get resolved dependencies from MavenProject instance > passed to you from configurator, so you could create your own > URLClassLoader > from those jars. I need to get the PLUGIN dependencies, not the project one. AFAIK the MavenProject API doesn't give me access to plu

Re: m2eclipse checkstyle support

2008-11-06 Thread nicolas de loof
> -- > View this message in context: > http://www.nabble.com/m2eclipse-checkstyle-support-tp20357992p20363420.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > > - > To unsubscribe,

Re: m2eclipse checkstyle support

2008-11-06 Thread Eugene Kuleshov
/browse/MNGECLIPSE-900 regards, Eugene -- View this message in context: http://www.nabble.com/m2eclipse-checkstyle-support-tp20357992p20363420.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

m2eclipse checkstyle support

2008-11-06 Thread nicolas de loof
Hi, I'm trying to contribute the checkstyle eclipse plugin to support m2eclipse configuration. ( https://platina.svn.sourceforge.net/svnroot/platina/eclipse/checkstyle/trunk ) As a proof of concept, I'd like to support as a basic configuration the simplier use case : org.apache.ma