Install Ant and Java
Install Ant and Java as described in Get Started.
Get Some Fresh Code
$ git clone git://github.com/ph7/selenium-grid.git Selenium-Grid
Validate your Install
$ cd <project root> $ ant sanity-check
Package a new Distribution
Run the build to make sure that it passes on your box:
$ ant dist
You will then find a new distribution under the target
directory (zip and tar formats).
