Setting up projects with IvyDE
Asked Answered
B

3

11

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

Begga answered 14/11, 2011 at 23:19 Comment(0)
I
9

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
Inherence answered 15/11, 2011 at 9:19 Comment(0)
D
18
  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.

Deandra answered 20/4, 2014 at 19:51 Comment(1)
That step number 4 is the key and much better than step 4 of the accepted solution!Visit
I
9

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
Inherence answered 15/11, 2011 at 9:19 Comment(0)
F
3

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.

Fannyfanon answered 5/12, 2013 at 14:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.