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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12742

XML Document Not being Created Correctly

           Summary: XML Document Not being Created Correctly
           Product: Ant
           Version: 1.5
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am creating an XML Document and adding a child element to the Document Using 
JDOM API 
But the child tag does not get added to the XML Document when the application 
is being built using ANT 1.5. 
Is this because of conflicting API's that are being used.. that is JDOM API
(which we use) and XML - APIS ( which ant uses for build )

Note: When I use another method called addChild instead of insertElement in the 
JDOM API , the XML Document is created correctly. We thought that the JDOM.jar 
might have been corrupted but that is not the case. 
Suggestions?????

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

Reply via email to