On Aug 5, 2004, at 10:55, Eric Hauser wrote:
I switched from using the memory only mode to using Hypersonic in server mode instead. I fired off server mode from the command line, changed the datasource URL, and everything seemed to work fine. I didn't have to change anything regarding the loading of the schema export using ant:sql. Of course, now the issue is that if I want this to be completely automated I have to find a way to get Maven to start up Hypersonic in server mode for me. Here's what I'm trying:
[snip]
I left in the ant:java code which does not work. I seem to remember having this problem before, but I don't think Maven allows for the spawning on a new process properly. How are you firing off Hypersonic?
We run Hypersonic in-memory. Since the database schema is stored in src/test/conf instead of being generated by Maven at test time, we don't have the problem of schema changes being made and then dropped before the tests run.
-- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
