Page 1 of 1

Funambol Connector

Posted: Tue Sep 30, 2008 2:18 am
by christoph.lukas
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

Posted: Tue Sep 30, 2008 3:37 am
by Valerion
That's not an official connector, but a community-designed one.

viewtopic.php?t=8480

Posted: Tue Sep 30, 2008 4:11 am
by christoph.lukas
Hi,

there are two connectors available. The one you are referencing can be found at:

http://sourceforge.net/projects/scalix-funambol

This one is community designed.


The second one can be found at:

http://sourceforge.net/projects/funambol-scalix

And this one seems to be a semi official one done by a Funambol-Scalix cooperation as written in their announcement at:

https://core.forge.funambol.org/ds/view ... geId=20910

Regards,
Christoph