ivy
Using Ivy to download/install ant-contrib, bsf, beanshell, commons-logging
I am building a project using Ant and Ivy. The build.xml file depends on ant-contrib, bean scripting framework, beanshell, and commons-logging.[详细]
2023-01-16 05:11 分类:问答Unable to resolve .. resolve waits for ever while building red5 using ant and ivy
I am following step by step for installation of RED5 in Ubuntu 9.04. While executing ant command, it waits forever at[详细]
2023-01-15 12:52 分类:问答Ivy custom url resolver
I am trying to create custom resolver in my ivysettings.xml file: <ivysettings> <settings defaultResolver=\"default\"/>[详细]
2023-01-14 08:43 分类:问答Dependency management by external tools versus IDE sugar
I\'m u开发者_如何学Gosing Intellij IDEA IDE. Instead of using it\'s internal build and dependency management tools I prefer external tools (ant+ivy if it matters). I want IDEA be able somehow catch on[详细]
2023-01-14 07:10 分类:问答Classifiers not working in Maven Snapshot repo for IVY
So I have got my Maven build deploying both Java5 and Java6 versions to my snapshot repo (Nexus)开发者_运维技巧. I do this with build profiles and classifiers. All is good in the Maven side of things.[详细]
2023-01-12 01:33 分类:问答Ivy libs in WAS deployment
I have a war attached to an ear in RAD.I\'m using Ivy to manage my project dependencies.My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn\'t see[详细]
2023-01-11 19:04 分类:问答Create project from maven archetype via Apache Ivy
If you want to create project with a Maven archetype you type mvn archetype:generate -DarchetypeGroupId=... -DarchetypeArtifactId=... \\[详细]
2023-01-10 06:40 分类:问答How should I use ivy in a CI environment?
I am using ant and Apache Ivy, and i have multiple plans in my CI server building the same source code, executing different types of tests.[详细]
2023-01-08 17:03 分类:问答Why doesn't ivy resolve my dependencies?
I have this dependency declared: <dependency org=\"or开发者_运维技巧g.jboss.jbossas\" name=\"jboss-as-parent\" rev=\"6.0.0.20100216-M2\"/>[详细]
2023-01-08 12:28 分类:问答Problem resolving dependencies because of [organisation]
In my ivysettings.xml, I have a url resolver with the following artifact resolver: <artifact pattern=\"http://my-repo-server/my-repo/[organisation]/[module]/[revision]/[artifact开发者_C百科]-[revi[详细]
2023-01-07 11:30 分类:问答