Hi,
I have followed the Installation instructions in the wiki but cannot build the cvs checked out project.
If I try to build on of these:
Yet I have these:
Any ideas? Thanks.
I have followed the Installation instructions in the wiki but cannot build the cvs checked out project.
Code:
ant -Dlib.dir=/opt/open-xchange/lib install Buildfile: build.xml does not exist! Build failed
Code:
open-xchange]# find . -name build.xml ./global/build.xml ./charset/build.xml ./server/build.xml
Code:
global]# ant -Dlib.dir=/opt/open-xchange/lib install Buildfile: build.xml prepare: compile: [javac] Compiling 10 source files to /tmp/open-xchange/global/build [javac] /tmp/open-xchange/global/src/com/openexchange/groupware/AbstractOXException.java:63: package org.apache.commons.logging does not exist
Yet I have these:
Code:
activation.jar commons-cli-1.0.jar commons-codec-1.3.jar commons-fileupload.jar commons-io.jar commons-logging-1.1.jar commons-logging-adapters-1.1.jar commons-logging-api-1.1.jar commons-logging.jar commons-logging-1.1.jar concurrent.jar jakarta-slide-webdavlib-2.1.jar jcharset-1.3.jar jcs-1.2.7.9.2.jar jdom.jar json.jar junit-4.3.1.jar mail.jar mysql-connector-java-3.1.13-bin.jar org.eclipse.osgi_3.2.2.ox.jar saxon8.jar servlet-api-2.4.jar spring-beans.jar spring-core.jar tnef.jar
Comment