开发者

Does using the 'ant' tag in an ant script start a seperate JVM?

Does using the 'ant' tag in an ant script start a seperate JVM?

My code is like:

开发者_高级运维<target name="run" description="base tests">
       <ant dir="suite1"/>
       <ant dir="suite2"/>
       <ant dir="suite3"/>
</target

From ANT manual, it says that if we use 'ant' inside target tag, it is not part of same build file, but when I monitor the Java process, only one Java process runs on my machine.


It runs as a separate project within the same JVM

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜