Try it without the trailing slash in the dir attribute 
(dir="/home/thufir/java"). 

On 7/30/05, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: 
> 
> 
> Heh, thanks. Here's what I have:
> 
> <concat destfile="${outputDir}/bar.txt" append="true">
> <filelist
> dir ="/home/thufir/java/"
> files ="foo.txt"
> />
> </concat>
> 
> I want "/home/thufir/java/foo.txt" to be appended to
> "${outputDir}/bar.txt", and then I might even "print" bar.txt to the
> screen as part of the script.
> 
> In the filelist, the "dir" and "files" means "/home/thufir/java/foo.txt", 
> yes?
> 
> and the destination file is "${outputDir}/bar.txt", so that foo.txt
> will be appended to bar.txt yes?
> 
> I must have at least one thing wrong/not understood above.
> 
> 
> Thanks,
> 
> Thufir
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to