dion 2003/09/23 07:14:50
Modified: src/plugins-build/checkstyle/xdocs/current changes.xml
src/plugins-build/checkstyle plugin.jelly
Log:
Apply MAVEN-843
Revision Changes Path
1.4 +3 -0 maven/src/plugins-build/checkstyle/xdocs/current/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/xdocs/current/changes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 17 Sep 2003 08:37:20 -0000 1.3
+++ changes.xml 23 Sep 2003 14:14:49 -0000 1.4
@@ -9,6 +9,9 @@
<body>
<release version="2.1" date="In CVS">
+ <action dev="dion" type="fix">
+ Apply MAVEN-843. Allow checkstyle access to the classpath
+ </action>
<action dev="dion" type="update">Add test project</action>
</release>
1.17 +6 -1 maven/src/plugins-build/checkstyle/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/plugin.jelly,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- plugin.jelly 29 Aug 2003 06:27:52 -0000 1.16
+++ plugin.jelly 23 Sep 2003 14:14:50 -0000 1.17
@@ -150,7 +150,12 @@
</ant:fileset>
- <ant:formatter type="xml"
+ <ant:classpath>
+ <ant:path refid="maven.dependency.classpath"/>
+ <ant:pathelement path="${maven.build.dest}"/>
+ </ant:classpath>
+
+ <ant:formatter type="xml"
toFile="${maven.build.dir}/checkstyle-raw-report.xml"/>
<j:choose>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]