s2jh 项目在netbean 下构建出现以下问题?
@S2JH 你好,想跟你请教个问题:------------------------------------------------------------------------
环境 netbean7.3 jdk7
Total time: 2:04.813s
Finished at: Tue Oct 08 09:56:18 CST 2013
Final Memory: 24M/59M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project common-service: Compilation failure: Compilation failure:
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/auth/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/schedule/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/rpt/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/pub/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/sys/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
/E:/lib/s2jh-master/s2jh-master/common-service/src/main/java/lab/s2jh/profile/web/action/package-info.java:[2,1] 注释类型不适用于该类型的声明
-> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
After correcting the problems, you can resume the build with the command
mvn <goals> -rf :common-service
这个是啥原因?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
客气啦
谢谢老大
另外补充一下,netbeans我也没测试过哈,我用的是STS3.2,当然按理说这个对于开发工具依赖应该不是很强,其他IDE应该也能正常运行。
这个问题我在
Travis-CI发布也遇到类似问题,估计是JDK7版本兼容问题。我目前都是用JDK6开发测试的是没问题的。你可以尝试用jdk6试试。我自己也安装jdk7找找兼容性问题处理一下。