1

ubuntu 12.04で、gradleを使用してSpring 3フレームワークを構築しようとしました。しかし、ビルドアスペクトの進行中にエラーが発生しました。エラーは次のとおりです。

spring-aspects:compileJava
Download http://repo.springsource.org/libs-release/org/aspectj/aspectjtools/1.6.12/aspectjtools-1.6.12.jar
[ant:iajc] <Unknown> [warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')
[ant:iajc]  
:spring-aspects:classes
:spring-aspects:jar
:spring-expression:javadoc
/home/hendri/spring-framework/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpMultiply.java:28: error: unmappable character for encoding UTF8
 * <p>If any of the operands is of a reference type, unboxing conversion (�5.1.8) is performed. Then:<br>
                                                                          ^
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':spring-expression:javadoc'.
> Javadoc generation failed.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 24 mins 10.5 secs

誰かがこのエラーを渡してSpring 3フレームワークを構築するのを手伝ってもらえますか?? ありがとう..

4

1 に答える 1

0

Spring コードを更新してみてください。それでもうまくいかない場合は、コンパイル対象のエンコーディングを確認してください。

于 2012-06-12T08:25:48.253 に答える