You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jamie Lawrence <ja...@broadcom.ie> on 2001/06/15 14:56:09 UTC

Calling ANT from another program

Is it possible to call ANT from another program (in this case a servlet) to
produce customised builds online?

I've looked at org.apache.tools.ant.Main and thought about calling the
main(String[]) method but this seems a bit heavyweight.  Is there a form of
in-process interface I could use?

	Jamie