i checked out the source code, and then ran "ant resolve" to get all the dependencies, added the IVY_CACHE classpath variable, and still get "missing jars" exception.
the following are missing
Code:
ivy-cache\repository\org.springframework\org.springframework.aop\2.5.6\org.springframework.aop-2.5.6.jar
ivy-cache\repository\org.springframework\org.springframework.beans\2.5.6\org.springframework.beans-2.5.6.jar
ivy-cache\repository\org.springframework\org.springframework.context\2.5.6\org.springframework.context-2.5.6.jar
ivy-cache\repository\org.springframework\org.springframework.core\2.5.6\org.springframework.core-2.5.6.jar
ivy-cache\repository\org.springframework\org.springframework.transaction\2.5.6\org.springframework.transaction-2.5.6.jar
when i checked the ivy repository, the missing jars were downloaded under a ".A" version. so for org.springframework.aop-2.5.6.jar it was downloaded under 2.5.6.A version. Its the same for all the missing jars.
Am I missing something here?