java - Including additional source locations for chekstyle in ant task -
I am running a checkstick check with an ant task. I have both properly configured and can work without any problem Are there.
But I have another project / folder (they are called third party formulas) with additional source files which are my source files (primary source). I only want to check the checkstyle check the primary sources , but it requires third party sources in the cell spaces or somehow, otherwise I get class notified errors. / P>
How to make such a suggestion?
My configuration in the ant looks like the following:
& lt; Checkstyle Config = "sun_checks.xml" failed on violation = "wrong" & gt; & Lt; Fileset dir = "$ {src.dir}" includes = "** / * .java" /> & Lt; Formatter type = "xml" tofile = "$ {report.dir} /checkstyle_sun.xml" /> & Lt; / Checkstyle & gt;
is a classpath parameter that you can set for the checklist function:
The default for the current cell at the same time while looking for classes to use classpath classpath.
Comments
Post a Comment