You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2020/10/27 17:24:15 UTC

[Bug 64855] New: Add "InputFileTokenizer" to org.apache.tools.ant.taskdefs.Concat

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: notifications@ant.apache.org
          Reporter: bz.apache@cconstruct.de
  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.

[Bug 64855] [PullRequest] Add "InputFileTokenizer" to org.apache.tools.ant.taskdefs.Concat

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64855

Matthias Vill <bz...@cconstruct.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add "InputFileTokenizer" to |[PullRequest] Add
                   |org.apache.tools.ant.taskde |"InputFileTokenizer" to
                   |fs.Concat                   |org.apache.tools.ant.taskde
                   |                            |fs.Concat

--- Comment #1 from Matthias Vill <bz...@cconstruct.de> ---
Created https://github.com/apache/ant/pull/141

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64855] [PullRequest] Add "InputFileTokenizer" to org.apache.tools.ant.taskdefs.Concat

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64855

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |1.10.10
         Resolution|---                         |FIXED

--- Comment #2 from Stefan Bodewig <bo...@apache.org> ---
pull request merged, many thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.