Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 82061 invoked from network); 17 Sep 2002 15:26:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Sep 2002 15:26:22 -0000 Received: (qmail 21233 invoked by uid 97); 17 Sep 2002 15:26:58 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 21210 invoked by uid 97); 17 Sep 2002 15:26:57 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 21187 invoked by uid 50); 17 Sep 2002 15:26:56 -0000 Date: 17 Sep 2002 15:26:56 -0000 Message-ID: <20020917152656.21186.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 12742] New: - XML Document Not being Created Correctly X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: ant-dev@jakarta.apache.org ReportedBy: TALREJA@SYNYGY.COM 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: For additional commands, e-mail: