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
2 answers

Eclipse Preferences do not contain an Ivy section after installing IvyDE

I installed 4 components from the update site http://www.apache.org/dist/ant/ivyde/updatesite mentioned on Apache IvyDE™ > Download including a restart of Eclipse: Apache Ivy Apache Ivy Ant Tasks Apache IvyDE Apache IvyDE Resolve Visualizer They…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
1
vote
1 answer

Modify ivy classpath entry

In the picture below, I want Ivy settings path to NOT include ${ivyproject_loc} Property Files to NOT include ${project_loc} Here is what I have right now. I was thinking it might be easier to remove the ivy library and add it the way I want it.…
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75
1
vote
1 answer

Getting rid of org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 that cannot be casted to String

I have just run into the Apache Ivy bug java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String (link) when performing Ant task ivy:config This morning I tried to install…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
1
vote
0 answers

IvyDe transitive dependencies restriction

Because we have a large number of dependencies, we prefer to have our developers only use direct dependencies of our project. i'm looking for a way to automatically enforce this. Eclipse access rules come to mind, but they would need to be manually…
pvgoddijn
  • 12,638
  • 15
  • 47
  • 56
1
vote
2 answers

Exclude Ivy Dependencies in WAR File

I use Eclipse and the Ivy plugin IvyDE. I currently create a WAR file by using Eclipse's export to WAR functionality. I don't use an ANT build file - I let Eclipse handle that. When I export to war, all the dependencies in the ivy.xml file get…
stepanian
  • 11,373
  • 8
  • 43
  • 63
1
vote
1 answer

Prevent IvyDE from resolving specific build time dependencies

Its maybe that I'm trying to misuse Ivy, but if I am then I definitely don't understand 'configurations' I have a dependency I want to access only when running my build script under Jenkins. In my eclipse workspace I have no need for the…
Dan
  • 51
  • 1
  • 9
1
vote
1 answer

Ivy resolve failing for some users

Certain developers on my project are unable to successfully execute an ivy resolve. We use an ivy ssh resolver to a remote server/file system. Impacted developers are typically resolving all but 1 or 2 dependencies successfully. The dependencies…
R Dub
  • 678
  • 6
  • 23
1
vote
0 answers

Ivy error after cloning code

I recieve the following error when i am cloning an exiting repo: Unrecognized variables in the Ivy settings file ${workspace_loc:PersonProject/ivysettings.xml} ivy.xml /StudentProject I believe i need to change the workspace_loc to the correct…
Santiago
  • 982
  • 3
  • 14
  • 30
1
vote
1 answer

How to reference a web project from another web project with ivy and Resolve in workspace

I have 2 web project: myLibraryProject and myWebProject myWebProject depends on myLibraryProject, and each use ivy for dependency management: myLibraryProject ivy.xml: