Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@apache.org Received: (qmail 4343 invoked from network); 25 Mar 2002 08:47:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Mar 2002 08:47:30 -0000 Received: (qmail 7988 invoked by uid 97); 25 Mar 2002 08:47:41 -0000 Delivered-To: qmlist-jakarta-archive-avalon-dev@jakarta.apache.org Received: (qmail 7925 invoked by uid 97); 25 Mar 2002 08:47:41 -0000 Mailing-List: contact avalon-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-dev@jakarta.apache.org Received: (qmail 7914 invoked from network); 25 Mar 2002 08:47:40 -0000 From: "Vincent Massol" To: "'Avalon Developers List'" Subject: RE: checkstyle checkstytle-frames.xsl problem Date: Mon, 25 Mar 2002 08:44:50 -0000 Organization: OCTO Technology Message-ID: <015e01c1d3d9$5edcb0d0$0200a8c0@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20020325105410.T9069@snow.socialchange.net.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok, I've found the problem. It wasn't with Xalan but rather with the stylesheet which only works on Unix ... The reason is my @name is E:\Vma\...... and thus Xalan tries to create the file {$output.dir}/files/E:\Vma\....html, which of course is not valid. Thus, we need to modify the stylesheet to support windows ... I can try but my knowledge of XSLT is limited ... :-) I guess all you guys are running unix, right ? :-) Thanks -Vincent > -----Original Message----- > From: Jeff Turner [mailto:jeff@socialchange.net.au] > Sent: 24 March 2002 23:54 > To: Avalon Developers List > Subject: Re: checkstyle checkstytle-frames.xsl problem > > Okay, downloaded checkstyle, and it seems to all work on my system, > without xsl modifications. A bunch of javadoc-like HTML files appear in > build/reports/checkstyle/. > > I am using Xalan 2.2.D11, in my $ANT_HOME/lib. To check, add it to your > classpath and do this: > > [jeff@kermit io]$ java org.apache.xalan.xslt.Process -V > >>>>>>> Xalan Version Xalan Java 2.2.D11, <<<<<<< > > With an older version of Xalan, it didn't crash, but didn't output > anything except 'deleteme.html'. > > Btw, you can test the transformation with: > > java org.apache.xalan.xslt.Process -IN build/checkstyle-results.xml -XSL > ../tools/etc/checkstyle-frames.xsl > > > HTH, > > --Jeff > > > On Sun, Mar 24, 2002 at 09:39:52PM -0000, Vincent Massol wrote: > > Thanks Jeff. However it does not work as name is not a variable but an > ... > > > > Anyone has a suggestion ? > > > > Thanks > > > > -Vincent > > -- > To unsubscribe, e-mail: unsubscribe@jakarta.apache.org> > For additional commands, e-mail: help@jakarta.apache.org> > -- To unsubscribe, e-mail: For additional commands, e-mail: