Hi,
I've started building now I have the source and I have the following error. It looks like it can't find spring-beans.jar.
Yet I have:
Any ideas what I might be doing wrong?
I've started building now I have the source and I have the following error. It looks like it can't find spring-beans.jar.
Code:
ant -Dlib.dir=/opt/open-xchange/lib install
Code:
/tmp/open-xchange/src/com/openexchange/ajax/ImportExport.java:58: package org.springframework.beans.factory.xml does not exist
Code:
ll /opt/open-xchange/lib/ | grep spring -rw-r--r-- 1 root root 230640 2007-11-18 19:37 spring-beans.jar -rw-r--r-- 1 root root 121409 2007-11-18 19:37 spring-core.jar
Comment