On 6/16/06, Dan Adams <[EMAIL PROTECTED]> wrote:http://mail.google.com/mail/
I'm writing an hsqldb plugin that when you run the plugin will start an hsqldb server in the background and leave it running. The motivation for this is I would like to use it for integration tests so that the server is started before the tests and stopped after. This would be very similar to how you would use cargo to start jetty and stop it after the tests. Any ideas/suggestions on how to do this?
Keep an eye on CARGO-349, which adds hsqldb and mysql as database containers that Cargo can start, stop, and deploy to. :) * http://jira.codehaus.org/browse/CARGO-349 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
