|
|
|
Latest Published
|
Installing the JCR Connector
Last modified:
05/30/2006 07:49 AM
This document aims at introducing the reader to the JCR connector build and installation. It will list the different steps including downloading the dependencies and setting the workspace.
Setting the workspaceIf you already downloaded the packaged modules from the Apogée download page, skip this section and go to the installation one. Getting the sourcesThe JCR connector sources are located in the Apogée SVN directory. Run the following commands to checkout the connector projects. svn co https://svn.nuxeo.org/pub/Apogee/trunk/sync/org.nuxeo.sync.jcr These two project are corresponding to different modules to install in the Funambol server:
Downloading the dependenciesIn order to build and install the connector, you will need to download the Funambol bundle version 3.0 Beta 1 (See links below for the download page). The connector works only with this version for the moment, but will be upgraded later. Building the Funambol modulesThe main partFirst, cd into theorg.nuxeo.sync.jcr/build directory to run the ant script that will generate the module. Before to run this ant script, you will have to set an environment variable: ANT_ARGS=funambol.home=/path/to/your/Funambol Then simply run ant, the module will be created as the output/jcr-sync-X.Y.Z.s4j where X.Y.Z is the version of the module. The extensionsTo build this module, you just have to be sure that the org.nuxeo.sync.jcr project is located in the same directory and execute the following commands: cd org.nuxeo.sync.jxr.extensions/build The module corresponds to the file output/jcr-extensions-X.Y.Z.s4j where X.Y.Z is the version of the module. Installing the modulesTo install the connector into the Funambol server, follow the next steps:
|
|
|