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
3
votes
1 answer

STS 3.6.2 Disappearing context menu items

So I upgraded to Spring Source Tool Suite 3.6.2, and I've been having a few problems. The current one is now for some projects I get incomplete context menus: Some notes: It's only for some projects, not all The items that are blank vary,…
Nick
  • 4,901
  • 40
  • 61
3
votes
2 answers

Ivy dependency management for legacy repository

We have a repository which doesn't have ivy.xml and other metadata files. Since, its published by another team which doesn't use ivy/maven but will continue to deliver code frequently. The jars needed for dependency are stored in flat structure…
Akshat
  • 31
  • 3
2
votes
4 answers

Ant task to refresh IvyDE Eclipse libraries

I use Ivy for dependency management with the IvyDE Eclipse plugin and I have dependent libraries that change quite frequently and Eclipse doesn't seem to refresh the libraries when I refresh the workspace.
stuff22
  • 1,662
  • 4
  • 24
  • 42
2
votes
2 answers

Add Ivy managed dependencies to Android build path

Using Eclipse and Ivy, I'm successfully able to download and manage dependencies. These dependencies are added to Eclipse's build path using IvyDE's container. However, Android does not find the dependencies. As a workaround, I have to add each…
tlvince
  • 516
  • 3
  • 10
2
votes
1 answer

IvyDE unable to resolve Mule dependencies

I am working with Apache Ivy to manage transitive dependencies. Working with Maven was quite a good experience because if there was any dependency that was not available at a remote directory or available with a different version, then Maven would…
Sanni
  • 57
  • 1
  • 8
2
votes
1 answer

Cannot delete outdated artifact from ivy cache with IvyDE plugin in Eclipse

If I try to resolve snapshot dependencies of Ivy then I receive the follow error on the ivy console: Couldn't delete outdated artifact from cache: C:\Users\xyz.ivy2\cache\shared\foo\jars\foo-2.2.jar Error on resolve of ivy.xml in MyProject:…
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
2
votes
0 answers

How to make sbt publishLocal task compatible with IvyDE?

I'm using the IvyDE Eclipse plugin to resolve my project's (let's call it A) dependencies. One of those dependencies is another project (call it B) which I build using sbt. The final part of the build is to invoke sbt's publishLocal task to publish…
2
votes
1 answer

Ivy + eclipse runtime dependencies deployment

I have an eclipse project with IvyDE managed dependencies My IvyDE is something like:
futuretelematics
  • 1,453
  • 11
  • 23
2
votes
2 answers

How to use Ivy + IvyDE in eclipse to put different jars in lib and web-inf/lib

So, I'm trying to add Ivy to my project, which outputs a WAR file. Some dependencies, like RESTEasy and Jackson are available at runtime in JBoss, so I don't want those in my war/WEB-INF/lib folder. Others libraries are not available via JBoss…
shawnjohnson
  • 375
  • 6
  • 19
2
votes
3 answers

How can I get Eclipse to use my IVY_HOME variable when downloading ivy dependencies?

My company uses extensive use of ivy to download dependencies. Some of these dependencies are huge (~500MB) and take a while to download from the remote repositories. To build our application we have an ant script that will first resolve all the…
codefactor
  • 1,616
  • 2
  • 18
  • 41
2
votes
1 answer

IvyDE Resolve Dependencies in workspace with a Dynamic Web project in Eclipse

I have a large application with many eclipse (actually using Spring Source Toolsuite) projects with ivy managed dependencies for each project. We currently have it setup and working where you can have project A (a dynamic web project that generates…
jmkelm08
  • 677
  • 6
  • 15
1
vote
2 answers

How IvyDE can coexist with command-line Ant and Ivy?

I have problems running Ivy->Resolve from Eclipse IDE with IvyDE installed. Meanwhile, ant target