https://issues.apache.org/bugzilla/show_bug.cgi?id=49594
--- Comment #6 from Stefan Bodewig <[email protected]> 2010-08-05 23:55:22 EDT --- (In reply to comment #5) > The question B) is about the extepcted behaviour of a nested outputmapper in > redirector when parallel=true. What would happen. it depends on the mapper, just like it does for exec in general. The manual page for exec says | Any file mapping is done using a null sourcefile; therefore not | all Mapper types will return results. When no results are | returned, redirection specifications will fall back to the task | level attributes. and the same is true for apply when parallel is true. > (by the way pls. what is the link to the freshly added doc) follow the subversion revision link and you can see the changes. I haven't updated the online manual, the full page would be http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/Tasks/apply.html?revision=982773&view=co&pathrev=982773 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
