eclipse 使用 IvyDE 设置项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8129591/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Setting up projects with IvyDE
提问by alex28
Are there any good sample projects with IvyDE or tutorials on setting up projects with IvyDE in Eclipse?
是否有使用 IvyDE 的好的示例项目或有关在 Eclipse 中使用 IvyDE 设置项目的教程?
采纳答案by oers
The ivyde Documentationshould help.
该ivyde文档应该有所帮助。
It has an installation guide.
它有一个安装指南。
Basically you just have to:
基本上你只需要:
- Install the plugin
- Point the settings to your ivysettings.xml (if you have one)
- Write the ivy.xml for your project
- Add the IVY-Classpath-Container for your project
- 安装插件
- 将设置指向您的 ivysettings.xml(如果您有)
- 为您的项目编写 ivy.xml
- 为您的项目添加 IVY-Classpath-Container
回答by Aniket Thakur
- Add the plugin to Eclipse.
- Right click project and Create new ivy.xml file.
- Search your dependencies on the maven repoand add it to your ivy file.
- Right click ivy file add select add ivy library. It will automatically perform ivy resolve and add dependencies to you ivy library.
- 将插件添加到 Eclipse。
- 右键单击项目并创建新的 ivy.xml 文件。
- 在Maven 存储库上搜索您的依赖项并将其添加到您的 ivy 文件中。
- 右键单击ivy文件添加选择添加ivy库。它将自动执行 ivy 解析并向您的 ivy 库添加依赖项。
You can find detailed information with some screenshots in Installing and using Apache Ivy as dependency manager.
您可以在安装和使用 Apache Ivy 作为依赖项管理器中的一些屏幕截图中找到详细信息。
PS: Above link is to my personal blog that I write.
PS:上面的链接是我写的个人博客。
回答by rudrasiva86
I know this question is too old to answer. But this may help few developers like me. Refer this PDF document - ApacheIvyBeginners Guide. Its awesome, just of 30 pages.
我知道这个问题太老了,无法回答。但这可能对像我这样的开发人员很少有帮助。请参阅此 PDF 文档 - ApacheIvyBeginners 指南。太棒了,只有30页。