taylor 2002/10/21 15:41:03
Modified: build build.xml
Log:
- updated CheckStyle tasks to work with version 2.4
- started added CheckStyle tasks for LDAP
Revision Changes Path
1.163 +8 -4 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- build.xml 15 Sep 2002 16:18:18 -0000 1.162
+++ build.xml 21 Oct 2002 22:41:03 -0000 1.163
@@ -203,18 +203,20 @@
<!-- Basic requirement -->
<checkstyle properties="build/checkstyle.properties"
failOnViolation="false"
- failureProperty="checkstyle.failure"
- cacheFile="build/${checkstyle.cache.basic}"
+ failureProperty="checkstyle.failure">
+<!-- cacheFile="build/${checkstyle.cache.basic}"
basedir="${src.java.dir}">
+-->
<formatter type="plain" toFile="build/${checkstyle.errors}"/>
<fileset dir="${src.java.dir}" includes="**/*.java"/>
</checkstyle>
<!-- Ideal requirement -->
<checkstyle properties="build/checkstyle.properties"
- failOnViolation="true"
- cacheFile="build/${checkstyle.cache.ideal}"
+ failOnViolation="true">
+<!-- cacheFile="build/${checkstyle.cache.ideal}"
basedir="${src.java.dir}">
+-->
<fileset dir="${src.java.dir}">
<patternset>
<include
name="org/apache/jetspeed/modules/actions/controllers/MultiColumnControllerAction.java"/>
@@ -258,6 +260,8 @@
<include
name="org/apache/jetspeed/services/security/RoleManagement.java"/>
<include
name="org/apache/jetspeed/services/security/UserManagement.java"/>
<include name="org/apache/jetspeed/util/MetaData.java"/>
+<!-- <include
name="org/apache/jetspeed/services/security/ldap/UnixCrypt.java"/> -->
+ <include
name="org.apache/jetspeed/services/security/ldap/JetspeedLDAPSecurityService"/>
</patternset>
</fileset>
</checkstyle>
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>