#!/bin/sh
ant hg-clean || exit
#ant checkout || exit
ant build-nozip || exit
ant -f xtest/build.xml || exit
ant -Dtest.fail.on.error=false build-test-dist
