0

我的一些 Roo 生成的 .aj 文件似乎正在生成如下错误。我可以在我的 Maven 依赖项中看到 commons-lang3-3.1.jar。我已将此添加到我的 pom.xml

<dependency>            
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>          
    <version>3.1</version>
</dependency>

无法执行目标 org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project AdminDirect-Model: Compiler errors : [ERROR] error at return ReflectionToStringBuilder.toString(this, ToStringStyle.SHORT_PREFIX_STYLE);

我有一个多模块项目,当我在 STS 中尝试右键单击并更新项目时,我收到另一个恼人的错误,说“设置项目描述时遇到问题”......尽管这可能是一个单独的问题。

顺便说一句,如果有人知道创建多模块 spring roo、JSF、JPA 应用程序(父模块下的模型和 Web 层)的正确工作流程,将不胜感激。

4

1 回答 1

0

我删除了 .m2/repository 文件夹内容并使用 Maven 更新项目强制重新下载,然后强制刷新快照。似乎工作,罐子一定是腐败的?

tomcat server 无法在 STS 中启动服务器和应用程序

于 2013-05-20T23:10:25.073 回答