Hi,

I've just set up a Jenkins server with the following plug-ins:


   - JSHint Report Plug-in               3.36
   - Checkstyle Plug-in                    3.39
   - FindBugs Plug-in                      4.57
   - PMD Plug-in                              3.38
   - Static Code Analysis Plug-ins   1.56

When I come to perform by builds I get the following error:

INFO] Trace
java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringEscapeUtils
        at 
hudson.plugins.analysis.util.model.AbstractAnnotation.<init>(AbstractAnnotation.java:97)
        at 
hudson.plugins.analysis.util.model.AbstractAnnotation.<init>(AbstractAnnotation.java:128)
        at hudson.plugins.jshint.parser.Warning.<init>(Warning.java:42)
        at 
hudson.plugins.jshint.parser.CheckStyleParser.convert(CheckStyleParser.java:115)
        at 
hudson.plugins.jshint.parser.CheckStyleParser.parse(CheckStyleParser.java:72)
        at 
hudson.plugins.analysis.core.AbstractAnnotationParser.parse(AbstractAnnotationParser.java:53)
        at 
hudson.plugins.analysis.core.FilesParser.parseFile(FilesParser.java:300)     at
hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:258)

Is this a known issue? If so what's the preferred solution?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to