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

kenneth_suter
19.33.2007 c398065c84ec0e0e6341f41c59fc35bbbdf4c530
commented out broken checkstyle invocation
1 files modified
3 ■■■■ changed files
opends/build.xml 3 ●●●● patch | view | raw | blame | history
opends/build.xml
@@ -502,12 +502,13 @@
      <fileset dir="${unittest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
<!--
    <checkstyle config="${checkstyle.dir}/opends-functest-checkstyle.xml"
         failOnViolation="true">
      <fileset dir="${functest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
-->
  </target>