Return-Path: X-Original-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00B98B9AB for ; Sun, 8 Jan 2012 16:00:34 +0000 (UTC) Received: (qmail 29100 invoked by uid 500); 8 Jan 2012 16:00:33 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 28990 invoked by uid 500); 8 Jan 2012 16:00:31 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 28983 invoked by uid 99); 8 Jan 2012 16:00:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 16:00:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alan.pandit@gmail.com designates 209.85.210.54 as permitted sender) Received: from [209.85.210.54] (HELO mail-pz0-f54.google.com) (209.85.210.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 16:00:23 +0000 Received: by dakp5 with SMTP id p5so2935683dak.27 for ; Sun, 08 Jan 2012 08:00:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=oMw4ZG30rKrTUlQz8pmCacrldsOQAHbRBJTpW8TUtR4=; b=kroxHQetDLWTwBV1JALoIOZIzVyIRK5wWHQZebXVcgUogzoqSVqH7sLVGIl9UyAyMB 7R9ILp60t1b3fb2lgyVUGysQLiui9lOTglXGBH/71I9DHS7bAT7H4K2mSDRHRsCzhg3J WcDgyrq7CyOCLD7Qo/BSBxFE8Nkz1jV8aQHy0= MIME-Version: 1.0 Received: by 10.68.197.201 with SMTP id iw9mr32971075pbc.93.1326038401352; Sun, 08 Jan 2012 08:00:01 -0800 (PST) Received: by 10.143.35.21 with HTTP; Sun, 8 Jan 2012 08:00:01 -0800 (PST) Date: Sun, 8 Jan 2012 11:00:01 -0500 Message-ID: Subject: Unable to generate reports from test suite runs From: Alan Pandit To: batik-dev@xmlgraphics.apache.org Content-Type: multipart/alternative; boundary=e89a8ff1ccecdf047904b6065f3d --e89a8ff1ccecdf047904b6065f3d Content-Type: text/plain; charset=ISO-8859-1 I am trying to run a test suite with a single test using a variation of sample code from < http://xmlgraphics.apache.org/batik/dev/test.html >, but the test report does not get generated. Below are the files that I am using. -----------------------------------START testSuite.xml----------------------------------------------------- ---------------------------------------END testSuite.xml----------------------------------------------------- -----------------------------------START testRun.xml-------------------------------------------------------- -------------------------------------END testRun.xml--------------------------------------------------------- Both are in the root directory of my project. I have also changed the arguments that XSLXMLReportConsumer takes from 4 to 3 since there is no constructor that takes 4 arguments in org.apache.batik.test.xml.XSLXMLReportConsumer. I am expecting to see RegardResult.html in the test-reports/html folder after running typing build runtestsuite testRun.xml on the command line, but am not. Thank you. Alan Pandit --e89a8ff1ccecdf047904b6065f3d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am trying to run a test suite with a single test using a variation of sam= ple code from < http://xmlgraphics.apache.org/batik/dev/test.html >, but the t= est report does not get generated.=A0 Below are the files that I am using.<= br>
-----------------------------------START testSuite.xml-----------------= ------------------------------------
<testSuite id=3D"sampleTest= Suite" name=3D"SAMPLE TEST SUITE">

=A0=A0=A0 <t= est id=3D"MainConfigTest.mimeType.jpegA" class=3D"org.apache= .batik.apps.rasterizer.MainTest">
=A0=A0=A0 =A0=A0=A0 <arg class=3D"java.net.URL"
=A0=A0=A0= =A0=A0=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 value=3D"file:samples/anne.svg&quo= t;/>
=A0=A0=A0 </test>
</testSuite>
---------------= ------------------------END testSuite.xml----------------------------------= -------------------

-----------------------------------START testRun.xml-------------------= -------------------------------------
<testRun name=3D"Batik Sta= ndard Regression Test Run">

=A0 <testRun name=3D"REG= ARD">
=A0=A0=A0 <testReportProcessor class=3D"org.apache.batik.test.xml.X= MLTestReportProcessor">
=A0=A0=A0=A0=A0 <arg class=3D"o= rg.apache.batik.test.xml.XSLXMLReportConsumer">
=A0=A0=A0=A0=A0= =A0=A0 <!-- Stylesheet -->
=A0=A0=A0=A0=A0=A0=A0 <arg class=3D"java.lang.String" value=3D= "file:test-resources/org/apache/batik/test/svg/HTMLReport.xsl"/&g= t;
=A0=A0=A0=A0=A0=A0=A0 <!-- Ouput Directory -->
=A0=A0=A0=A0= =A0=A0=A0 <arg class=3D"java.lang.String" value=3D"test-r= eports/html"/>
=A0=A0=A0=A0=A0=A0=A0 <!-- Output file filename -->
=A0=A0=A0=A0= =A0=A0=A0 <arg class=3D"java.lang.String" value=3D"Regard= Result.html"/>
=A0=A0=A0=A0=A0=A0=A0 </arg>
=A0=A0=A0 &= lt;/testReportProcessor>

=A0=A0=A0 <testSuite href=3D"fil= e:testSuite.xml"/>
=A0 </testRun>

</testRun>
---------------------------= ----------END testRun.xml--------------------------------------------------= -------


Both are in the root directory of my project.=A0 I have = also changed the arguments that XSLXMLReportConsumer takes from 4 to 3 sinc= e there is no constructor that takes 4 arguments in org.apache.batik.test.x= ml.XSLXMLReportConsumer.=A0 I am expecting to see RegardResult.html in the = test-reports/html folder after running typing

build runtestsuite testRun.xml

on the command line, but am not.<= br>
Thank you.

Alan Pandit
--e89a8ff1ccecdf047904b6065f3d--