Re: Ant output to console by running Java program

2011-10-10 Thread adak
Thanks Stefan for your comments. I am going to try using a logger (although I have never used one before). Also with regards to the output to console, I was talking about getting java output to eclipse console. Also I forgot to mention that I will be needing to send certain parameters to ant scri

Ant output to console by running Java program

2011-10-10 Thread adak
Hi.I am new to Ant, so please tolerate. I am using eclipse and ant 1.8.2 I am trying to write a Java program (which uses Ant API) that checks if build.xml exists, then sets up project, target, and echoes a message. Q1)I am running the Java program, I can get the output from this in console but