mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
24.42.2008 f52a3792a39a7e5c9eb8586d849e75f5872ff8e5
- enable checkstyle for dsml package.
1 files modified
6 ■■■■■ changed files
opends/build.xml 6 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -506,6 +506,12 @@
      <formatter type="plain" />
    </checkstyle>
    <checkstyle config="${checkstyle.dir}/opends-checkstyle.xml"
         failOnViolation="true">
      <fileset dir="${dsml.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
    <checkstyle config="${checkstyle.dir}/opends-doctarget-checkstyle.xml"
         failOnViolation="true">
      <fileset dir="${src.dir}/org/opends/server/api" includes="**/*.java" />