Thanks a lot.
-Original Message-
From: Keith Hatton [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2008 5:48 PM
To: Ant Users List
Subject: RE: Using Ant in Java
There is a createArg() method which sounds like what you want.
The manual included in the Ant download has API docs for
]
Sent: 27 March 2008 14:44
To: user@ant.apache.org
Subject: RE: Using Ant in Java
First of all I tried to find this method..
JavaTask is instance of org.apache.tools.ant.taskdefs.Java class. This class
doesn't have such a method.
Which class should I use?
-Original Message-
First of all I tried to find this method..
JavaTask is instance of org.apache.tools.ant.taskdefs.Java class.
This class doesn't have such a method.
Which class should I use?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2008 5:41 PM
To: u
Is there any working example of it?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2008 9:25 AM
To: user@ant.apache.org
Subject: AW: Using ant in java
You could implement a Redirector for catching the output into your GUI.
Jan