PDA

View Full Version : failed to build webflow-samples in PR5



kajism
Jul 28th, 2005, 03:18 AM
Hi,

does anyone succeed to build the samples (phonebook, birthdate) in PR5? For me it fails in compile.source target, because it cannot find spring classes (like package org.springframework.beans.propertyeditors does not exist and so on).

It was Ok in PR4. I'm sure the builds are better with ivy, but it is a bit hard to follow.

Any suggestions?
Thanks,
Karel

klr8
Jul 28th, 2005, 10:37 AM
Try to clean out your .ivy-cache directory, which is in your user directory (/Documents and Settings/user in Windows, or /Users/user on Mac).

Erwin

kajism
Jul 28th, 2005, 10:45 AM
Thanks! It works now. Is this a bug of ivy or what?

Karel