Re: Can I strip lines using a FilterReader (opposite of Linecontains)

2003-09-18 Thread peter reilly
On Thursday 18 September 2003 14:57, mark stephens wrote: > > I found a problem with type def but the following works nicely... Excellent, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

little help please...Exception:Class org.apache.tools.ant.UnknownElement doesn't support the "name" attribute

2003-09-18 Thread teoman teoman
hi all, I am calling an ant build file from a java class...first I am loading the build file into my project object: Project oProject = new AntTarget(); FilebuildFile = new File(file); oProject.setUserProperty("ant.file",buildFile.getAbsolutePat

RE: Tail -f

2003-09-18 Thread Jan . Materne
There is a tail selector. But that isn´t supported. I don´t any other way than implementing your own selector. Jan > -Original Message- > From: Patrick Martin [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 5:05 PM > To: 'Ant Users List' > Subject: Tail -f > > > Hi, > >

Tail -f

2003-09-18 Thread Patrick Martin
Hi, Is there a platform independant way to do a "tail -f " with ant? Here is what the -f option does: Follow. The program will not terminate after the line of the input-file has been copied, but will enter an endless loop, wherein it sleeps for a second and then attempts to read and copy