Eclipse Galileo 不会将外部 jar 部署到 WEB-INF/lib 目录中
我创建了新的网络项目 testweb。
默认情况下,默认输出文件夹是testweb\build\classes。
添加了一些 jar 来构建路径。
然后在“Java EE 模块依赖项”中选择这些 jar,以便 Eclipse 在部署到某个服务器时将这些 jar 放入 WEB-INF/lib 中。
然后我从 Eclipse 在服务器(JBoss)上部署了这个 Web 应用程序。
一切正常 - WEB-INF/lib 目录中有 jars。
但是,如果我将默认输出文件夹从 testweb\build\classes 更改为 testweb\web\WEB-INF\classes Eclipse 将停止将外部 jar 部署到 WEB-INF/lib 目录。
该目录是空的! 为什么? 怎么了?
I created new web project testweb.
By default default output folder is testweb\build\classes.
Added some jars to build path.
Then selected these jars in "Java EE Module Dependencies" in order to Eclipse put this jars into WEB-INF/lib during deploying on some server.
Then I deployed this web application from Eclipse on server(JBoss).
All is ok - there are jars in WEB-INF/lib directory.
But if I change default output folder from testweb\build\classes to testweb\web\WEB-INF\classes Eclipse stops to deploy external jars to WEB-INF/lib directory.
This directory is empty!
Why?
What is wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像 bug 266268 ,也在 此线程。
注意:
该错误与 错误 249044 重复,据报告已在 WTP3 中修复。 0.5:您的 Galileo eclipse 使用什么版本的 WTP?
Looks like bug 266268 , also described in this thread.
Notes:
The bug is a duplicate of bug 249044, reported fixed in WTP3.0.5: what version of WTP do you have with your Galileo eclipse?