Thanks, will investigate it.
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2008 1:38 PM
To: Ant Users List
Subject: Re: Using ANT from Java application
[EMAIL PROTECTED] wrote:
> Hi, all!
>
> I'm using ant tasks from
[EMAIL PROTECTED] wrote:
Hi, all!
I'm using ant tasks from my application:
1. Java task. It run's java application that generates java source file,
according to xsd files.
2. Javac task. It compiles generated source files.
3. Jar task. Packes the result.
The question is:
How can I catch up