我尝试在ubuntu 12.04中使用gradle构建Spring3框架。但是在构建方面的过程中出现了错误。错误如下:
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有人能帮我传递这个错误并构建Spring3框架吗?谢谢..
发布于 2012-06-12 16:25:48
尝试更新Spring代码。如果这不起作用,请看一下您正在针对什么编码进行编译。
https://stackoverflow.com/questions/10992221
复制相似问题