Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Thanks Guys, javancss looks good, and it counts comments separately. It probably wasn't immediately obvious to me when I googled for existing line count reports. At least I learnt a bit about mojo reporting. Neil. Fabrice Bellingard-3 wrote: > > As Brett said, the codehaus JavaNCSS plugin a

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread Fabrice Bellingard
As Brett said, the codehaus JavaNCSS plugin already gives this information (and even more), so I'm not sure we want to add this to the JXR plugin... Fabrice. On 7/12/07, crowne <[EMAIL PROTECTED]> wrote: Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Hi Brett, It could be added to the maven-jxr-plugin module, however maybe as a separate mojo, as I have used a doxia report format whereas, jxr uses an external report format that has a similar structure to javadoc. I haven't seen javancss yet, going to have a look now. Regards, Neil. brettpo

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread Brett Porter
Can it be added to the existing jxr plugin instead? Have you seen the javancss plugin at codehaus? On 12/07/2007, at 6:51 PM, crowne wrote: Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a project that we have been working on. Needless to say that I

new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a project that we have been working on. Needless to say that I got a bee in my bonnet and built a maven-loc-plugin-1.0-snapshot over the weekend. I started by copying the maven-jxr-plugin, and I had to make a fe