1
vote
1answer
38 views
apache ivy - what to have in the ivysettings.xml
I have been playing with the basic Ivy Tutorial and have gradually extended to a state where I now have a seprate ivy.xml defining my dependancies and with the ivy jar inside the apache ant …
2
votes
3answers
60 views
Sharing common 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 …
0
votes
0answers
20 views
Avoiding re-building prerequisites in Ant
I have an existing Ant project and would like to speed up the build process
by avoiding re-building components that are already up to date.
Ant permits you to specify that one target depends on …
1
vote
2answers
48 views
How to include a file in ivy.xml?
I have a fairly large ivy.xml containing a number of configurations which are the same for a number of projects.
I would like to break out this large repetitive section in to a common include file. …
0
votes
1answer
60 views
Deploy Artifacts from Ivy to Archiva
Is there anyone have tested how to deploy artifacts within Archiva which security enabled.
I have the following configuration
My ivysettings.xml
<ivysettings>
<settings …
17
votes
8answers
405 views
Large Java System Dependency Management
We have a large (>500,000 LOC) Java system that depends on 40-50 OSS
packages. The system is built with Ant, and dependency management is
handled manually at present. I'm investigating Ivy and/or …
2
votes
4answers
94 views
Ivy, ant and start scripts
Hi all,
I have a project that uses ant to build and ivy for dependencies. I would like to generate the start scripts for my project, with the classpath, based on the dependencies configured in Ivy, …
0
votes
1answer
43 views
Building Apache Hive - impossible to resolve dependencies
I am trying out the Apache Hive as per http://wiki.apache.org/hadoop/Hive/GettingStarted and am getting this error from Ivy:
Downloaded file size doesn't match expected Content Length for …
1
vote
0answers
31 views
configuring ant and ivy on os x
How do I deal with the default ant install on os x when I am trying to use ivy?
It doesn't seem to have the same configuration options as one you would download and install manually. More …
0
votes
1answer
31 views
Sourceforge org property for Ivy and Nexus
When trying to use the following settings:
<dependency org="net.sourceforge.artifact" name="artifact" rev="2.0"/>
and:
<artifact …
0
votes
1answer
92 views
Ivy failed to resolve dependency : What to check, what to do ?
Hi everyone,
I'm using Ivy to resolve dependency in my very small project. It's the first time I'm doing that and it's more to learn as my project is very small.
I had a problem 5 minutes ago, when …
0
votes
1answer
82 views
Apache Ivy multiple resolvers
Trying to get IvyRoundUp packager repository and cukes maven repository to work with chain resolvers in apache ivy
using the following
<settings defaultResolver="roundup"/>
<resolvers>
…
0
votes
1answer
333 views
How to get dependency with Ivy
I am in the process of reviewing the use of Ivy in our application. I have set up a simple configuration to pull down cobertura.
<ivy-module version="2.0" …
1
vote
2answers
298 views
good ivy tutorial for local repository?
Can anyone point me at a good tutorial for making & using a local repository with Ivy? (Please don't point me at the Ivy docs, the tutorials are rather confusing)
I need to make a local …
1
vote
1answer
62 views
Use Ivy to manage directories instead of jar files?
Is it possible to use Ivy, or some other dependency-management tool, if your dependencies are directories instead of files?
I'm creating a PHP web site, so my shared "libraries" aren't jar files or …
