Re: Regarding build.xml display in command prompt

2007-02-10 Thread Antoine Levy-Lambert
Hello Lokesh, try ant -quiet (do not know whether this will do what you want). you can also write your own logger class if you want to program in Java. see the running ant part of the documentation. http://ant.apache.org/ manual/running.html#options Antoine On Feb 10, 2007, at 4:40 AM, Lok

Regarding build.xml display in command prompt

2007-02-10 Thread Lokesh Jayaraman
hi, When i ran a build.xml using Ant i do not want to display the ant task in the output screen(command pormpt).Is any method or a way to do this... if so let me inform... Regards, Lokesh