On Wednesday 06 Aug 2003 13:33, S. Radhakrishnan wrote:
> Hi,
>
> thanks for your solution.. that works fine.. now i am facing with a
> different problem.
> I am having custom checkstyle properties which will look like,
>
> checkstyle.lcurly.type = nl
> checkstyle.lcurly.method = nl
> checkstyle.lcurly.other = nl
> checkstyle.rcurly = alone
> checkstyle.allow.tabs = false
> checkstyle.allow.protected = false
> checkstyle.allow.package = false
> checkstyle.allow.no.author = false
> checkstyle.max.line.len = 80
>
> Now, building the checkstyle report using Maven 10, it gives me the
> following exception.
Checkstyle has changed in Maven beta10 ... it now uses a new XML based config
file. See http://checkstyle.sourceforge.net/ for details. I've attached a
sample file (if it gets through to the mailing list).
--
Andy
|