https://issues.apache.org/bugzilla/show_bug.cgi?id=55835

            Bug ID: 55835
           Summary: SubAnt task attribute 'verbose' working only with
                    directories
           Product: Ant
           Version: 1.9.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core tasks
          Assignee: [email protected]
          Reporter: [email protected]

When using verbose="true" on the subant task, I get nothing logged when Ant
recurses in subdirectories. I tried and tried and finally understood it : if
the target file is a directory where the default filename has to be used, then
it works. If it is a full file path, then nothing is logged.

The documentation says nothing about subant tasks's verbose attribute being
limited to directories only.

In fact, testing it and reading the code proves it is limited to directories.
Source code: SubAnt.java starting from line #209.

We really need the verbose logging to work with files: the path we use with
subant is generated using Ivy buildlist task.

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

Reply via email to