You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2007/10/10 09:21:57 UTC

DO NOT REPLY [Bug 43583] New: - xmlproperty documentation for semanticAttributes contains wrong code

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: m_pashka@mail.ru


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org