ivy Questions
1
Solved
I have an issue where in I have defined dependancies in ivy.xml on our internal corporate svn. I am able to access this svn site without any proxy task in ant. While my dependencies resides on ibib...
2
Solved
My goal is have my ant build script build a war file and include the jars that ivy knows this project depends on. The best code I could come up with at the moment is the following
<mkdir dir="d...
1
I'm busily getting my feet wet with ivy. I have an existing nexus repository running on my local PC, and an existing ant build script.
Both work fine.
Part of the build scripts have some files to...
2
Solved
Is there a way to tell ant/ivy to not use a local $HOME/.ivy2 cache?
Upwind asked 16/2, 2011 at 17:2
4
Solved
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 hos...
Palmate asked 1/12, 2009 at 21:28
1
Solved
Is there a way to configure ivy not to download sources & license files via ivy.xml ?
I'm currently trying to use default ivy repos + spring repository. my ivysettings.xml is bellow:
<?xml...
Dentalium asked 4/12, 2010 at 21:29
1
Solved
I have a maven2 repository from which I'm trying to fetch an snapshot artifact with an appended timestamp. I'm (unsurprisingly) able to retrieve it fine when building with maven2 but when building ...
1
Solved
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 j...
Meissen asked 5/11, 2010 at 13:15
1
Solved
In my web application, there are two separate lib directories:
/lib, and
/web/webroot/WEB-INF/lib.
The idea behind it is that libraries in the latter one are used by front-end code only, and th...
Delanadelancey asked 1/11, 2010 at 16:42
1
i need help using IVY as dependencies manager
my application need to load plug-ins at RUN-TIME
means while the core application is running ,user can request for a new plug-in
and install them ,
...
Yttria asked 17/10, 2010 at 20:46
3
Solved
I have this:
<ivy:buildlist reference="build-path">
<fileset dir="${root.dir}">
<include name="*/build.xml" />
<include name="controllers/*/build.xml" />
</fileset&...
1
Solved
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....
Illtempered asked 7/10, 2010 at 16:40
1
Solved
Using gradle, I am consuming a build from an archiva repository. One of the jars (javax.jms_1.1.0.200810061358.jar) has the following content:
about.html
about_files
LICENSE.txt
jms.jar
META-INF
M...
1
Solved
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 resol...
Frigate asked 15/7, 2010 at 14:4
6
Solved
I am working in a small team (3 persons) on several modules (about 10 currently). The compilation, integration and management of build versions is becoming more and more tedious.
I am looking for a...
3
Solved
From my perspective, we're constructing our own 'flavour' of NAnt/Ivy/CruiseControl.Net in-house and can't help but get the feeling that other dev shops are doing exactly the same work, but then ev...
Termless asked 29/3, 2010 at 19:19
1
Solved
At my new gig, they use Ant and cannot be persuaded to move to Maven.
I've looked everywhere for a decent example of how a multi-project ant build system should be assembled. The apache site falls...
Nazar asked 8/4, 2010 at 0:13
1
Solved
I am attempting to resolve timestamped SNAPSHOT dependencies with Ivy.
The environment is Ant + Ivy 1.2.0 + Archiva. Archiva itself is populated from Maven2 builds. Ivy is only used to resolve dep...
3
Solved
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
I have a couple of jar files, (some of which depend on each other), and I'm trying to have ivy manage them for my project.
I do not want to create a "local" (user dir based) repository, because I...
Winshell asked 5/2, 2010 at 20:14
1
Solved
I'd like to find a simple, non-trivial Java project that is expressed in terms of Ant + Ivy, Maven, Gant, and Gradle. I'm not interested in each tool's varied sample demos.
Where can I find such a...
1
Solved
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 an...
Ember asked 7/12, 2009 at 17:36
2
Solved
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...
1
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 trying to d...
8
Solved
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 M...
Sapper asked 21/9, 2009 at 18:36
© 2022 - 2024 — McMap. All rights reserved.