View | Details | Raw Unified | Return to bug 60442
Collapse All | Expand All

(-)build.xml (-1 / +1 lines)
Lines 3226-3232 Link Here
3226
  <property name="config_loc" value="."/>
3226
  <property name="config_loc" value="."/>
3227
  <target name="checkstyle">
3227
  <target name="checkstyle">
3228
    <available property="checkstyle.jar.available" file="${lib.opt}/${checkstyle-all.jar}"/>
3228
    <available property="checkstyle.jar.available" file="${lib.opt}/${checkstyle-all.jar}"/>
3229
    <fail message="This task requires checkstlye, please run download_checkstyle target to download checkstyle" unless="checkstyle.jar.available"/>
3229
    <fail message="This task requires checkstyle, please run download_checkstyle target to download checkstyle" unless="checkstyle.jar.available"/>
3230
3230
3231
    <antcall target="_process_checkstyle_jars"></antcall>
3231
    <antcall target="_process_checkstyle_jars"></antcall>
3232
    <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
3232
    <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"

Return to bug 60442