Questions tagged [ivyde]

Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse™.

Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse™.

https://ant.apache.org/ivy/ivyde/

68 questions
1
vote
1 answer

Eclipse including multiple jars from apache ivy IDE plugin in web deployment assembly

I recently updated my project setting to resolve a resource problem between my groovy plugin and ivy plugin. I use apache ivy IDE plugin 2.2.0 final & eclipse Helios Service Release 1 on a 64bit machine. Before I did: project -> right click on ivy…
0
votes
0 answers

IVY not retrieving all libraries

I have two Eclipse instances using same SVN repository (updated to HEAD). Both are using same IVY-version and same IVY-configuration (to extent what I can find). IVY-settings and ivy.xml are identical as saved in SVN repository. Yet I'm facing an…
Jokkeri
  • 1,001
  • 1
  • 13
  • 35
0
votes
1 answer

Alternatives for ivyDE

I have huge project that is totally dependent on ivyDE and we are now looking forward to move from it. Are there any other better options that can replace ivy stuff? Any advice?
jagamot
  • 5,348
  • 18
  • 59
  • 96
0
votes
0 answers

How to Manually Install IvyDE in MyEclipse?

I tried to install IvyDE in MyEclipse 10 through Eclipse Marketplace. After installation is done, it shows that IvyDE is installed but I don't see any Ivy feature is available, neither in Preferences. So I have to install it manually? I have visited…
not_Prince
  • 320
  • 3
  • 17
0
votes
1 answer

Ivy libs in WAS deployment

I have a war attached to an ear in RAD. I'm using Ivy to manage my project dependencies. My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn't see any dependent libraries from ivy. How can I…
Joel Wickard
  • 1,159
  • 1
  • 10
  • 15
0
votes
1 answer

Eclipse SBT Dependency Library

After I want to use activator eclipse commond, I should see the project with all jars in SBT Dependency Library container with eclipse project,Just like Maven Dependencies container.How to do it? or do not sbteclipse plugin have the function?
Hao Li
  • 1
  • 1
0
votes
1 answer

Vaadin in Eclipse Luna IvyDE resolve

Is IvyDE resolve supposed to run every time a new vaading project is created? Or is there a way have dependencies configured globally for all projects.It takes a long time to resolve and sometimes gives an error. I am using Eclipse Luna 4.4.1 with…
ndnine89
  • 137
  • 2
  • 3
  • 12
0
votes
1 answer

Apache IVY to Maven : MakePom Task

How exactly translate IVY to Maven configurations through the task makepom ? 1.) For example IVY "default" Configuration has no equivalent in its Maven Scope :       I understand ... You could put that in a generation task, makempom would do the…
Azimuts
  • 1,212
  • 4
  • 16
  • 35
0
votes
0 answers

IvyDE unresolved dependency

I am using artifactory, Eclipse and IvyDE to pull in jar files. I have the following dependency in my ivy.xml but I am getting the following IvyDE…
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75
0
votes
2 answers

IvyDe doesnt use ivysettings.xml per project

When trying to set up IveDE, i'm running into the problem that i need to specify my ivysetting.xml on the workspace level in order for my resolvers (to local nexus) to work. I was hoping there is some way to get IvyDE to use the ivysettings.xml of…
pvgoddijn
  • 12,638
  • 15
  • 47
  • 56
0
votes
1 answer

Why can't Ivy resolve my configurations

I've got an Ivy and Artifactory setup to publish and depend on builds with. In Artifactory I have an Ivy file along the lines of:
Dan
  • 51
  • 1
  • 9
0
votes
1 answer

Eclipse deployment assembly with ivy dependencies fails

I'm using ivy managed dependencies for a dynamic web project in Eclipse 4.3 and everything works. After merging a different branch containing a new module project Eclipse fails to create a war anymore. If I remove IvyDependencies from deployment…
Max Power
  • 178
  • 1
  • 10
0
votes
1 answer

Ivy resolves Oracle JDBC dependency but doesn't deploy jar with other dependencies

hoping someone can shed some light on a problem I've been working on. I'm in the process over changing a small project over to Vaadin from GWT, I have all my libraries working except for the Oracle JDBC driver (ojdbc6.jar). After reading around I…
0
votes
1 answer

GWT Designer can't find GWT module X in project

I am having trouble with GWT Designer in my GWT application. Can't find GWT module GWT Designer can't find GWT module com.google.gwt.query.Query in project. Possible reasons: 1. There really are no module with this ID. For example, it was…
Ben Dol
  • 427
  • 6
  • 18
0
votes
0 answers

How can I add sources of tomcat 6 to an Ivy dependency?

I have this setup: Eclipse java project, IvyDE plugin, ivy.xml file in my project, dependency on tomcat 6.0.35 with catalina and other modules, ivy resolvers configured to maven2 ibiblio and other. The catalina module resolves in maven2. But the…
Markus
  • 668
  • 7
  • 27