Добрый день. Хочу углубиться в Spring, используя живой пример. В качестве примера выбрал Java CMS - Riot. Сейчас возникли трудности с созданием проекта в Eclipse Helios. Проект собирается, если следовать инструкциям, приведённым на сайте. (Riot в данном случае лежит в jar-файлах). Но ежели я пробую добавить исходники всей системы вместо jar-ов, то в проекте появляется куча ошибок. Цитата | GenericClassTypeResolver cannot be resolved The import org.riotfamily.common.util.GenericClassTypeResolver cannot be resolved FileTransfer cannot be resolved to a type FileTransfer cannot be resolved to a type The import org.directwebremoting.io cannot be resolved The method createFileTransfer(CommandContext, Selection) from the type AbstractExportCommand refers to the missing type FileTransfer HibernateUtils cannot be resolved HibernateUtils cannot be resolved HibernateUtils cannot be resolved The import org.riotfamily.common.hibernate cannot be resolved HibernateUtils cannot be resolved The import org.riotfamily.common.hibernate cannot be resolved GenericClassTypeResolver cannot be resolved The import org.riotfamily.common.util.GenericClassTypeResolver cannot be resolved ServletUtils cannot be resolved ServletUtils cannot be resolved The import org.riotfamily.common.web.support cannot be resolved Renderer cannot be resolved to a type Renderer cannot be resolved to a type Renderer cannot be resolved to a type Renderer cannot be resolved to a type Renderer cannot be resolved to a type The import org.riotfamily.common.ui cannot be resolved The import org.riotfamily.common.ui cannot be resolved The method render(Locale) of type CountryFlagRenderer must override or implement a supertype method TypedRenderer cannot be resolved to a type HandlerUrlUtils cannot be resolved The import org.riotfamily.common.web.mvc cannot be resolved FileTransfer cannot be resolved to a type FileTransfer cannot be resolved to a type FileTransfer cannot be resolved to a type FileTransfer cannot be resolved to a type FileTransfer cannot be resolved to a type The import org.directwebremoting.io cannot be resolved ClientEvent cannot be resolved to a type ClientEvent cannot be resolved to a type Element cannot be resolved to a type Element cannot be resolved to a type ExceptionUtils cannot be resolved FormState cannot be resolved to a type FormState cannot be resolved to a type FormSubmissionHandler cannot be resolved to a type ObjectMapper cannot be resolved to a type ResponseBody cannot be resolved to a type SubmitButton cannot be resolved to a type The attribute headers is undefined for the annotation type RequestMapping The import org.codehaus cannot be resolved The import org.riotfamily.common.util.ExceptionUtils cannot be resolved The import org.riotfamily.forms.base cannot be resolved The import org.riotfamily.forms.base cannot be resolved The import org.riotfamily.forms.client cannot be resolved The import org.riotfamily.forms.client cannot be resolved The import org.riotfamily.forms.FormSubmissionHandler cannot be resolved The import org.riotfamily.forms.SubmitButton cannot be resolved The import org.springframework.web.bind.annotation.ResponseBody cannot be resolved The method add(Element) is undefined for the type Form The method createState(Object, Class<capture#1-of ?>) is undefined for the type Form Update cannot be resolved to a type HandlerUrlUtils cannot be resolved HandlerUrlUtils cannot be resolved The import org.riotfamily.common.web.mvc cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved The import org.riotfamily.common.beans.property cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved The import org.riotfamily.common.beans.property cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved The import org.riotfamily.common.beans.property cannot be resolved HibernateUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved The import org.riotfamily.common.beans.property cannot be resolved The import org.riotfamily.common.hibernate cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved The import org.riotfamily.common.beans.property cannot be resolved HibernateUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved PropertyUtils cannot be resolved
|
Подскажите, кто имел дело, как мне их побороть?
|