bertrand lancelot wrote:
Hi all,
I need to call ANT within my Java application.
first, I tried to execute the class "org.apache.tools.ant.Main" with
properties from my application. After ANT starts, the JVM breaks with
System.exit usage. As a result my application shutdown too!
You shou
ited Software, Inc.
www.spiritedsw.com
- Original Message -
From: "bertrand lancelot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 24, 2004 8:16 AM
Subject: Call Ant within my java application
> Hi all,
>
> I need to call ANT within my Java
Hi all,
I need to call ANT within my Java application.
first, I tried to execute the class "org.apache.tools.ant.Main" with
properties from my application. After ANT starts, the JVM breaks with
System.exit usage. As a result my application shutdown too!
So, I would like to extend the