Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] step of build.xml

Eclipse can run Ant scripts in the same VM that the SDK is running in. The 
following class is the API entry point:

org.eclipse.ant.core.AntRunner

The tooling also allows Ant to be executed in a separately launched VM. 
This is done via Ant launch configurations.

Darin 



From:
Duleep Dissanayaka <dduleep@xxxxxxxxx>
To:
platform-ant-dev@xxxxxxxxxxx
Date:
06/07/2010 02:02 AM
Subject:
[platform-ant-dev] step of build.xml
Sent by:
platform-ant-dev-bounces@xxxxxxxxxxx



how eclipse call ant and what function perform ant for eclipse.
any doc can i refer for know ant with eclipse
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ant-dev





Back to the top