http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1744
*** shadow/1744 Mon May 14 10:43:01 2001 --- shadow/1744.tmp.26871 Fri May 18 07:32:08 2001 *************** *** 2,11 **** | apply task's "dest" directory unclear | +----------------------------------------------------------------------------+ | Bug #: 1744 Product: Ant | ! | Status: NEW Version: 1.3 | | Resolution: Platform: PC | ! | Severity: Normal OS/Version: | ! | Priority: Component: Documentation | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | apply task's "dest" directory unclear | +----------------------------------------------------------------------------+ | Bug #: 1744 Product: Ant | ! | Status: ASSIGNED Version: 1.3 | | Resolution: Platform: PC | ! | Severity: Minor OS/Version: All | ! | Priority: Low Component: Documentation | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 31,34 **** dir attribute: "the directory in which the command should be executed." ). (If that is the case, then shouldn't the name of the attribute be changed ! to "dir", to match <exec dir="...">, <ant dir="...">, etc.? --- 31,46 ---- dir attribute: "the directory in which the command should be executed." ). (If that is the case, then shouldn't the name of the attribute be changed ! to "dir", to match <exec dir="...">, <ant dir="...">, etc.? ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-05-18 07:32 ------- ! The current wording is correct. Of course, the apply task does not force the ! output files there. What the dest attribute is saying is that this is where the ! apply task expects the command to place its output. This is important since ! apply checks whether the target files in the dest directory are out of date ! with respect to the source files (mapped through a mapper) and only applies the ! command for the out of date files. ! ! Perhaps the wording should be ! the directory where the <apply> expects the target files will be placed by the ! command.
