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脚本中的标记启动单独的JVM?_Ant - Fatal编程技术网

是否使用';蚂蚁';ant脚本中的标记启动单独的JVM?

是否使用';蚂蚁';ant脚本中的标记启动单独的JVM?,ant,Ant,在ant脚本中使用“ant”标记是否会启动单独的JVM 我的代码如下: <target name="run" description="base tests"> <ant dir="suite1"/> <ant dir="suite2"/> <ant dir="suite3"/> </target 它在同一JVM中作为单独的项目运行它在同一JVM中作为单独的项目运行

在ant脚本中使用“ant”标记是否会启动单独的JVM

我的代码如下:

<target name="run" description="base tests">
       <ant dir="suite1"/>
       <ant dir="suite2"/>
       <ant dir="suite3"/>
</target


它在同一JVM中作为单独的项目运行

它在同一JVM中作为单独的项目运行