|
|
@@ -102,7 +102,7 @@ |
|
|
|
</simian> |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="fixTS" description="fix error 'Line has trailing spaces'"> |
|
|
|
<target name="fixTS" description="--> fix checkstyle errors 'Line has trailing spaces'"> |
|
|
|
<fail message="Define path to java file 'path'"> |
|
|
|
<condition><not><isset property="path"/></not></condition> |
|
|
|
</fail> |
|
|
@@ -111,7 +111,7 @@ |
|
|
|
</replaceregexp> |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="fixTab" description="fix error 'Line contains TAB sign'"> |
|
|
|
<target name="fixTab" description="--> fix checkstyle errors 'Line contains TAB sign'"> |
|
|
|
<fail message="Define path to java file 'path'"> |
|
|
|
<condition><not><isset property="path"/></not></condition> |
|
|
|
</fail> |
|
|
|