|
From: Steven D. <ste...@gm...> - 2005-07-10 18:04:02
|
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
--=20
"If you want to be a different fish, you gotta jump out of the school."
-- Captain Beefheart
|
|
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
|
|
From: Steven D. <ste...@gm...> - 2005-07-11 13:24:01
|
Colin,
Thanks for your feedback. I forgot I had an older version on Ivy in my
ant lib folder. It works fine now.
Steven
On 7/10/05, Colin Sampaleanu <col...@ex...> wrote:
> Steven,
>=20
> 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.
>=20
> 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.
>=20
> 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.
>=20
> 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 !=3D ((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.ja=
r
>=20
> This should get you going.
>=20
> Regards,
> Colin
>=20
>=20
> Steven Devijver wrote:
>=20
> >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.x=
ml
> >
> >BUILD FAILED
> >/Users/stevendevijver/download/spring-projects/common-build/common-targe=
ts.xml:329:
> >syntax errors in ivy file
> >
> >
> >Apparently Ivy 1.0 is being used and the config file indeed is version 1=
.1.
> >
> >Steven
> >
> >
> >
>=20
>=20
> --
> Colin Sampaleanu
> Interface21 Principal Consultant
> Spring Training, Consulting and Support - "From the Source"
> http://www.springframework.com
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by the 'Do More With Dual!' webinar happen=
ing
> July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
> core and dual graphics technology at this free one hour event hosted by H=
P,
> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>=20
>=20
--=20
"If you want to be a different fish, you gotta jump out of the school."
-- Captain Beefheart
|