ivy Questions

2

I find the Ivy API to be immensely complicated. What is the simplest possible snippet to retrieve an artifact from Maven Central into a specific local directory using Ivy 100% programmatically (no...
Jolson asked 24/3, 2013 at 12:45

1

Solved

We have project with multiple subprojects and complex inter-dependencies. Subprojects share similar sets of external dependencies (Spring, Apache etc). It take enormous amount of time for dependen...
Sway asked 31/1, 2013 at 13:37

2

Solved

I can't get Ivy to update cache when snapshot dependencies are updated. The resolver (to has the following settings: <url name="xxx" m2compatible="false" checkmodified="true" changingMatcher=...
Centaurus asked 21/1, 2013 at 18:51

1

Solved

In an environment where multiple builds (release candidate packages) can be created daily but only one a month gets promoted to production, I think storing every build in Git would be wasteful but ...
Adolf asked 23/1, 2013 at 21:27

2

I would like to set the ivy.default.ivy.user.dir to something other than the default ${user.home}/.ivy2. I can do this on the command line with ant -Divy.default.ivy.user.dir=${WORKSPACE}/IVYCACH...
Garner asked 8/2, 2011 at 15:29

1

Solved

When trying to publish-local in sbt, I get the following output: [info] :: delivering :: com.mycompany#util_2.9.1;0.1.0-SNAPSHOT :: 0.1.0-SNAPSHOT :: integration :: Tue Jan 15 11:23:01 CET 2013 [i...
Montgolfier asked 15/1, 2013 at 11:5

3

Solved

I've been going through the Ivy documentation and I have a question about the default ivysettings.xml found inside the ivy.jar. All I want to do is change the public repository to a local Maven re...
ivy
Gasman asked 13/7, 2012 at 16:55

2

Solved

I'm porting a project over to the playframework. Previously I was using htmlcompressor integrated in the build using this maven plugin: http://code.google.com/p/htmlcompressor/#Maven_Plugin Is any...
Besprent asked 30/12, 2012 at 14:7

1

Solved

i'm using ivy and the firm i work at has a few fun little ivy and ant tutorials. Each tutorial helpfully completely skirts around what the arrow does in an ivy build xml file, when used in the dep...
ivy
Consubstantiation asked 27/11, 2012 at 10:41

2

Solved

We are moving from ivy to maven. We have lots of artifacts in artifactory which were published using ivy and hence the artifact folder/path structure is similar to artifactory/libs-release/[orga...
Birthday asked 10/10, 2012 at 12:0

1

Solved

Possible Duplicate: Ivy fails to resolve a dependancy, unable to find cause I'm trying to run the following build task (initIvy): <?xml version="1.0" encoding="UTF-8"?> <pro...
Zaid asked 1/10, 2012 at 17:8

3

Solved

I am using Ivy as part of my continuous integration build system, but I need to override the default location that Ivy's local cache area is.
Shirker asked 18/8, 2009 at 10:45

2

Solved

I currently have ANT_HOME located at /home/<myuser>/ant/1.8.4/ant-1.8.4. I just downloaded the Apache Ivy tarball that includes its dependencies. I extracted it to /home/<myuser>/ivy/2...
Prosthesis asked 11/9, 2012 at 22:33

1

Solved

I'm fairly new to Ivy, but have gotten it to work with jar dependencies. The problem is trying to set it up, so I can fetch javadocs and sources independently of jars. I have a simple test project...
Culbertson asked 6/9, 2012 at 17:2

3

Solved

Is there a maven plugin which i can use to convert the maven pom dependencies including transitive dependencies to an ivy.xml file?
Primrose asked 15/9, 2010 at 8:16

4

I'm completely at loss how the ant task ivy:publish is supposed to work. I would expect that I do my normal build, which creates a bunch of jar files, then I would push those jars to the (local) r...
Marenmarena asked 9/12, 2008 at 16:18

3

Solved

We are going to be using Ivy with Ant, and we'll have Jenkins do our builds. I originally thought that having Jenkins do a <ivy:cleancache/> before running a build would be a good idea. (It w...
Occurrence asked 22/8, 2012 at 15:4

2

hey all, I'm getting the following error when trying to build a project via SBT in scala [info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS java.lang.IllegalStateException: impossible t...
Liminal asked 27/5, 2011 at 22:11

4

Solved

in ivy:publisher the default deliverivypattern is ${ivy.distrib.dir}/[type]s/[artifact]-[revision](-[classifier]).[ext] I try to set classifier in my ivy.xml under by adding attribute e:classifier...
Unanimity asked 17/2, 2010 at 12:36

1

Solved

I thought I wouldn't need to ask this but I am not having any progress. The solution to this question: How are maven scopes mapped to ivy configurations by ivy actually addresses question but in i...
ivy
Prime asked 30/7, 2012 at 14:46

2

Solved

I have the following ivy file: <configurations defaultconfmapping="buildtime"> <conf name="buildtime" visibility="private" description="Libraries needed only for compilation" /> ...
Coontie asked 10/7, 2012 at 16:0

1

Solved

I'm talking about ivy 2, not some newer version.
Keefe asked 18/6, 2012 at 7:47

2

Solved

Using Jenkins or Hudson I would like to create a pipeline of builds with fork and join points, for example: job A / \ job B job C | | job D | \ / job E I would like to create arbitrary se...

1

Solved

I am currently working on a growing Android project. In order to freeze "Jar Hell" in its tracks I am trying to set up Ivy with Ant to manage dependencies. I have built an ivy.xml file that success...
Bambi asked 24/5, 2012 at 22:3

3

Solved

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 ...
Henryhenryetta asked 17/4, 2012 at 15:39

© 2022 - 2024 — McMap. All rights reserved.