You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sergey Petrovskiy (JIRA)" <ji...@codehaus.org> on 2008/11/11 10:20:13 UTC

[jira] Created: (MCHECKSTYLE-107) Possibility to check classes, chosen with datetime filter

Possibility to check classes, chosen with datetime filter
---------------------------------------------------------

                 Key: MCHECKSTYLE-107
                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-107
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: Improvement
            Reporter: Sergey Petrovskiy


The goal is to check not all classes of project, but only last commited.

If I start checkstyle with ant, I can define datetime:

        <checkstyle config="${env.LOCAL_HOME}/ICC.checks.xml" failOnViolation="false">
          <fileset dir="${user.dir}">
            <include name="**/*.java"/>
            <exclude name="**/*Test*.java" />
            <date datetime="${start.qa.day}" when="after"/>
          </fileset>
          <formatter type="xml" tofile="${qalab.dir}/checkstyle-report.xml"/>
        </checkstyle>

I could not find this possibility for maven pmd plugin.

BTW: the same possibility required in PMD plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira