Hello,

I have to append content of one file to other using ant task. 

Is there any ant task which can do that?

 

I tried "xclude" but it is replacing the content instead of appending

 

<xclude in="C:\jspc\Redemption\src\web\WEB-INF\source.txt" 

                out="C:\jspc\Redemption\src\web\WEB-INF\target.txt" 

                encoding="${encoding}" 

                indent="yes"/>

 

 

Thanks n rgds

Manisha

 

Reply via email to