your file and use concat
for
appending them.
Jan
> -Ursprüngliche Nachricht-
> Von: Gilbert Rebhan [mailto:[EMAIL PROTECTED]
> Gesendet am: Sonntag, 30. Januar 2005 13:59
> An: Ant Users List
> Betreff: Re: AW: regexp question
>
> Hi, Jan
>
> thanks for
Hi, Jan
thanks for the task!!
Works great, but one thing similar to the echo task =
f.e. if i write :
..
..bla
..
all the blanks (the '.') are echoed to the file
if i write
bla it's echoed without blanks.
So when using your task i have to write the insert part
all on one lin
I have doubts with the 25-part ...
Quick hack:
The text to be inserted.
Maybe multiple lines?
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOExcept