ivy Questions

1

Solved

I'm migrating from Ant/Ivy to Gradle, and am trying to understand how you specify a relative path to the local Ivy repo. Standalone Ivy sets the variable ${ivy.default.ivy.user.dir} by default to ....
Golconda asked 18/4, 2012 at 23:34

1

What if I have already jars in my project lib folder and I want to use that folder as my repository instead of downloading and install it into my iv2/local folder. Right now its first downloading ...
ivy
Headmaster asked 16/4, 2012 at 9:1

2

I have problems running Ivy->Resolve from Eclipse IDE with IvyDE installed. Meanwhile, ant target <target name="retrieve" unless="library.installed" description="Retrieves the libraries if n...
Beefburger asked 2/4, 2012 at 15:49

1

I know that we can configure ivy to have a Maven repository as a source, but can we do the opposite? Or in other words, can I have a Maven based project that will resolve dependencies from an ivy ...
Olva asked 2/5, 2011 at 11:44

1

I have near zero knowledge of Maven/Ivy but know that these technologies are behind SBT's ability to download and manage libraries automatically. When I was trying to generate an IntelliJ Idea pro...
Kimbrough asked 23/3, 2012 at 0:49

1

Solved

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 f...
Conant asked 10/9, 2011 at 17:23

1

I'm deploying a play app in server in which I have no write permissions at ~/ when issuing play deps I get the following error [playdemo-playdemo.rhcloud.com repo]\> ~/playdemo/data/play-1.2...
Cordierite asked 18/3, 2012 at 7:40

1

How can I get Ivy to resolve dependencies (including dependencies with changing="true") from the local cache when offline/disconnected? I'm working on a Java-based open-source project that uses Ap...
Inpour asked 9/3, 2012 at 5:31

1

As you probablu know, new versions of SBT (as 0.11) are designed to maintain a common libraries cache in ~/.ivy2/cache instead of copying the full set of dependencies inside a project directory. Bu...
Griffey asked 25/2, 2012 at 5:8

1

Solved

I am new to the apache IVY. I was not able to download the springframework.web.servlet from the default repository(MAVEN) as this jar file is not present in maven repository so for adding a new rep...
ivy
Behr asked 24/2, 2012 at 6:24

2

Solved

I have a ivy.xml - https://gist.github.com/1898060 I also have the jar file related to this ivy.xml. What i need is a mechanism to import this project to my maven repo and use it in my maven projec...
Akel asked 24/2, 2012 at 5:46

1

Solved

By default Ivy installs a "local cache" under your <HOME>/.ivy2 directory. But if I decide to "host" a local repository on the same machine, say, at <HOME>/workbench/ivy/, then how are ...
Gonyea asked 20/2, 2012 at 18:17

2

Solved

I'm fairly new to Ivy, so perhaps there's a straight forward way that I'm not able to find in the documentation or what I'm looking for is not possible, but here goes. I want to be able to specify ...
Consumedly asked 15/2, 2012 at 14:16

2

Solved

I'm trying to understand the Eclipse classpath file, in particular, I want to know this: How is the JRE using it (i.e. is the JVM reading this xml file directly, or is eclipse somehow feeding it ...
Mohock asked 14/2, 2012 at 11:56

3

Solved

i own 20 ivy projects out of 50 other projects(owned by others), i use some versions of their binaries in my projects. Issue is during release, i have to manually increase the version of my 20 iv...
Thomson asked 5/12, 2011 at 10:37

1

Solved

I am trying to find out some dependencies added to a grails plugin that I am using in my grails project. Is there any equivalent of maven command mvn dependency:tree in Grails/Ivy
Kylix asked 10/2, 2012 at 11:36

2

Solved

What approach has worked well for you combining IVY + msbuild? Our goal is to integrate IVY into the C#/C++ build process for dependency resolution and publishing. We have tried adding it to custo...
Berga asked 30/6, 2011 at 20:38

4

Solved

I'm using Ivy to manage the dependencies on my project. So far, I've specified a dependency on Hibernate and servlet-api. However, the hibernate jar itself has a lot of dependencies that aren't re...
Tonnie asked 28/1, 2009 at 12:48

3

Solved

I'm using Ivy for project dependency management and it's been working well aside from one issue which I've always had. There are certain dependencies that Ivy is downloading but it's not installing...
Altitude asked 2/6, 2011 at 18:8

8

Solved

I was wondering about the best way to manage projects dependencies from ant. What are the pros and cons of the Maven Ant task and of Ivy?
Corrosion asked 25/11, 2008 at 20:49

2

We have been using Ivy for a few months and have our own hosted "Ivy Repo" on a web server here in the office. All of our projects are configured to go to this repo to resolve dependencies. We hav...
Braxy asked 14/1, 2012 at 20:36

1

Solved

I have acquired the google.inject package via ivy in my IDE, however, I dont see the pacakage com.google.inject.multibindings.Multibinder Which is referenced here http://google-guice.googleco...
Glarum asked 31/12, 2011 at 14:6

1

Solved

I am considering switching a Maven project that I manage to Apache-Ant/Ivy. I need more control over the build process and am getting very frustrated with Maven. Please no comments about how great ...
Russel asked 20/12, 2011 at 12:42

2

Solved

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 d...
Ecclesiology asked 15/12, 2011 at 17:23

2

We have a slight convoluted situation... For the most part we've been using IVY and ANT to manage our builds and dependencies. Now the company is moving towards using Maven. We have a set of proje...
Disconnection asked 14/12, 2011 at 13:12

© 2022 - 2024 — McMap. All rights reserved.