开发者

Starting/stopping H2 with ant

I installed H2 on a Windows PC. I would start H2 from ant so that it can be automatically started/stopped during 开发者_开发百科a test suite execution. How can I do this with ant? Have I to call .bat in ./service directory or what? I can't find any H2-ant-tasks library.

Thanks


If there's no particular task, probably the best way is to make use of the <exec> task and call the appropriate .bat files.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜