Can someone please point me to docs on deploying java applications with buildr? I can run my app from buildr by generating a classpath, but now I need to deploy and have the process monitored by something like ruby god. Ideally it would be a single executable jar or a simple class path to maintain in a shell script. My server app depends on a fair of third party jars currently being run from my m2 repo.
Fyi, thanks for the help last week with scaladoc, Hudson is now cruising along generating my docs on each build. Best, Adam
