|
From: Colin S. <col...@ex...> - 2005-07-10 18:36:59
|
Steven,
If you're using ivy 1.0 that's because Ivy 1.0 is installed in your ant
lib dir. The build right now relies on you to have an up-to-date ivy jar
in your ant lib dir.
Now in fact you need to use a post 1.1 snapshot of ivy. One part of the
build relies on a bugfix in the publish task as it relates to finding
the resolved ivy.xml file for what is being published.
I've fixed a few other glitches in dependencies in the SWF samples, and
also put a current snapshot ivy.jar in the static reposiroty. You should
check out spring-projects again, and grab the ivy-20050708173612.jar
from the jayasoft/ivy/jars dir, and drop it into your ant lib dir.
One other problem is that we again seem to have a CVS problem with
trying to check in the right spring-context-1.2.2.jar file ("cvs:
hash.c:317: findnode: Assertion `key != ((void *)0)' failed."). I need
to raise a support issue with SF about this. Until then, you're going to
have to manually get spring-context.jar from the Spring 1.2.2 distro,
and drop it in the static repo as
repository/springframework/spring-context/jars/spring-context-1.2.2.jar
This should get you going.
Regards,
Colin
Steven Devijver wrote:
>Colin,
>
>I've checked out spring-projects but when I do "ant publish" in
>spring-binding Ivy throws an exception:
>
>ivy.configure:
> [echo] reading ivy config
>:: Ivy 1.0 - 20050427114850 :: http://ivy.jayasoft.org/ ::
>
>resolve.pre:
>
>resolve.main:
>[resolve.conf] exception while parsing: invalid version 1.1 in
>file:/Users/stevendevijver/download/spring-projects/spring-binding/ivy.xml
>
>BUILD FAILED
>/Users/stevendevijver/download/spring-projects/common-build/common-targets.xml:329:
>syntax errors in ivy file
>
>
>Apparently Ivy 1.0 is being used and the config file indeed is version 1.1.
>
>Steven
>
>
>
--
Colin Sampaleanu
Interface21 Principal Consultant
Spring Training, Consulting and Support - "From the Source"
http://www.springframework.com
|