Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The following page has been changed by GeorgeBerger: http://wiki.apache.org/ant/AntSampleFiles/ApplyRedirectorExample ------------------------------------------------------------------------------ - Redirector example: copies files by execing 'cat' with input redirected from source file src/*.src and output redirected to dest/*.out. + Redirector example: copies files by using the apply task to execute 'cat' with input redirected from source file src/*.src and output redirected to dest/*.out. {{{ <project default="copycat">
