Robert Paasche edited a comment on New Feature JENKINS-13382

If i ran sloccount with the following command:
[ -d slocdata ] || mkdir slocdata
/usr/bin/sloccount --datadir slocdata --duplicates --wide --details "$WORKSPACE/src"/* --multiproject >"$WORKSPACE/sloccount.sc"

on a multimodul maven project checked out to $WORKSPACE/src.

I've got a sloccount.sc containing (splited) information for every modul of this project.

I think the author want to see the sloccount on every modul page.

This will be a great feature.

Thee file looks like:
{{
Creating filelist for main
Creating filelist for test
Categorizing files.
Computing results.

69 java main /SHORTENED/main/sloccount/SloccountDiffSummary.java
50 java main /SHORTENED/main/sloccount/SloccountDiff.java
72 java test /SHORTENED/test/sloccount/SloccountBuildAction.java
133 java test /SHORTENED/test/sloccount/SloccountChartBuilder.java
12 java test /SHORTENED/test/sloccount/SloccountDiffLanguage.java
SHORTENED
}}

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to