Barry Kaplan wrote:
No matter what I do, checkstyle always ignores what I put in my project.properities. I can even specify a bogus file and it happily goes on and checks using who knows what. Is there anyway to debug this other than via a debugger?Got it! My file *was* being used, but checkstyle (not the plugin, checkstyle itself) seemed to ignore its contents becauase of the following line:
checkstyle.header.file =
No complaints from checkstyle. But it must be failing to parse the file somehow and reverting to the sun default. Commenting out the line fixed the problem.
(I'll post an issue with checkstyle).
--
To unsubscribe, e-mail: <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>
