<concat destfile="myfile.txt">
user
scott
tiger
put *.war
quit
</concat> 


or with use of properties


<concat destfile="${file}">
user
${db.user}
${db.pwd}
put *.war
quit
</concat> 


Jan


>that seems to only produce name value pairs. Unfortunately, 
>the file i want to create looks more like this:
>
>user
>scott
>tiger
>put *.war
>quit

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to