[jira] [Commented] (MCHECKSTYLE-323) usage of checkstyle 7.0 (jdk8 is required)

2017-02-27 Thread Vincent Privat (JIRA)

[ 
https://issues.apache.org/jira/browse/MCHECKSTYLE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885653#comment-15885653
 ] 

Vincent Privat commented on MCHECKSTYLE-323:


We have a project com.xxx.yyy that requires JAVA_HOME to be set to Java 7 and 
still want to use the latest version of Checkstyle available with Eclipse (7.3 
at this time).
In order to do it we tried this configuration to use a jdk8 toolchain:
{code:xml}

org.apache.maven.plugins
maven-checkstyle-plugin
2.17


com.xxx.yyy

yyy-checkstyle
2.7.3



com.puppycrawl.tools

checkstyle
7.3




conf/checkstyle/checkstyle_config_maven.xml

checkstyle_packages.xml

conf/checkstyle/src/main/resources/checkstyle_suppressions.xml


[1.8,)



{code}
Buut it doesn't seem to work. I don't know if my configuration is wrong, or if 
the plugin is not toolchain-aware?

> usage of checkstyle 7.0 (jdk8 is required)
> --
>
> Key: MCHECKSTYLE-323
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-323
> Project: Maven Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Roman Ivanov
>
> Checkstyle 7.0 requires jdk8 for runtime.
> It will be good to have special version of maven plugin that is using it, as 
> good milestone.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MCHECKSTYLE-323) usage of checkstyle 7.0 (jdk8 is required)

2017-01-19 Thread Roman Ivanov (JIRA)

[ 
https://issues.apache.org/jira/browse/MCHECKSTYLE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830868#comment-15830868
 ] 

Roman Ivanov commented on MCHECKSTYLE-323:
--

One more point to make next version to be based on 7.0 :
Checkstyle is used in many places: maven, IDEs, Sonar like application. 
Unfortunately user have to keep checkstyle version in the same version in all 
systems. So if you give user 7.0 by default, user can use any 7.X he wants or 
other systems demands.

https://maven.apache.org/plugins/maven-checkstyle-plugin/history.html

> usage of checkstyle 7.0 (jdk8 is required)
> --
>
> Key: MCHECKSTYLE-323
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-323
> Project: Maven Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Roman Ivanov
>
> Checkstyle 7.0 requires jdk8 for runtime.
> It will be good to have special version of maven plugin that is using it, as 
> good milestone.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MCHECKSTYLE-323) usage of checkstyle 7.0 (jdk8 is required)

2017-01-08 Thread Roman Ivanov (JIRA)

[ 
https://issues.apache.org/jira/browse/MCHECKSTYLE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15810417#comment-15810417
 ] 

Roman Ivanov commented on MCHECKSTYLE-323:
--

I know this feature and heavily use it.

By this issue I mean: as plugin switch to jdk8 as minimum jdk, it would be 
better to use checkstyle 7.0 as version by default.

Checkstyle will soon switch to version 8.X there will be a lot of API changes, 
it will be another good milestone for plugin.

> usage of checkstyle 7.0 (jdk8 is required)
> --
>
> Key: MCHECKSTYLE-323
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-323
> Project: Maven Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Roman Ivanov
>
> Checkstyle 7.0 requires jdk8 for runtime.
> It will be good to have special version of maven plugin that is using it, as 
> good milestone.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MCHECKSTYLE-323) usage of checkstyle 7.0 (jdk8 is required)

2017-01-08 Thread Robert Metzger (JIRA)

[ 
https://issues.apache.org/jira/browse/MCHECKSTYLE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15809207#comment-15809207
 ] 

Robert Metzger commented on MCHECKSTYLE-323:


You can freely choose the checkstyle version you want to use with the plugin: 
https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html
 

> usage of checkstyle 7.0 (jdk8 is required)
> --
>
> Key: MCHECKSTYLE-323
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-323
> Project: Maven Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Roman Ivanov
>
> Checkstyle 7.0 requires jdk8 for runtime.
> It will be good to have special version of maven plugin that is using it, as 
> good milestone.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)