Hi,
I tried to setup a Funambol server for synchronisation of our mobile devices using syncml.
I tried to setup the Funambol Scalix connector from
http://sourceforge.net/projects/funambol-scalix
as this seems to be developed by Scalix and Funambol:
https://core.forge.funambol.org/ds/view ... geId=20910
The connector does not compile. The build command fails with:
syncml:/usr/local/src/funambol-scalix/build# ant
Buildfile: build.xml
init:
build:
[javac] Compiling 99 source files to /usr/local/src/funambol-scalix/output/classes
[javac] /usr/local/src/funambol-scalix/src/java/com/funambol/toolbox/engine/source/BaseSyncSource.java:22: cannot find symbol
[javac] symbol : class FunambolLogger
[javac] location: package com.funambol.framework.logging
[javac] import com.funambol.framework.logging.FunambolLogger;
Lots of other missing symbols following.
It seems as if the jar files in the lib directory do not correspond to the source code.
I already tried to ask on the Funambol list about this but got no reply so far:
https://core.forge.funambol.org/ds/view ... geId=27782
Can anybody at Scalix shed some light into this?
Thanks in advance,
Christoph