ivy Questions

2

Solved

I have stuff like this: <configurations defaultconfmapping="build->default;compile->compile(*),master(*);test,runtime->runtime(*),master(*); statistic->stistic(*)"> in my ivy.x...
ivy
Zingaro asked 16/10, 2009 at 15:42

3

Solved

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?
Baer asked 5/7, 2009 at 11:7

3

Solved

Are there any good sample projects with IvyDE or tutorials on setting up projects with IvyDE in Eclipse?
Begga asked 14/11, 2011 at 23:19

1

Solved

I'm new to Gradle/Groovy so possibly I'm missing something obvious. Can you help? We're using Ivy for dependency management. I'm trying out Gradle and want to integrate with our existing Ivy infra...
Droplet asked 2/4, 2014 at 18:41

2

Can anyone explain me how to use filesystem resolver in Ivy with sample by considering.. I have ivy.xml file where i have defined all the dependecies but i want the jars from my filesystem not fr...
ivy
Lira asked 16/4, 2012 at 13:23

4

Solved

SBT runs dependency resolution every time after clean even if project dependency management configuration hasn't changed. This is time consuming when running on CI server. But documentation says: ...
Barham asked 19/6, 2013 at 12:6

4

Solved

I can't find any thorough explanation of the Ivy dependency tag's conf attribute: <dependency org="hibernate" name="hibernate" rev="3.1.3" conf="runtime, standalone -> runtime(*)"/> Se...
Dearing asked 16/3, 2009 at 23:36

5

Solved

we use Gradle for building Java projects and at the moment we have Ivy repositories to store third-party artifacts and also to publish our own artifacts into (repo is build using Gant scripts and t...
Vyborg asked 12/1, 2010 at 18:49

1

Solved

My goal is to demarcate project transitive dependencies into several not crossing sets: system (jars already present in j2ee container; listed manually with explicit fixed versions) provided (jar...
Benign asked 7/10, 2013 at 14:6

3

I'm looking into using Ivy to manage dependencies but wow - that thing really likes to make multiple copies of jars! It spreads like the ivy in my back yard and is just as undesirable! Is it poss...
Brython asked 9/4, 2010 at 17:16

2

Ivy is great for managing dependencies, but it isn't meant to handle the entire software lifecycle across many modules. That said, it does have several features that seem to support it (such as the...
Tremain asked 23/6, 2011 at 11:13

1

Solved

I'm trying to create a new play application, myFirstApp, in Scala using sbt 0.12. I've build.sbt, in myFirstApp/ folder. I've also added plugins.sbt to myFirstApp/project/ folder. Build.sbt impor...
Burkhart asked 17/9, 2013 at 5:59

1

Solved

I have to mirror a set of dependencies to my company-local Ivy repository. I currently need to publish Hibernate Spatial 4.0-M1. From my Eclipse project, I can only resolve Ivy dependencies if I e...
Christal asked 5/9, 2013 at 11:1

3

I have a project that builds well on Unix boxes (http://www.github.com/jhclark/ducttape). However, using SBT 0.11.2 (and a few other versions of SBT), it will not build on my Mac (OSX 10.5). I get...
Kingbolt asked 28/5, 2012 at 0:20

1

Solved

I need to configure Ivy lock strategy in sbt build. I tried to place externalIvySettings(baseDirectory(_ / "ivysettings.xml")) in Build.scala ivysettings.xml: <ivysettings> <settings d...
Cohlier asked 19/6, 2013 at 14:58

3

Solved

Working off the gradle dependency docs, we have a build.gradle with snippets like this. repositories { mavenCentral() ivy { name = 'localRepo' artifactPattern "http://localRepo.com/[organisati...
Minta asked 10/8, 2011 at 18:59

2

Solved

I have an Ivy project that publishes its artifacts to a Nexus Maven repository. I then need other Maven projects to be able to use those jars as dependencies. I have been able to get Ivy to create ...
Blest asked 2/4, 2013 at 18:38

2

Solved

Quick resolution The required credential expects the exact realm as defined by nexus. See below how to find the one you have defined, but most certainly is "Sonatype Nexus Repository Manager". Add...
Naphthyl asked 7/5, 2013 at 18:2

1

Solved

How do you configure Grape to look for a custom configuration file at a location other than the default of ~/.groovy/grapeConfig.xml? Unfortunately the official documentation at http://groovy.codeh...
Drive asked 16/5, 2013 at 1:32

1

Solved

I have been using svnant 1.3.0 to create tags from branches in my SVN repository. Now I have upgraded from SVN 1.6 to 1.7 and there is no released svnant binary that supports it. But I have downloa...
Jorie asked 30/4, 2013 at 17:4

1

I'm using Apache Ivy with Eclipse (IvyDE) and trying to solve the following issue. I have two projects, IvyParent and IvyChild, where the child depends on the parent. I have the option selected for...
Joelynn asked 22/3, 2013 at 0:22

1

Solved

I'm considering using using bintray to host some project dependencies in a maven repository. My problem is I'm using Ivy and I can't seem to figure out how to take this maven configuration (supplie...
Lecithinase asked 15/4, 2013 at 22:5

1

Solved

I am trying to get a simple(?) test project working with Ant, Ivy and JUnit. The basic idea is that Ivy will download junit.jar and then Ant will use it. Note that the junit jar is on the classpat...
Pose asked 12/4, 2013 at 19:27

5

Solved

does anyone knows how do I specify in Ivy something like mirror/mirrorOf in Maven? I'm working with a local Maven proxy (Nexus) and need the tool to specify which of the parent repositories should ...
Birdwell asked 23/6, 2009 at 16:58

3

Solved

I have an existing project that is developed using netbeans, and I would like to integrate Apache Ivy in the project. I updated the build.xml generated by netbeans to download ivy (if necesarry) an...
Dime asked 23/7, 2012 at 12:29

© 2022 - 2024 — McMap. All rights reserved.