On Thu, Sep 20, 2001 at 05:15:52PM -0700, Massa, Ray wrote:
> First thanks for all the responses the first time! 
> 
> What I'm trying to do:
[..]
> Process p = Runtime.getRuntime().exec("c:\\ant\\bin\\ant.bat -buildfile
> c:\\ant\\bin\\build.xml -logfile c:\\ant\\bin\\foo.txt"); 

Ew. Why not just call org.apache.tools.ant.Main() directly?

Example at:

http://newgate.socialchange.net.au/~jeff/apache/jakarta/jakarta-ant/antrunner/run.jsp.txt

--Jeff

Reply via email to