https://issues.apache.org/bugzilla/show_bug.cgi?id=47522

           Summary: typo in documentation
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


LINK: 
  http://ant.apache.org/manual/CoreTasks/macrodef.html

TEXT:
 This then can be used as follows, note that <cc-elements>  is not specified.

    <call-cc target="unittests"/>
       <includepath location="${gen.dir}"/>
       <includepath location="test"/>
       <fileset dir="test/unittest" includes = "**/*.cpp"/>
       <fileset dir="${gen.dir}" includes = "*.cpp"/>
       <linker refid="linker-libs"/>
    </call-cc>

WHAT IS WRONG: 
  malformed XML. 
  call-cc element is closed in the same line.

~DP

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

Reply via email to