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

NoClassDefFoundError using ivy. Jars not adding to classpath

It seems that the jars I pulled from my maven repo are not getting put into my java classpath. I thought the ivy cache took care of this? Whenever I run a class either in eclipse or outside eclipse I get NoClassDefFoundError. It compiles fine but…
Decrypter
  • 2,784
  • 12
  • 38
  • 57
0
votes
2 answers

ivy and ivyde and FileSystem resolvers

I'm having an issue getting an ant/ivy build and eclipse/ivyde build to work well with each other. Here's my setup, where 'git_root' is different for each developer: /{git_root} | -/projectA -/B | -…
ticktock
  • 1,593
  • 3
  • 16
  • 38
0
votes
0 answers

Ivy test configuration in eclipse

I have an ivy dependency management to work both under eclipse and with ant. How should I configure the test dependencies to be available for eclipse? my current configuration is: ...
BTakacs
  • 2,397
  • 3
  • 24
  • 26
0
votes
1 answer

Why can IvyDE use the source for scala-library but not the source for scalaz-core_2.10.0-RC3-7.0.0-M5?

I'm using IvyDE with Eclipse Indigo. I've got an ivy.xml file that looks like this:
James Moore
  • 8,636
  • 5
  • 71
  • 90
0
votes
1 answer

Spring Security 3.1 xsd and jars mismatch issue

I'm Trying to migrate from spring framework 3.0.5 to 3.1 and spring-security 3.0.5 to 3.1 (not to mention hibernate 3.6 to 4.1). Using Apache IVY. I'm getting the following error trying to start Tomcat 7.23 within Eclipse Helios (among a host of…
kmansoor
  • 4,265
  • 9
  • 52
  • 95
0
votes
2 answers

Ivy resolves jersey-servlet from Ant but not IvyDE

I'm trying to build a restful server using Apache Jersey. I'm developing in Eclipse Indigo and using Ivy for dependency management with this ivy.xml file
user1420538
  • 481
  • 1
  • 3
  • 9
0
votes
1 answer

Ivy resolving POM dependency where version comes from POM parent

Using Ivy 2.2 and IvyDE 2.2 from Eclipse (Helios).... Want to pull in the spring-data-neo4j and it's default dependencies from: http://maven.springframework.org/milestone/org/springframework/data/spring-data-neo4j/2.1.0.M1 Using the following…
Matthew Campbell
  • 1,864
  • 3
  • 24
  • 51
-1
votes
1 answer

IvyDe Eclipse plugin - how to exclude jar files

I set up IVY with Ant and able to build a spring mvc project. I have configurations such as provided, compile, test, runtime etc and setup classpath as needed in build.xml for various tasks, ear file, unit test etc. However I recently installed…
1 2 3 4
5