|
||||||||
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 |
[JIRA] (JENKINS-10274) Can this plugin support CLOC for even more languages and better Windows support
andreas.zou...@ait.ac.at (JIRA) Fri, 03 Aug 2012 08:30:08 -0700
- [JIRA] (JENKINS-10274) Can this plugin sup... spam_schluc...@web.de (JIRA)
- [JIRA] (JENKINS-10274) Can this plugi... spam_schluc...@web.de (JIRA)
- [JIRA] (JENKINS-10274) Can this plugi... andreas.zou...@ait.ac.at (JIRA)
- [JIRA] (JENKINS-10274) Can this plugi... andreas.zou...@ait.ac.at (JIRA)
- [JIRA] (JENKINS-10274) Can this plugi... andreas.zou...@ait.ac.at (JIRA)
It does not work for me, maybe I use wrong options? What I do is:
cloc.pl --by-file --exclude-dir=.svn,build --xml -out=build/cloc.xml mysourcedir
xsltproc sloccount.xsl build/cloc.xml
compilation error: file /home/zoufala/Downloads/sloccount.xsl line 1 element stylesheet
xsl:version: only 1.0 features are supported
xmlXPathCompOpEval: function replace not found
XPath error : Unregistered function
xmlXPathCompiledEval: 2 objects left on the stack.
runtime error: file /home/zoufala/Downloads/sloccount.xsl line 5 element variable
Failed to evaluate the _expression_ of variable 'file_path'.
This report has been generated by cloc 1.56.
For more details see: http://cloc.sourceforge.net
Is there an obvious mistake in my usage?