Tagged Questions
5
votes
1answer
213 views
Need presentation materials for convincing a customer to use Maven
My customer needs a more organized inventory of all 3rd-party libraries (such as JAR files) that are used in production for their projects. I am involved with a number of their Java-based projects. ...
5
votes
5answers
660 views
How can I best share Ant targets between projects?
Is there a well-established way to share Ant targets between projects? I have a solution currently, but it's a bit inelegant. Here's what I'm doing so far.
I've got a file called ivy-tasks.xml hosted ...
3
votes
2answers
337 views
Ivy publish to repository doesn't update local cache
Given:
Building using Hudson/Ant.
Ivy cache timeout is set to 5 min.
Ivy repository contains has Project A version 2.2.2 and Project B version 1.1.1.
Project B relies on Project A.
Events:
API ...
2
votes
1answer
44 views
Ivy doesn't find my artifact in filesystem
I've got an artifact in my local filesystem, but Ivy doesn't resolve it unless I put the <filesystem> resolver inside a <chain>. And it renames the artifact extension when it resolves it.
...
2
votes
1answer
47 views
Synching Version Control & Artifact Repository
Although we are a Java camp using SVN for source control and Apache Ivy for dependency management, this question broadly applies to any platform/language, SCM and artifact repository tool.
My tech ...
2
votes
2answers
695 views
Ivy not installing some JARs
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 ...
2
votes
1answer
78 views
Is there an ivy/ant equivalent to mvn jar-with-dependencies?
With maven-assembly-plugin it's possible to package a project into a single jar w all the dependencies.
2
votes
1answer
507 views
Ivy custom url resolver
I am trying to create custom resolver in my ivysettings.xml file:
<ivysettings>
<settings defaultResolver="default"/>
<resolvers>
<chain name="default">
...
2
votes
2answers
272 views
Declarative dependency handling for multi-module source projects in version-control
We have a number of products that consist of a large number of modules, some of which are shared between some of the products. They are spread out over a few version control repositories.
Products ...
1
vote
1answer
114 views
Spring Framework dependency not resolved in Ivy
I am trying to download Spring Batch and Spring Framework using Ivy, and I'm not getting very far.
Dependencies in ivy.xml:
<dependency org="org.springframework.batch" ...
1
vote
1answer
131 views
What are the similarities, differences and tradeoffs between Ivy, Maven and Archiva?
I'm confused regarding Ivy, Maven and Archiva - they all seem to be trying to solve similar problems.
I think that I'm right in thinking that Ivy retrofits Maven-like functionality to Ant (i.e. Ant + ...
1
vote
1answer
127 views
Do ivy dependency revisions have anything to do with svn's?
With no background on ivy dependencies I'm trying to build nutch with solr 4.0, but I'm not sure how to change the nutch ivy dependency on solr in the ivy.xml:
<dependency org="org.apache.solr" ...
1
vote
2answers
658 views
Find hidden dependencies in Ivy
I'm using Apache Ivy + IvyDE for getting my project's dependencies, which are:
<dependency org="com.google.guava" name="guava" rev="r08" />
<!-- logging -->
<dependency ...
1
vote
2answers
271 views
What is the Ivy equivalent of Maven's versions:display-dependency-updates?
I have an ivy.xml file where I specify my dependencies explicitly. Is there any functionality built into Ivy that will let me discover or automatically update my dependencies which are out of date?
I ...
1
vote
2answers
263 views
Why is Ivy unable to resolve spring-test dependency that is visible in my web browser?
I have an ivy.xml that can successfully resolve all of its dependencies, except the following one.
<dependency org="org.springframework" name="spring-test" rev="3.0.2.RELEASE" force="true" ...
1
vote
1answer
686 views
Using Ivy, Maven and the Issue with POMs
I have been looking at and playing around with IVY of late for a new project. I know that there are two camps on this topic and a lot of reasons people choose one or the other. This question is not ...
1
vote
2answers
931 views
Maven POM dependencies to ivy.xml file
Is there a maven plugin which i can use to convert the maven pom dependencies including transitive dependencies to an ivy.xml file?
0
votes
1answer
65 views
Is there a way to configure Ivy to get dependencies from a branch without editing every dependency concerned?
I have a number of projects here that have dependencies between each other as well as to external libraries. Dependency management is done with ivy and our own repository. We recently had to branch ...
0
votes
1answer
58 views
How does one consolidate version management in Ivy, like parent-pom <dependencyManagement> in Maven?
We have many projects that need to use common version numbers.
What is best practice for doing this with Ant/Ivy? Do you just inherit a wad of properties from Ant that have the version numbers in ...
0
votes
2answers
203 views
Grails dependencies neo4j
I'm suffering from grails dependencies with only pom.xml in the jar files at the moment. Basically, I'm trying to use grails dependencies to include neo4j which the main file only contain pom.xml ...
0
votes
1answer
128 views
Grails dependencies or Maven
I'm using STS latest version (2.7) and latest grails as well. After I created a freshly grails project in STS it freezes in the updating grails dependencies for a long time and it comes out as a ...
0
votes
0answers
48 views
How do I declare a dependency on jboss in SBT?
I have a project that depends on JBoss(specifically 5.1.0.GA) and I was playing around with trying to set this project up using SBT. What I was wondering is if there is a way to say "this project ...
0
votes
1answer
239 views
ivy simple shared repository
I am trying to compile all sub projects of one big project at my company into many jars with managed dependencies, so that not everybody who works at one project only needs to download the latest jars ...
0
votes
1answer
144 views
Dependency management by external tools versus IDE sugar
I'm using Intellij IDEA IDE. Instead of using it's internal build and dependency management tools I prefer external tools (ant+ivy if it matters). I want IDEA be able somehow catch on the flylibraries ...
0
votes
1answer
125 views
How should I use ivy in a CI environment?
I am using ant and Apache Ivy, and i have multiple plans in my CI server building the same source code, executing different types of tests.
Ivy must be deleting myorg-myproject-runtime.xml file in my ...
0
votes
1answer
311 views
How do I get Ivy to copy the dependencies to the lib directory when using it from the command line?
I have the following command:
java -jar ...\ivy-2.2.0-rc1.jar -ivy ...\ivy.xml
Which I am expecting to resolve the dependencies and copy them to the lib folder of my project.
Ivy seems to resolve ...
0
votes
1answer
505 views
In Gradle, How do ignore the cache for a local ivy repository?
In my Gradle script (version 0.8), I have a local ivy repository which I use to publish a library, and I can't seem to get Gradle to ignore its cache.
I'm accessing the local ivy repo. based on the ...
0
votes
3answers
591 views
Get ivy:retrieve to not copy a jar into two configurations?
I'm trying to set up my ant build so that the targets which run Ivy functions are completely separated from the ones that the continuous build and most developers run. I want one target to download ...
0
votes
1answer
499 views
Grails - attempting to include HTPPBuilder - Linkage error
When I run grails install-dependency, I get this.
java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for
a different type ...
0
votes
1answer
2k views
How does Apache Ivy resolve the variables in artifact patterns provided in the ivysettings.xml file?
If my ivysettings.xml file includes:
<url name="com.springsource.repository.bundles.external">
<ivy ...