Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. checkstyle:
  2. [checkstyle] Running Checkstyle 8.18 on 1 files
  3. [checkstyle] Can't find/access AST Node typecom.puppycrawl.tools.checkstyle.api.DetailAST
  4.  
  5. BUILD FAILED
  6. /home/NIX/user/eclipse-workspace/Ant/build.xml:89: Unable to process files:
  7.  
  8. <target name="checkstyle" depends="pmd">
  9. <path id="checkstyle.classpath">
  10. <fileset dir="${lib.dir}">
  11. <include name="*.jar" />
  12. </fileset>
  13. </path>
  14. <checkstyle config="${props}/checks.xml">
  15. <fileset dir="${collection.path}" includes="**/*.java" />
  16. <formatter type="xml" toFile="${build.dir.reports}/checkstyle_errors.xml" />
  17. </checkstyle>
  18. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement