Skip navigation.

building

Building the dojox.cometd client

Currently the dojox.cometd client is checked in and built as part of the dojo toolkit itself. To checkout and build the latest:

svn co http://svn.dojotoolkit.org/src/view/anon/all/trunk dojo
cd dojo/util/maven
mvn install

The dojo release will be built and available in dojo/util/maven/target and your local maven repository. Dojo releases/snapshots are also available from:

Building the dojox.cometd examples

The dojox.cometd examples are checked into the cometd svn at cometd-dojox-examples. To build the examples:

cd cometd-dojox-examples
mvn

This will build a template war file in target that contains a dojo release and the client side of the examples. However, not serverside is included. This template is used as the basis of the demos in cometd-jetty, so to include a server and run the examples:

cd ../cometd-jetty
mvn
cd demo
mvn jetty:run-war

The demos will now be running on http://localhost:8080