checkstyle
checkstyle copied to clipboard
Add example of custom jars to Ant Documentation
http://checkstyle.sourceforge.net/anttask.html
Should have an example similar to https://github.com/checkstyle/checkstyle/blob/6db65fbd6e39ee78937d6c16e618e201d222b8c2/config/ant-phase-verify.xml#L33 to show how to add a custom JAR (like sevntu) to the classpath.
I am on it
Hey @rnveach I would like to work on this issue. Please clear my concerns:
- I need to make a new topic on https://checkstyle.sourceforge.io/anttask.html#Installation by the name of
adding custom JAR fileand add the details to it?
How can I access the source code of https://checkstyle.sourceforge.io/anttask.html ?
Hey @sakshi-1604 are you still working on this issue?
No you can work on it
How can I access the source code of https://checkstyle.sourceforge.io/anttask.html
https://github.com/checkstyle/checkstyle/blob/master/src/xdocs/anttask.xml.vm
I need to
Make the changes that you think are needed and we will review. It should cover an example of how to configure this with any other descriptions that are needed.
@rnveach this issue is fairly old, can you take a look at the link you've provided in the issue description to make sure example is still valid?
Issue is still valid.
take
I am working on this issue. let me know if any concerns.
Fix is merged