精华帖 (0) :: 良好帖 (4) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-05-30
我也看不懂
|
|
返回顶楼 | |
发表时间:2012-05-30
九泉鸟 写道 我也看不懂 哪里不好懂了? 目录结构吗? 还是maven有问题啊? |
|
返回顶楼 | |
发表时间:2012-05-31
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project me-webapp: Compilation failure
[ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Documents and Settings\Administrator\.m2\repository\org\apache\tiles\tiles-core\2.2.2\tiles-core-2.2.2.jar时出错; cannot read zip file entry [ERROR] 1 个错误 [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :me-webapp 运行你的demo时出现这个错误,请赐教呀! |
|
返回顶楼 | |
发表时间:2012-05-31
[ERROR] Failure executing javac, but could not parse the error:
错误: 读取C:\Documents and Settings\Administrator\.m2\repository\org\apache\tiles\tiles-core\2.2.2\tiles-core-2.2.2.jar时出错; cannot read zip file entry 1 个错误 [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] me ................................................ SUCCESS [0.282s] [INFO] me-framework ...................................... SUCCESS [0.687s] [INFO] me-util ........................................... SUCCESS [0.031s] [INFO] me-webapp ......................................... FAILURE [1.188s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.422s [INFO] Finished at: Thu May 31 12:28:17 CST 2012 [INFO] Final Memory: 14M/37M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project me-webapp: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Documents and Settings\Administrator\.m2\repository\org\apache\tiles\tiles-core\2.2.2\tiles-core-2.2.2.jar时出错; cannot read zip file entry [ERROR] 1 个错误 [ERROR] -> [Help 1] [ERROR] 还有这些 |
|
返回顶楼 | |
发表时间:2012-05-31
运行Maven install的时候出的错
|
|
返回顶楼 | |
发表时间:2012-05-31
重导了一下 现在可以了
|
|
返回顶楼 | |
发表时间:2012-05-31
依赖的jar包找不到是吧? 建议你尝试刷新一下pom.xml,maven会自动尝试从远程中央仓库下载jar文件。
也有一种可能是你那里的网络环境不好,下载失败了。 你可以等网络状态比较好的时候再尝试。 |
|
返回顶楼 | |
发表时间:2012-05-31
老汉学编程 写道 重导了一下 现在可以了
解决了就好。 呵呵 |
|
返回顶楼 | |
发表时间:2012-05-31
这里如何配置tomcat启动,还请抽出点时间教下呀! |
|
返回顶楼 | |
发表时间:2012-05-31
TOMCAT就自己配置一个就好了啊。 你平时怎么开发就怎么弄啊。
你贴的那张图,里有tomcat选项的。 在最上面。 |
|
返回顶楼 | |