[rabbitmq-discuss] Core repositories now open

Tony Garnock-Jones tonyg at lshift.net
Thu Jul 3 14:57:01 BST 2008


Hi all,

We've finally (!!) finished the long, arduous process of making the 
RabbitMQ source-code repositories publicly available. This makes it much 
easier for people to track development without relying on us getting 
around to making snapshots.

  - http://hg.rabbitmq.com/rabbitmq-server/ - The core Erlang server
  - http://hg.rabbitmq.com/rabbitmq-java-client/ - The Java client

  - http://hg.rabbitmq.com/rabbitmq-codegen/
      - Both the above depend on this

For example, in order to build the latest development branch of the 
STOMP-enabled server, you would now:

  $ mkdir my-build-directory
  $ cd my-build-directory
  $ hg clone http://hg.rabbitmq.com/rabbitmq-codegen
  $ hg clone http://hg.rabbitmq.com/rabbitmq-server
  $ hg clone http://hg.rabbitmq.com/rabbitmq-stomp
  $ cd rabbitmq-server
  $ make
  $ cd ..
  $ cd rabbitmq-stomp
  $ make

Regards,
   Tony
-- 
  [][][] Tony Garnock-Jones     | Mob: +44 (0)7905 974 211
    [][] LShift Ltd             | Tel: +44 (0)20 7729 7060
  []  [] http://www.lshift.net/ | Email: tonyg at lshift.net




More information about the rabbitmq-discuss mailing list