> -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED] > Sent: Monday, March 12, 2001 6:37 PM > To: [EMAIL PROTECTED] > Cc: Ant-Dev (text) > Subject: Re: Logger flexibility answer? > > > At 12:25 12/3/01 -0500, Jay Glanville wrote: > >On Thursday, I made a request that Ant2 have a more flexible > logger system. > >Since then, I've given more thought on the functionality > that I'd need. So, > >now, I'm introducing the concept of a <recorder> task, and > I'd like some > >feedback. > > I like it except I am confused by > > <compile > > <recorder file="log.txt" action="start" /> > <javac ... > <recorder file="log.txt" action="stop" /> > <compile/> > > Is <compile > a type for <target name="compile" > ?? > > Cheers, > > Pete
he, he. Silly me. Yes, <compile> should be <target name"compile">. JDG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
