--- Laurent PETIT <[EMAIL PROTECTED]> wrote: > Hello, > > I want to provide a simple & easy way for developers > to launch hsqldb server > as a standalone server (or any other command line > tool such as MiddleGen > ....). > > We use maven, and for the project, maven has all the > dependencies needed > (right jars on the dependencies ...) > > My question is : > > is there a way to start some main() method of a > class via a maven xxx call ?
you can just use "." as database name, and it will be started in process wizout writing anything to disk. all users of hypersonic using the same connection url will share the instance. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- ... Sucht gerade nach neuen Projekt oder Festanstelung.... Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
