ivy
grails dependency resolution
My Grails project depends on an intenal library Commons.jar which is built with Maven. In BuildConfig.groovy I have configured it to look for this dependency first in the local Maven repository, then[详细]
2023-02-11 03:02 分类:问答can I turn off the .ivy cache all together?
Is there a way to tell ant/ivy to not use a local $HOME/.i开发者_如何学Pythonvy2 cache?I\'d create an ivysettings.xml file and specify the location of my cache using the caches directive:[详细]
2023-02-11 02:04 分类:问答Classpath issue using Ivy
I\'m using Ivy to manage my dependencies, and It\'s causing me issues with easymock my ivy.xml file has the following:[详细]
2023-02-10 09:41 分类:问答Hudson plug-in not publishing all artifacts to Artifactory
I\'ve got a small Java project setup to build continuously through a Hudson server.I\'d like to publish the build artifacts to an Artifactory server as a post-build step so, naturally, I\'m using the[详细]
2023-02-10 02:35 分类:问答Manage duplicate jar files using ant and ivy
HI, I am using ant build script to build my java app and utilizing Iv开发者_运维问答y to manage itsdependency.[详细]
2023-02-10 00:28 分类:问答Sonar Lite Mode Aux Classpath & Ivy Dependencies
Our project currently uses Ivy for its dependency management. We would really like to integrate our Hudson build server with Sonar. So far this has been a relatively simple and straightforward task. O[详细]
2023-02-09 07:26 分类:问答Location of xsd for ant ivy lib "antlib:org.apache.ivy.ant" for IDE autocomplete with xsd?
I want create 开发者_开发知识库Ivy Ant tasks in xml editor in IDE (Intellij iDEA) with autocomplete based on xsd , but I cannot find xsd for register XML namespace xmlns:ivy=\"antlib:org.apache.ivy.an[详细]
2023-02-08 07:34 分类:问答Use public maven repository with ivy
I have an ivy.xml containing <dependencies> <dependency org=\"commons-lang\" name=\"commons-lang\" rev=\"2.4\"/>[详细]
2023-02-07 03:57 分类:问答Do internal artifacts belong in a repository?
Our team is struggling with issues around the idea of a library repository. I have used Maven, and I am familiar with Ivy.We have little doubt that for third-party jars, a common repository that is in[详细]
2023-02-06 04:34 分类:问答Is it possible to use predefined ivysettings.xml from a grails app
Today we use ivy for our existing Java projects.We are looking at adding a grails application.I have found how to set up the BuildConfig.groovy to use our repos. However we have all of this informatio[详细]
2023-02-05 04:18 分类:问答