ivy
Attempting Ant build with Weblogic 10.3 Dependency
I\'m a CM and am responsible for our Continuous build process, and helping the developers define and use the builds correctly. I try to set things up in such a way that the developer merely has to dow[详细]
2023-02-16 02:01 分类:问答Why this Ant/Ivy integration of CXF WSDLToJava does not work?
I would like to use WSDLToJava of Apache CXF in my Ant buildfile to create Java code from a WSDL. The dependencies are resolved using Ivy. I always get the following error:[详细]
2023-02-15 21:37 分类:问答Maven/Ivy repositories for the Eclipse SDK
I want to use a library from Eclipse SDK 开发者_如何学JAVA(Java AST in my case, but it could easily be SWT or something else). My project uses Ivy for dependency management. Is the Eclipse SDK availab[详细]
2023-02-15 19:06 分类:问答How to skip Ivy publish without causing error?
I would like to skip publishing an artifact if it already exists in the repository, but as far as I can see from the documentation there isn\'t a way to do this.There is an overwrite attribute, but if[详细]
2023-02-15 08:11 分类:问答Examples of using a recursive Ivy deliver or publish
Does anyone have specific examples of using the Ivy 开发者_JAVA百科<deliver> or <publish> tasks with the delivertarget attribute to do recursive deliveries?The official documentation is ra[详细]
2023-02-15 07:34 分类:问答Pulling oracle jdbc driver from local nexus repository through ivy -> tries to hit external source?
I\'m behind a proxy, and I\'m trying to grab a jar from my local nexus repository that I added manually. Why does grails/ivy try to connect outward when I try to download the jar?[详细]
2023-02-14 17:52 分类:问答Groovy older version in Grails war
For some reason, \'grails war\' is including in \"WEB-INF/lib\" the \'groovy-1.6.9.jar\' and \'groovy-all-1.7.开发者_如何学JAVA8.jar\' files. I\'m working with Grails 1.3.7 and when I deploy this war[详细]
2023-02-14 05:18 分类:问答grails/ivy proxy exclusions?
I need to connect to a nexus repo of mine, but I\'d also like the ability to grab files from the the central maven repository. If I use grails add-proxy, there\'s no way to set an exclusion list.[详细]
2023-02-13 18:50 分类:问答getting error message: "unknown resolver XYZ"
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开发者_JAVA技巧 project but different task.[详细]
2023-02-13 18:27 分类:问答how to publish 3rdparty artifacts with ivy and nexus
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.[详细]
2023-02-13 02:39 分类:问答