Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用ant启动/停止H2_Ant_Automated Tests_H2 - Fatal编程技术网

使用ant启动/停止H2

使用ant启动/停止H2,ant,automated-tests,h2,Ant,Automated Tests,H2,我在Windows PC上安装了H2。 我将从ant启动H2,以便在测试套件执行期间自动启动/停止它。 我怎样才能用ant做到这一点? 我必须在./service目录中调用.bat还是什么? 我找不到任何H2 ant任务库 谢谢如果没有特定的任务,最好的方法可能是使用任务并调用相应的.bat文件

我在Windows PC上安装了H2。 我将从ant启动H2,以便在测试套件执行期间自动启动/停止它。 我怎样才能用ant做到这一点? 我必须在./service目录中调用.bat还是什么? 我找不到任何H2 ant任务库


谢谢

如果没有特定的任务,最好的方法可能是使用
任务并调用相应的.bat文件