https://bz.apache.org/bugzilla/show_bug.cgi?id=64855
Bug ID: 64855
Summary: Add "InputFileTokenizer" to
org.apache.tools.ant.taskdefs.Concat
Product: Ant
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Currently org.apache.tools.ant.util.FileTokenizer will act on the already
concatenated output and not on the individual input files, even though the name
leaves room to believe the later. It may be possible to provide either an
option on FileTokenizer to handle Concat.MultiReader on a sub-Reader by
sub-Reader basis or write a new InputFileTokenizer that does similar.
Tokenizing full input-files would ease processing in certain cases as e.g.
TokenFilter.ReplaceRegex can't accidentally match across input-file borders
(think e.g. of having "pre-processor"-marks to only include parts of a file)
--
You are receiving this mail because:
You are the assignee for the bug.