RE: Using ANT from Java application

2008-03-27 Thread Denis.Sitnitsa
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

Re: Using ANT from Java application

2008-03-26 Thread Steve Loughran
[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

Using ANT from Java application

2008-03-26 Thread Denis.Sitnitsa
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 the output (including error s