Skip to content

Commit

Permalink
Added unittest, updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Apr 1, 2010
1 parent f706c8d commit 45c0f40
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Building

Clone the source code:

<pre><code>git clone git://github.com/jbrisbin/rabbitmq-dsl.git</code></pre>

To build a JAR file of the command-line DSL runner:

<pre><code>cd rabbitmq-dsl
mvn package</code></pre>

There is a unit test that will run in the normal Maven build stage. Look in the
src/test/groovy/rabbitmq-test.g file to see the full text of the DSL test.

## RabbitMQ Groovy DSL

The Groovy DSL (Domain Specific Language) for RabbitMQ allows you to mix standard
Expand Down

0 comments on commit 45c0f40

Please sign in to comment.