DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43583>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43583

           Summary: xmlproperty documentation for semanticAttributes
                    contains wrong code
           Product: Ant
           Version: 1.7.0
          Platform: Other
               URL: http://ant.apache.org/manual/CoreTasks/xmlproperty.html
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


xmlproperty documentation for semanticAttributes contains wrong code

1) This line is incorrect XML since there is no close quote for value attribute:
  <property name="run-time.jars" value="*.jar/>


2) <classpath /> element is unknown for ant


3) The following line from XML example:
        <pathelement path="${run-time.jars}"/>

will not be processed in defined by example way since path is just usual
attribute, it is not listed in xmlproperty task differently treated attributes
and it will not be treated as 

        <pathelement path="${run-time.jars}"/>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to