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 ------------------------------------------------------------------------------ Note that ${file.separator} must be used if you need this to work cross-platform. Mapper doesn't do the slash-backslash translation for you. - The mapper used by outputmapper identifies the file to redirect output to. It maps each *.src file to dest/*.out. This is the same mapping the apply task uses for determining dependencies. Alternately you could define a single mapper and reference it using refid for both of these mappers. + The mapper used by outputmapper identifies the file to redirect output to. It maps each *.src file to dest/*.out. This is identical to the mapper the apply task uses for determining dependencies. Alternately you could define a single mapper and reference it using refid for both of these mappers. The mapper used by inputmapper just maps each source file '*' to the file with the same name in the src directory, 'src/*'. This is essentially an identity mapping, but the files passed to the mapper consist of just the filename, so the directory name needs to be prepended to pick up the right file.
