How does Eclipse invoke its Ant plugin?

Viewed 202

So I know where my Eclipse's Ant plugin invocation scripts are:

C:\eclipse_kepler\plugins\org.apache.ant_1.8.4.v201303080030\bin

But it has several relevant scripts to choose from, especially ant.bat and ant.cmd.

When I right-click on a build.xml and select Run As > Ant Build, which of these scripts does it invoke?

1 Answers
Related