IvyDE + WTP: How to workaround that ivy library is ignored by WTP?

人走茶凉 提交于 2019-12-04 11:49:31

For that kind of things, we simply add an Ant based Builder in the Eclipse project, monitoring the dependencies files, which simply updates WEB-INF/lib directly and calls for a workspace refresh. This way we are not tied to a specific plugin, and it's working great on the build server as well without any changes.

Espen

Did you try to add the ivy.xml module to your project's Java EE Module Dependencies?


(source: espenberntsen.net)

cdparra

I think this answers your question: How to use Ivy + IvyDE in eclipse to put different jars in lib and web-inf/lib

It suggests you to add retrieve dependency rules to your project using Project->Properties->Ivy configuration GUI. Then you can Project->Ivy->Retrieve... to copy all ivy jars to the WEB-INF/lib folder of your web project (or wherever you wish to copy them).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!