使用 IvyDE 设置项目

发布于 2024-12-15 16:01:13 字数 54 浏览 3 评论 0原文

是否有任何好的 IvyDE 示例项目或在 Eclipse 中使用 IvyDE 设置项目的教程?

Are there any good sample projects with IvyDE or tutorials on setting up projects with IvyDE in Eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

热情消退 2024-12-22 16:01:13
  1. 将插件添加到 Eclipse。
  2. 右键单击项目并创建新的 ivy.xml 文件。
  3. maven repo 上搜索您的依赖项并将其添加到您的 ivy 文件中。
  4. 右键单击ivy文件添加选择添加ivy库。它将自动执行 ivy 解析并将依赖项添加到您的 ivy 库。

您可以在安装中找到带有一些屏幕截图的详细信息并使用 Apache Ivy 作为依赖管理器

PS:以上链接是我写的个人博客。

  1. Add the plugin to Eclipse.
  2. Right click project and Create new ivy.xml file.
  3. Search your dependencies on the maven repo and add it to your ivy file.
  4. Right click ivy file add select add ivy library. It will automatically perform ivy resolve and add dependencies to you ivy library.

You can find detailed information with some screenshots in Installing and using Apache Ivy as dependency manager.

PS: Above link is to my personal blog that I write.

零崎曲识 2024-12-22 16:01:13

ivyde 文档应该会有所帮助。

它有一个安装指南。

基本上你只需要:

  1. 安装插件
  2. 将设置指向你的 ivysettings.xml (如果有的话)
  3. 为你的项目编写 ivy.xml 为
  4. 你的项目添加 IVY-Classpath-Container

The ivyde Documentation should help.

It has an installation guide.

Basically you just have to:

  1. Install the plugin
  2. Point the settings to your ivysettings.xml (if you have one)
  3. Write the ivy.xml for your project
  4. Add the IVY-Classpath-Container for your project
美人骨 2024-12-22 16:01:13

我知道这个问题太老了,无法回答。但这可能对像我这样的少数开发人员有帮助。 请参阅此 PDF 文档 - ApacheIvyBeginners Guide。太棒了,只有30页。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文