AW: Using ant to parse text file

2007-02-23 Thread Jan.Materne
I played a little bit ... import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.Task; public class LoadGroupTask extends Task { String prefix; File file; String section;

AW: Using ant to parse text file

2007-02-21 Thread Jan.Materne
I dont know any way (without writing a custom task). Jan >-Ursprüngliche Nachricht- >Von: DHARNA, AJAY [AG/1000] [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 22. Februar 2007 07:04 >An: Ant Users List >Betreff: Using ant to parse text file > >Hi all > >I am using Ant 1.6.5 - I woul