I've checked in changes to allows the provided jar to be run (and built).
Outstanding is the issue of including classes from src/test in the sample jar or alternatively moving the application classes to src/main. This effect of this currently is that binding.echo databinding.echo implementation.crud Don't work out of the box with ant You have to do ant compile ant If we don't want to ship junit in the binary distribution we should move them. The binary distribution ships the src for the Junit tests b.t.w. so I'm going to take a quick look at why maven isn't packaging the classes. Simon