Re: Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread John Hendrie
Is the buffering done in a logger or is it internal to Ant i.e. does Ant wait for the line break and then flush the buffer to the logger or does logger wait for the line break? Thanks! On Jan 8, 2008 4:27 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 10:12 AM, Gary Gregory <

Re: Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread John Hendrie
> > I don't think so; not if your Jython code run within Ant, and you > don't want to hack the Ant code itself. --DD I suspected as much. Thanks to everyone for their help!

Re: Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread John Hendrie
he internals of Ant)? Thanks! Robert On Jan 8, 2008 2:44 PM, <[EMAIL PROTECTED]> wrote: > > On Jan 8, 2008 5:54 AM, John Hendrie <[EMAIL PROTECTED]> wrote: > > > public class Main { > > > public static void main(String[] args) { > > > System.out.p

Re: Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread John Hendrie
n.args} is: If this is no use please let me know and I'll try and alternative way of posting the build files. Thanks again! Robert On Jan 8, 2008 12:48 PM, <[EMAIL PROTECTED]> wrote: > What is your buildfile? > > Jan > > > -Ursprüngliche Nachricht- > &g

Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread John Hendrie
Hi, I'm sorry if this is a really obvious question but I'm having trouble getting Ant to print System.out.print() calls. The archive throws up a few related posts but with no answers. I have a simple example: public class Main { public static void main(String[] args) { System.out.pr