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
28
votes
5 answers

How to attach sources to SBT managed dependencies in Scala IDE?

I'm using Scala IDE 2.0.1 and SBT 0.11.2 to start with Akka 2.0.1. My build.sbt looks like this: name := "akka" version := "0.1" scalaVersion := "2.9.2" resolvers += "Typesafe Repository" at…
Christian Schlichtherle
  • 3,125
  • 1
  • 23
  • 47
18
votes
3 answers

How to attach source code of libraries downloaded with ivy

I use ivy with the ivy eclipse plugin to download dependencies. Works great. But how can I attach the source code for those libraries, in order to step into these libraries?
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
11
votes
3 answers

Setting up projects with IvyDE

Are there any good sample projects with IvyDE or tutorials on setting up projects with IvyDE in Eclipse?
alex28
  • 552
  • 2
  • 10
  • 19
9
votes
1 answer

Eclipse and IvyDE warning: Classpath Dependency Validator Message

I created a new Dynamic Web Project in Eclipse Kepler, and as it's my first time using IvyDE, I put some dependencies to test it out. here is my ivy.xml:
Philipi Willemann
  • 658
  • 1
  • 9
  • 25
7
votes
1 answer

Ivy downloading more jars than expected

Summary: Ivy is downloading more jars than I expect and I don't know why. Details: I'm converting my project from using Maven Ant Tasks for dependency management to Ivy. So far, I have done the following: Installed IvyDE into my Eclipse…
Justin
  • 6,031
  • 11
  • 48
  • 82
6
votes
1 answer

resolving javadoc files with Ant and Ivy

I'd like Ivy to fetch both the log4j .jar and JavaDocs. Right now, I am at a dead end. When If I use this in my ivy.xml ... ... then I just get the .jar file. But when using this ivysettings.xml…
niels
  • 75
  • 1
  • 4
6
votes
3 answers

How to get Ivy to download sources from Nexus repo

I have been searching around for ages trying to find a solution to my problem, but all of the other posts I have come across either don't work or don't match my situation, so hopefully someone can give me some insight. I have a library that I am…
DaveJohnston
  • 10,031
  • 10
  • 54
  • 83
5
votes
2 answers

Deploying Dependent Projects to Tomcat via WTP

We are currently using MyEclipse to deploy our projects to Tomcat during development. We would like to dump MyEclipse and switch to WTP. I am using Eclipse 3.7. Our project layout has a 'web' project and a 'modules' project. I would like to be…
Victor
  • 3,395
  • 1
  • 23
  • 26
5
votes
2 answers

In Eclipse, how do I sort the jars resolved by Ivy

I'm using IvyDE in Eclipse; it can resolve dependencies, but the resolved jars are not in order. Is it possible to sort the jars alphabetically?
XoXo
  • 1,560
  • 1
  • 16
  • 35
4
votes
0 answers

Eclipse classpath not showing IVY dependency tree. Is there a workaround?

For some reasons outside my control the project I am working on uses ivy.xml for buildtime dependencies and we have a separate runtime.xml ivy file for use when running up a service in eclipse. This is done by created a new runtime configuration…
juckky
  • 493
  • 3
  • 13
4
votes
2 answers

Getting a NoClassDefFoundError after installing Vaadin

I want to do a project using Vaadin and am facing some issues. Here's what I did. I downloaded Eclipse and installed the Vaadin for Eclipse plugin. Then, I created a new Vaadin 7 project. It downloaded some Ivy dependencies but then, when I pressed…
pratnala
  • 3,723
  • 7
  • 35
  • 58
4
votes
1 answer

Shared ivy cache but separate resolution caches in eclipse

In our environment, we end up with multiple workspaces (runk plus multiple branches). We wish to separate our resolution caches, but share the actual cache. So far, this is easy, but it requires hand-coding an identifier for the local resolution…
CPerkins
  • 8,968
  • 3
  • 34
  • 47
3
votes
1 answer

Why doesn't ivyde see one of my dependencies?

I have an Eclipse build, using ivyde, that doesn't see one of my dependencies. The build works fine in normal ant from the commandline. The particular missing dependency is one of our own (not an Apache or more standard dependency). But again, it…
jayunit100
  • 17,388
  • 22
  • 92
  • 167
3
votes
2 answers

Why is logback-classic not downloading slf4j-api in my ivy setup?

I'm trying to add slf4j-api and logback-classic dependencies to a project in Eclipse using the IvyDE plugin, but the jars I need aren't showing up in the Ivy Library classpath entry - I'm only getting logback-classic-1.2.3.jar instead of also…
Konrad
  • 323
  • 1
  • 2
  • 12
3
votes
3 answers

IvyDE + WTP: How to workaround that ivy library is ignored by WTP?

I have found IvyDE which allows me to solve an outstanding problem of having a frozen core version of a web application, which needs to be able to pull in extra code from an update library so it is on the classpath of the web application. For…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
1
2 3 4 5