PDA

View Full Version : building spring-webflow-1.0-ea


lasher169
Apr 7th, 2006, 04:33 AM
Hi,

I am trying to build the examples for the latest downloadable version of spring web spring-webflow-1.0-ea

i go to the
C:\spring-webflow-1.0-ea\projects\build-spring-webflow

and then type

"ant dist"

init.pre:
:: Ivy non official version :: http://ivy.jayasoft.org/ ::
:: configuring :: file = C:\spring-webflow-1.0-ea\projects\common-build\ivyconf.xml

BUILD FAILED
C:\spring-webflow-1.0-ea\projects\build-spring-webflow\build.xml:82: impossible to parse ivy file for C:\spring-webflow-1.0-ea\projects\spring-binding\build.xml: ivyfile=C:\spring-webflow-1.0-ea\projects\spring-binding\ivy.xml exception=AElfred parser is non-validating in file:/C:/spring-webflow-1.0-ea/projects/spring-binding/ivy.xml


am I doing something wrong or is something missing

Chris

Keith Donald
Apr 7th, 2006, 09:23 AM
Make sure another (older) version of ivy is not being picked up... check your ant lib path, for example for an older ivy.jar.

Keith

lasher169
Apr 7th, 2006, 04:01 PM
Hi,

which version of ivy should i be using then

trisberg
Apr 7th, 2006, 05:11 PM
the one that ships with Web Flow - projects/common-build/lib/ivy-1.3-dev-20060228.jar

Check your ant lib directory for an older version

lasher169
Apr 10th, 2006, 07:17 PM
Hi,

I have checked my ant path. The only ivy file there is the one shipped with this version of webflow and I still get the same error


init.pre:
:: Ivy non official version :: http://ivy.jayasoft.org/ ::
:: configuring :: file = C:\spring-webflow-1.0-ea\projects\common-build\ivyconf.xml

BUILD FAILED
C:\spring-webflow-1.0-ea\projects\build-spring-webflow\build.xml:82: impossible to parse ivy file for C:\spring-webflow-1.0-ea\projects\spring-binding\build.xml: ivyfile=C:\spring-webflow-1.0-ea\projects\spring-binding\ivy.xml exception=AElfred parser is non-validating in file:/C:/spring-webflow-1.0-ea/projects/spring-binding/ivy.xml

any help will be greatly appreciated.

Chris

Keith Donald
Apr 10th, 2006, 07:41 PM
Don't know what to tell you, it's likely something wrong with your environment that's causing ivy to fail.

You might want to try upgrading to Ivy 1.3.1 and see about posting this error on the ivy forums if you still receive it.

Keith