Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 79368 invoked from network); 16 Dec 2006 06:02:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2006 06:02:30 -0000 Received: (qmail 52979 invoked by uid 500); 16 Dec 2006 06:02:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 52942 invoked by uid 500); 16 Dec 2006 06:02:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 52930 invoked by uid 99); 16 Dec 2006 06:02:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 22:02:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 15 Dec 2006 22:02:25 -0800 Received: (qmail invoked by alias); 16 Dec 2006 06:02:03 -0000 Received: from 207-237-198-253.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com (EHLO [192.168.11.15]) [207.237.198.253] by mail.gmx.net (mp022) with SMTP; 16 Dec 2006 07:02:03 +0100 X-Authenticated: #22961642 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <5ea470920612080941o2266438eh6e53682becbffa5@mail.gmail.com> References: <5ea470920612080941o2266438eh6e53682becbffa5@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Antoine Levy-Lambert Subject: Re: Invalid use of string utils in Date: Sat, 16 Dec 2006 01:02:02 -0500 To: "Ant Users List" X-Mailer: Apple Mail (2.752.3) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Hello Michael, could you post your solution in Bugzilla, with the output of svn diff for junit-noframes.xsl ? Regards, Antoine On Dec 8, 2006, at 12:41 PM, Michael Giroux wrote: > Following is an excerpt from $ANT_HOME/etc/junit-noframes.xsl. > > > > >
> >
> > The purpose of the template is to convert new-lines to
tags > in text > such as stack traces. This template does not insert the desired
> tags > and only deletes the new-lines that are found. > > I chased this for a week in the XALAN mailing list to learn that > this is not > valid. > > I was able to accomplish the desired effect (preserving formatting > of the > stack trace) by adding
 ... 
tags to the generated HTML > and > removing the call to the br-replace template. My solution is shown > below. > > Perhaps someone on the dev team could consider this for ANT 1.7? > > Michael Giroux > > > > > N/A > > > > > > *
*
>    
>        
> > * > *
> *
* > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org