If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I am trying to install Hyperion version using the excellent howto there: http://typo3.open-xchange.com/wiki/i...._Installation
Config:
Debian Etch AMD64
JAVA from sun-java5-jdk sun-java5-bin sun-java5-demo package is working
ANT is working (#ant -diagnostics produces information)
cd /tmp/open-xchange/
ant -Dlib.dir=/opt/open-xchange/lib install
I have this messages:
Code:
Buildfile: build.xml
prepare:
patchVersionJava:
[copy] Copying 1 file to /tmp/open-xchange/src/com/openexchange/server
compile:
[javac] Compiling 950 source files to /tmp/open-xchange/build
[javac] /tmp/open-xchange/src/Consistency.java:58: package org.apache.common
s.logging does not exist
[javac] import org.apache.commons.logging.Log;
[javac] ^
[javac] /tmp/open-xchange/src/Consistency.java:59: package org.apache.common
s.logging does not exist
I think I have installed everything needed.
I just have a doubt about the jar files. I downloaded them yesterday. Most of the archieve were in binary ZIP format. So I opened them to extract the .jar file and copy it in /opt/open-xchange/lib.
For exemple I opened "jakarta-slide-jca-webdav-bin-2.1.zip" file to extract "jakarta-slide-webdavlib-2.1.jar"
Is that correct ?
Leave a comment: