RE: supressing output

2007-09-18 Thread Rebhan, Gilbert
Hi, Rob -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 7:08 PM To: Ant Users List; Ant Developers List Subject: RE: supressing output /* Gilbert, That looks pretty cool. Is the code copyrighted? Any chance this could

Re: supressing output

2007-09-18 Thread Ramu Sethu
gt; > -Original Message- > > From: Gilbert Rebhan [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 13, 2007 10:41 AM > > To: Ant Users List > > Subject: Re: supressing output > > > > Hi, > > > > phil swenson wrote: > > > I have an exte

RE: supressing output

2007-09-17 Thread Anderson, Rob (Global Trade)
gt; Subject: Re: supressing output > > Hi, > > phil swenson wrote: > > I have an external build.xml file that I am calling from my > build.xml... > > unfortunately this target outputs a whole bunch of stuff I > don't care > > about and it pollutes

Re: supressing output

2007-09-13 Thread Gilbert Rebhan
Hi, phil swenson wrote: I have an external build.xml file that I am calling from my build.xml... unfortunately this target outputs a whole bunch of stuff I don't care about and it pollutes my build log files. What I want is just error output... anyone have any thoughts on supressing the output?