This documentation relates to an old version of the Nuxeo Platform (5.5). You may want to check the latest technical documentation.
Skip to end of metadata
Go to start of metadata

Getting the source code

The sources are hosted in our Mercurial repository.

To get a copy:

NB: This example assumes you want to use version 1.1 of the Flex Connector for Nuxeo Platform 5.4.2

This source tree contains:

  • sources of the Flex Connector,
  • sources of the SWC reusable components,
  • sources of the Samples (client side and server side),
  • distribution of Nuxeo CAP + Flex Connector + Samples.

Building and deploying

As all other builds in Nuxeo, this build is driven by Maven.

Building and deploying the Flex Connector

The result of the build is a nuxeo-flex-connector JAR that should be copied in the bundles or plugins directory of your Nuxeo server.

Building and deploying the SWC and the Samples

The result of the build is a set of JARs that should be copied in the bundles or plugins directory of your Nuxeo server.

Building the distribution

This command runs the steps below:

  1. download and unzip a Nuxeo CAP server,
  2. download the needed GraniteDS libraries,
  3. build the JAR, SWC and SWF files,
  4. put these files and the GraniteDS libraries in the downloaded Nuxeo CAP server.

The README.txt contains more informations about the build.

The result is a prebuilt Nuxeo CAP server containing the Flex Connector and the samples. To run it:

  • for Posix users:
  • for MS users:
Labels
  • None