1. Ivy configuration for springsource repo stackoverflow.comI`m trying to set up ivy to get jars from the springsource repo. So far I have for my ivy.xml:-
|
2. make ivy not to download sources and license files stackoverflow.comIs there a way to configure ivy not to download sources & license files via ivy.xml ? I'm currently trying to use default ivy repos + spring repository. my ivysettings.xml is bellow:
|
3. Why is Ivy unable to resolve spring-test dependency that is visible in my web browser? stackoverflow.comI have an ivy.xml that can successfully resolve all of its dependencies, except the following one.
My ivysettings.xml has the following resolver:
|
4. What is the correct Ivy resolver configuration to resolve Spring artifacts without using EBR? stackoverflow.comThe Spring documentation states that there are four ways to get their artifacts http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/overview.html#dependency-management. It also states that one should not mix repositories. It goes on to describe using ... |
5. grails ant script can't find spring jars stackoverflow.comI 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 ... |
6. Tomcat's javax.servlet and resolving dependencies with Apache Ivy problem stackoverflow.comI'm using Apache Ivy with Spring based project. I use Spring Enterprise Bundle Repository mostly. I run my project on Tomcat 7. The problem is that some dependencies, e.g. ... |
7. How to exclude commons logging dependency of spring with ivy? stackoverflow.comI have a project build with ant using ivy for dependency management. I have no ivysetting file, but an |
8. Grails dependencies or Maven stackoverflow.comI'm using STS latest version (2.7) and latest grails as well. After I created a freshly grails project in STS it freezes in the updating grails dependencies for a long time ... |
9. Spring Framework dependency not resolved in Ivy stackoverflow.comI am trying to download Spring Batch and Spring Framework using Ivy, and I'm not getting very far. Dependencies in ivy.xml:
ivysettings.xml:
|
10. maven vs ivy forum.springsource.orgWhat does the Spring team think ? I have seen both maven and ivy files among spring projects' files, so.. how do I choose the dependency managing software ? |
11. Dependency management with Ivy and Maven repo forum.springsource.orgDependency management with Ivy and Maven repo This is obviously not the correct forum to post this in, but really no other forum suits it either as far as I can ... |
12. Ivy file for Spring forum.springsource.orgIvy file for Spring Hello, We are beginning to use Ivy in our Ant build scripts, and I'm wondering if anyone has an ivy file for Spring? The ones in ivy's ... |
13. Using latest snapshot from Ivy forum.springsource.orgUsing latest snapshot from Ivy Hi! I am trying to use the latest snapshot (nightly build) in order to test the airline sample with more than one schema. See http://opensource.atlassian.com/proj.../browse/SWS-44 but ... |
14. Using Ivy within Eclipse for Spring 2.1-M3 forum.springsource.org |
15. Building spring modules - ivy conf outdated? forum.springsource.orgHi I have checked out the release-0_8 tag from CVS and am trying to build it. It looks like http://mirror.ibiblio.org/ is down but I have a fairly recent local mirror. I ... |
16. Build paths in Eclipse - Ivy and OSGI forum.springsource.orgBuild paths in Eclipse - Ivy and OSGI In the old days in order to get a project to compile I've put dependent jars on its build path in Eclipse. Now ... |
17. Are SpringSource going to standardize on Ivy/Ant or Maven 2 ? forum.springsource.orgAre SpringSource going to standardize on Ivy/Ant or Maven 2 ? Having been tied too long to simplistic (and now problematic) builds in Eclipse with no real component repository (don't ask!) ... |
18. Ivy dependency forum.springsource.orgPrior to Spring security I used the below dependecy in Ivy. |
19. Using Ant / Ivy forum.springsource.orgUsing Ant / Ivy Is it possible to use Ant / Ivy as your build mechanism for Spring Roo projects? I know there is a JIRA for this, (JIRA 91), which ... |