Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 4043 invoked from network); 28 Nov 2007 13:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2007 13:44:14 -0000 Received: (qmail 25514 invoked by uid 500); 28 Nov 2007 13:44:02 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 25470 invoked by uid 500); 28 Nov 2007 13:44:01 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 25459 invoked by uid 99); 28 Nov 2007 13:44:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 05:44:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 13:43:50 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 90601714243; Wed, 28 Nov 2007 05:43:50 -0800 (PST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 43981] New: - XSLT Task misbehaving with Java 1.6 Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 28 Nov 2007 05:43:50 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org 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://issues.apache.org/bugzilla/show_bug.cgi?id=43981 Summary: XSLT Task misbehaving with Java 1.6 Product: Ant Version: 1.7.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: dev@ant.apache.org ReportedBy: rsribhashyam@gmail.com Hi, I am trying to use XSLT task to generate a html report. I have a XSL file and an XML file as input and expecting a HTML as an output. I am using Ant 1.7.0. The output is as expected if i use java version 1.4. But i have a problem if i use any java version above 1.4 (1.5 or 1.6) My PC is having Windows XP OS and following is the java version detail java version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing) When i try to run this XSLT task, with java version 1.6, i get the result twice populated on my output html file. After analysing, i found that this behaviour is seen when i use the tag xsl:for-each. Request your help in resolving this. I can send you sample XML, XSL and build files if you need any. I thought of downloading the latest nightly build of ant, but could not get any from Apache Ant Site. Thanks and Regards, Raghuveer Sribhashyam -- 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