-1

sonar 3.1.1でcsharpプロジェクトを分析すると、エラーが発生しました。sonar
-maven-pluginの実行に失敗します。これが私のログファイルデータです。

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on 
project MyProject: Can not execute Sonar: Error occured while reading Visual Studio files.   
Could not evaluate the expression com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl@ec73b9 on project
D:\projects\MyProject\src\framework\MyPro\MyPro.csproj: XPathExpressionException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration
cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read   
the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVE/MojoExecutionException

この問題を解決するのを手伝ってください...

4

1 に答える 1

0

おそらく、クラスパスを台無しにする余分な JAR を追加したのでしょう。新規インストールを試みてください。すべて問題ありません。

于 2013-01-08T16:36:14.863 に答える