https://issues.apache.org/bugzilla/show_bug.cgi?id=53538
Priority: P2
Bug ID: 53538
Assignee: [email protected]
Summary: Doc: Examples for FilterChains use incorrect syntax
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.8.4
Component: Documentation
Product: Ant
The page http://ant.apache.org/manual/Types/filterchain.html contains many
examples that use ${} in the property-attribute, e.g.
property="${src.file.head}"
I think this is wrong, it should be stated without ${}
property="src.file.head"
--
You are receiving this mail because:
You are the assignee for the bug.