使用Maven进行编译时出现aspectj错误

时间:2015-11-14 20:36:19

标签: maven aspectj aspectj-maven-plugin

我刚从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)

在过去的几个小时里,我一直在寻找失败的原因:有谁知道原因是什么?

0 个答案:

没有答案