ivy
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.[详细]
2023-02-02 22:31 分类:问答grails ant script can't find spring jars
I am using the grails provided ant script to build my grails 1.3.6 application because our build server doesn\'t support direct integration with the grails build system. The ant builds run fine on my[详细]
2023-02-02 01:05 分类:问答Building a "fat jar" in ant using ivy without copying the jars to a lib directory
I\'m interesting in building a \"fat jar\" in my Java project where Ivy resolves the dependencies.It seems wasteful to me to have to copy the referenced jar files from the ivy cache to the local proje[详细]
2023-01-31 19:13 分类:问答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\[详细]
2023-01-31 03:54 分类:问答Using multiple ivy:retrieve patterns in my build.xml to associate with multiple artifact patterns
I have files in two different directories that I would like to publish.One set of files has a .jar extension the other set doesn\'t have any extension at all.[详细]
2023-01-31 03:11 分类:问答What is the best way Mavenizing Ivy managed dependencies for an existing project
HI need some help or advice on converting or migrating an exist开发者_JS百科ing Ivy managed dependencies project to a Maven.[详细]
2023-01-29 17:31 分类:问答How to access a secured Nexus with sbt?
I\'m trying to access a Nexus repository manager which requires some basic authentication. Everything works fine from Maven2 but when I try to configure things in SBT it can\'t find the artifacts. It[详细]
2023-01-28 14:37 分类:问答How to specify Eclipse's java.home setting for Ivy/Ant
When running an ivy resolve via IvyDE in Eclipse, which contains a packager.xml that executes a javac ant task, I get the following:[详细]
2023-01-28 10:11 分类:问答How can I retrieve snapshot dependencies from Nexus using SBT?
I have a maven2 repository from which I\'m trying to fetch an snapshot artifact with an appended timestamp. I\'m (unsurprisingly) able to r开发者_运维问答etrieve it fine when building with maven2 but[详细]
2023-01-28 07:51 分类:问答Ant Ivy dependency resolution
I have the following dependency: <dependency org=\"foo\" name=\"bar\" rev=\"1.0\" conf=\"war-runtime->runtime\" />[详细]
2023-01-27 03:10 分类:问答