Closest tool to Ruby God I know is the Java Service
Wrapper<http://wrapper.tanukisoftware.org/doc/english/download.jsp>.
Other alternatives listed at http://en.wikipedia.org/wiki/Service_wrapper

You can use Buildr to generate the configuration file or fill in template
values for classpath, etc. and then invoke the native app directly.

#!/bin/sh
buildr update-wrapper-config
exec /path/to/native/wrapper config.properties

alex



On Tue, Apr 6, 2010 at 11:47 AM, Adam Crain
<[email protected]>wrote:

> 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
>

Reply via email to