ivy Questions
2
Solved
I am trying to get ANT and IVY to work behind proxy server.
SetProxy task works OK
<target name="proxy">
<property name="proxy.host" value="proxy.server.com" />
<property name="p...
1
Solved
I understand that during development build artifacts are placed in the snapshot repository.
When a product needs to go to QA for testing, do teams pull from the snapshot repository? Or do they do...
Unsound asked 9/12, 2011 at 22:51
1
Solved
I am using some plugins which depend on snapshot versions of other plugins.
As I understand, Ivy tries to fetch the newest version of these plugins every time you start grails. If Ivy does not succ...
2
Solved
I recently updated my sbt setup to version 0.11. As you may know, new SBT uses .ivy2 folder to store/cache all the retrieved jar files. I am using IntelliJ and I would like to know what is the reco...
Rincon asked 29/10, 2011 at 7:40
1
Solved
I'm trying to use ivy:publish to publish a jar that I've built to the .ivy repository, but I'm getting an error. I'm pretty sure I'm not using it correctly, so I was hoping someone could point me i...
Stick asked 29/11, 2011 at 1:6
1
Solved
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...
Cincinnati asked 13/10, 2011 at 13:56
5
Solved
I have a job that runs a makefile and generates some files. I then want another job that publishes these files to ivy.
I am aware of the clone workspace plugin, but is there any other options?
2
Solved
5
Solved
I would like to retrieve ONLY the library jar when I make use of a dependency entry in my ivy.xml for Red5 (or any project for that matter). No matter how I have configured it, I still get "sources...
1
Solved
I was using ANT to deploy my stuff to Tomcat. But I had trouble with missing dependencies and I wanted to add Ivy, cause it was reccomended.
Now I added this to my build.xml file:
<!-- Ivy set...
1
Solved
Maven repositories, like Maven Repository offer the widest range of projects for dependency management.
Ivy offers the possibility to access maven repositories and download artifacts from there. T...
2
I've used Ivy with SVN to manage dependencies for Actionscript projects in the past. The library I used was ivysvn.
It seemed to work pretty well, the svn repository hosted versioned binary .swc f...
1
Solved
We recently switched from Ant to Buildr for building our projects. We use Ivy for dependency management, using the ivy4r Buildr extension. We have a local repository at the office which is used as ...
1
Solved
me again with IVY.
The problem now is that the ivy file the POM file to the JSON library is called:
http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.4/json-lib-2.4.pom
json-lib-2.4.pom
...
Bemoan asked 4/8, 2011 at 14:13
2
Solved
I'm pretty new to IVY. I'm trying to do the following:
I wanted to add http://mvnrepository.com to the repository list. I'm not sure if I have to define the correct pattern based on how it is def...
1
Solved
I'd like Ivy to fetch both the log4j .jar and JavaDocs. Right now, I am at a dead end. When If I use this in my ivy.xml ...
<dependency org="log4j" name="log4j" rev="1.2.16"/>
... then I j...
4
Solved
I have seen many ivy files in my application's build projects. What is Ivy, and its relation with ant?
2
Solved
My current Ivy configuration fails to resolve because of this error:
problem while downloading module descriptor:
http://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.2.2/commons-...
2
Solved
Is there any possibility to use local Maven repository (~/.m2) as local Ivy cache (~/.ivy)? They have different layouts.
Sometimes I use Maven and sometimes I use SBT which uses Ivy underneath, s...
1
Solved
Consider an ivy.xml like the following:
<ivy-module version="2.0">
<info organisation="com.foo" module="FooBar" />
<dependencies>
<dependency org="net.sf.ehcache" name="ehc...
Codicil asked 12/4, 2011 at 18:46
1
Solved
I have downloaded build.xml from the link-> IVY Build link, when I run ant target I am getting following error:
\build.xml:92: The prefix "ivy" for
element "ivy:cachepath" is not bound.
build...
2
Solved
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 org="org...
Kathie asked 23/3, 2011 at 12:35
1
Solved
What is the meaning of "bundle" e.g in this dependency:
<dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-core</artifactId>
<version>1.1.2...
Sesquicentennial asked 22/3, 2011 at 10:14
2
Solved
I am trying to manually add lucene jar file to my local ivy repository.
I have other apache jars so under the existing folder .ivy2\cache\apache.org\ I've created a folder called lucene and inside ...
Landers asked 15/3, 2011 at 15:59
2
Solved
while resolving my ivy.xml, I get a long list of errors, all stating "unknown resolver XYZ". I know the resolver, it is used in the same project but different task.
As far as I understand, the res...
© 2022 - 2024 — McMap. All rights reserved.