https://bz.apache.org/bugzilla/show_bug.cgi?id=62931
Bug ID: 62931
Summary: additionalparam as nested element of javadoc task
Product: Ant
Version: 1.10.5
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Currently additionalparam can only be specified as an attribute of the javadoc
element.
The value of additionalparam can grow very long if multiple params need to be
specified. This makes the script hard to diff and read.
The problem could be solved if one could specify multiple additionalparam child
elements of the javadoc element. The concatenated values of the attribute and
the child elements could then replace the value of the attribute.
--
You are receiving this mail because:
You are the assignee for the bug.