Re: Checkstyle plugin - bump to java 8 ?

2019-04-04 Thread Enrico Olivelli
I will push the change. Thanks And I also want to cut a release soon Cheers Enrico Il gio 4 apr 2019, 17:28 Robert Scholte ha scritto: > Indeed a valid reason to push the minimum required Java version to 8 > > Robert > > On Thu, 04 Apr 2019 13:46:59 +0200, Enrico Olivelli > > wrote: > > > Hi

Re: Checkstyle plugin - bump to java 8 ?

2019-04-04 Thread Robert Scholte
Indeed a valid reason to push the minimum required Java version to 8 Robert On Thu, 04 Apr 2019 13:46:59 +0200, Enrico Olivelli wrote: Hi, The Maven CheckStyle plugin currently supports Java 7 but latest Checkstyle versions require Java 8. For this reason we are stuck to an older version o

Re: Checkstyle plugin - bump to java 8 ?

2019-04-04 Thread Anders Hammar
Sounds reasonable to me. /Anders On Thu, Apr 4, 2019 at 1:47 PM Enrico Olivelli wrote: > Hi, > The Maven CheckStyle plugin currently supports Java 7 but latest > Checkstyle versions require Java 8. > For this reason we are stuck to an older version of Checkstyle and > users want to use the new

Re: Checkstyle plugin 2.8 release?

2011-10-24 Thread Mark Hobson
Great, thanks Olivier. Just back from holiday so apologies for the delay. I'll push the release now. Cheers, Mark On 16 October 2011 17:37, Olivier Lamy wrote: > Mark, > I don't know if you follow commits logs but you have karma back :-) > Let me know if you want to push the release. > > 2011

Re: Checkstyle plugin 2.8 release?

2011-10-16 Thread Olivier Lamy
Mark, I don't know if you follow commits logs but you have karma back :-) Let me know if you want to push the release. 2011/10/14 Mark Hobson : > That'd be great, thanks Olivier! > > Mark > > On 14 October 2011 08:26, Olivier Lamy wrote: >> Hello, >> I can probably do that around middle next week

Re: Checkstyle plugin 2.8 release?

2011-10-14 Thread Mark Hobson
That'd be great, thanks Olivier! Mark On 14 October 2011 08:26, Olivier Lamy wrote: > Hello, > I can probably do that around middle next week. Ping me if I miss :-) > > 2011/10/13 Mark Hobson : >> Hi, >> >> I need to use maven-checkstyle-plugin 2.7 for the checkstyle upgrade >> but am being bloc

Re: Checkstyle plugin 2.8 release?

2011-10-14 Thread Olivier Lamy
Hello, I can probably do that around middle next week. Ping me if I miss :-) 2011/10/13 Mark Hobson : > Hi, > > I need to use maven-checkstyle-plugin 2.7 for the checkstyle upgrade > but am being blocked by MCHECKSTYLE-159.  This is fixed in trunk and > there are no further unresolved issues targe

Re: [Checkstyle plugin] possible release

2010-09-16 Thread Mark Hobson
I could do with this release too and am happy to perform it. Having a few problems updating my environment though; I'll send a separate mail. Mark On 13 September 2010 22:37, Olivier Lamy wrote: > Hi, > I will try to work on this at the end of the week (if no spare time issue :-) > ). > > 2010

Re: [Checkstyle plugin] possible release

2010-09-13 Thread Olivier Lamy
Hi, I will try to work on this at the end of the week (if no spare time issue :-) ). 2010/9/13 Dominique Jean-Prost : > > Hello, > > > Could someone consider releasing checkstyle plugin 2.6 as there are no more > pending issues please ? > As I'm eagerly waiting for some fixes, I dared to write her

Re: Checkstyle plugin - upgrade to checkstyle 5 ?

2009-05-15 Thread Dennis Lundberg
We should have a policy discussion about the use of Java 5 in our plugins. I will start another thread for that. Your question here about the Checkstyle Plugin depends on the outcome of the policy discussion. nicolas de loof wrote: > Hi > You may have noticed discussion on user list about checkst

Re: checkstyle plugin and propertyExpansion

2006-05-21 Thread Edwin Punzalan
${basedir} has backslashes... and is parsed wrongly by: p.load( new StringInputStream( propertyExpansion ) ); Carsten Karkola wrote: We have our own checkstyle config with some file references. I tried to use them with org.apache.maven.plugins maven-checkstyle-plu

RE: checkstyle plugin

2004-05-04 Thread Vincent Massol
Hi Fabrice, > -Original Message- > From: Fabrice Dewasmes [mailto:[EMAIL PROTECTED] > Sent: 04 May 2004 10:41 > To: [EMAIL PROTECTED] > Subject: checkstyle plugin > > Hi, > > following is a post I made on chekstyle's mailing list. > -- > > Hi all, > > I'm currently using maven checksty

Re: Checkstyle plugin update

2003-11-12 Thread Henri Tremblay
OTECTED]> Sent: Wednesday, November 12, 2003 11:30 PM Subject: RE: Checkstyle plugin update > Hi Henri, > > Can you please post this to JIRA. It would be strongly preferable if you > could prepare the patch against the current version in CVS. Note that the > plugin has moved to t

RE: Checkstyle plugin update

2003-11-12 Thread Brett Porter
Hi Henri, Can you please post this to JIRA. It would be strongly preferable if you could prepare the patch against the current version in CVS. Note that the plugin has moved to the "maven-plugins" CVS repository, and you should be able to build it and run it on beta-10 or rc1 independantly (using

Re: checkstyle plugin documentation

2003-08-22 Thread Emmanuel Venisse
Fixed. Thanks. - Original Message - From: "Simon Matic Langford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 10:35 AM Subject: checkstyle plugin documentation > hi, > > I've noticed a little bugette in the checkstyle documentation: > > the property "maven

Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-06-01 Thread Oliver Burn
Check that you do not have ANTLR-2.7.1 in your classpath. Checkstyle 3.1 requires ANTLR-2.7.2. "Martin Poeschl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > built cvs HEAD, run 'maven site' > > i get: > > Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap > > fo

RE: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Vincent Massol
2.0 there might be some old 1.1 version there (both in jar format and expanded). Thanks -Vincent > -Original Message- > From: Martin Poeschl [mailto:[EMAIL PROTECTED] > Sent: 30 May 2003 16:18 > To: Maven Developers List > Subject: Re: [Checkstyle] Plugin now supports chec

Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Martin Poeschl
built cvs HEAD, run 'maven site' i get: Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap for each class when running 'maven checkstyle:report' it seems to work martin Vincent Massol wrote: Hi, I've just rewritten the checkstyle plugin to support checkstyle 3.1. Can you