我刚从SVN检查了一个项目,使用maven和aspectj构建。
当我尝试使用Maven编译(尝试使用原始版本3.2.5和最新的3.3.3)时,我收到以下错误(只是我使用-X选项获得的长日志的摘录):< / p>
[INFO] --- aspectj-maven-plugin:1.7:compile (default-aj-generate-sources) @ jcz-persistence-jpa ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[ERROR] The type org.springframework.beans.factory.annotation.Autowired cannot be resolved. It is indirectly referenced from required .class files
[path to class].java:0
(no source information available)
在过去的几个小时里,我一直在寻找失败的原因:有谁知道原因是什么?