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?
-------------------------------
## project.properties
maven.its.root = ../its
maven.its.thirdparty.dir = ${maven.its.root}/thirdparty
maven.repo.local = ../repro.local
maven.checkstyle.properties =
${basedir}/file_that_does_not_exist_its-checkstyle.properties
maven.tasklist.tasktag = todo
maven.changelog.basedir = ${maven.its.root}
maven.activitylog.basedir = ${maven.its.root}
maven.junit.fork = yes
--------------------------
checkstyle:generate-report:
[echo] Using
c:\cvs.local\its.maven/file_that_does_not_exist_its-checkstyle.properties
for check
style ...
Loading stylesheet
c:\maven\plugins\maven-checkstyle-plugin-1.1\checkstyle.dvsl
In file c:\cvs.local\its.maven\target\checkstyle-raw-report.xml time:
1035422023734
Out file
c:\cvs.local\its.maven\target\generated-xdocs\checkstyle-report.xml
time: 1035421851875
Style file c:\maven\plugins\maven-checkstyle-plugin-1.1\checkstyle.dvsl
time: 1035421182000
Processing c:\cvs.local\its.maven\target\checkstyle-raw-report.xml to
c:\cvs.local\its.maven\target\
generated-xdocs\checkstyle-report.xml
--
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>
- Re: b8 head: checkstyle wont use my properties file Barry Kaplan
