Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11476 invoked from network); 16 Jul 2004 12:40:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jul 2004 12:40:34 -0000 Received: (qmail 28308 invoked by uid 500); 16 Jul 2004 12:40:20 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 28247 invoked by uid 500); 16 Jul 2004 12:40:20 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 28220 invoked by uid 99); 16 Jul 2004 12:40:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,HTML_90_100,HTML_JAVASCRIPT,HTML_MESSAGE,HTML_WIN_OPEN X-Spam-Check-By: apache.org Received: from [209.128.74.50] (HELO cliff.vendorhub.com) (209.128.74.50) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 16 Jul 2004 05:40:16 -0700 Received: from exchange.andale.com (mail.vendorhub.com [10.1.1.8]) by cliff.vendorhub.com (8.10.2/8.10.2) with ESMTP id i6GCeBO22537 for ; Fri, 16 Jul 2004 05:40:11 -0700 (PDT) Received: by mail.vendorhub.com with Internet Mail Service (5.5.2653.19) id ; Fri, 16 Jul 2004 05:37:36 -0700 Message-ID: From: Kavita Tippanna To: "'Ant Users List'" Subject: RE: HTML report problem with junitreport task. Date: Fri, 16 Jul 2004 05:31:01 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C46B30.C13F2640" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C46B30.C13F2640 Content-Type: text/plain; charset="iso-8859-1" Hi Mani, First of all thanks for your quick response. :-) Given below are the two file which i see in my reports directory. 1)TEST-test.vhub.lister.services.listerflows.OneStepListerFlowsTest.xml, 2)TESTS-TestSuites.xml and in my reports/html dir i see the below file 1)junit-noframes.html I have attached the files too if in case you find them usefull to get the root of the problem. Thanks again.. -Kavita. -----Original Message----- From: Mani G. Iyer [mailto:iyer@rcn.com] Sent: Friday, July 16, 2004 5:33 PM To: 'Ant Users List' Subject: RE: HTML report problem with junitreport task. In your reports directory, what .xml files do you see? Mani -----Original Message----- From: Kavita Tippanna [mailto:kavitat@andale.com] Sent: Friday, July 16, 2004 6:04 AM To: 'user@ant.apache.org' Subject: HTML report problem with junitreport task. Hi all, We use ant1.6.1 & j2sdk1.4.2. I have a problem with generating html reports with junitreport task. Problem goes like this, "when I run my junit report task it runs fine without any errors but I do not see any entries found in html reports produced. " *It says tests '0' Errors '0' & failures '0' & success rate 'Nan' where as I have some tests & are passing. *Test-testcasename.xml is generated with proper entries. junit.jar is included in ANT_HOME/lib. * Other necessary jars I could find in the path ANT_HOME/lib as they come with ant 1.6.1. My task is very simple which is as below.. When i run the task with -verbose mode every thing looks fine. But when run with -debug mode I could notice some "Could not load class" statements which I'm pasting below with the junit/junitreport task outputs. [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 42.265 sec [junit] Output: [junit] Running Test->test.vhub.lister.services.listerflows.OneStepListerFlowsTest.testOneSt epListerSaveFlow() [junit] in Create New Id......... [junit] Deleting Ad with ID : 741933 Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Could not load a dependent class (org/apache/commons/net/SocketClient) for type rexec Could not load class (org.apache.tools.ant.tasksdefs.cvslib.CvsVersion) for type cvsversion Could not load a dependent class (com/starbase/starteam/Item) for type stlist Could not load a dependent class (org/apache/commons/net/SocketClient) for type telnet Could not load a dependent class (org/apache/commons/net/ftp/FTP) for type ftp Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend Could not load a dependent class (com/starbase/starteam/Item) for type stcheckin Could not load a dependent class (com/starbase/starteam/Item) for type stcheckout fileset: Setup scanner in dir C:\kavitat\home\tests\reports with patternSet{ includes: [Test-*.xml] excludes: [] } [junitreport] Using Xalan version: Xalan Java 2.4.1 [junitreport] Transform time: 250ms am i missing something?? I tried working with lower versions ant too & ended with same problem. Please guide me as I'm new to ant. Thanks in advance. -Kavita. ------------------------------------------ Andale Information Technologies Kavita Tippanna Associate QA - White Box Engineer kavitat@andale.com Andale Information Technologies II nd Block, 4th floor Prestige Blue Chip Software Park No 9, Hosur Road Bangalore tel: 080-51114012 ------------------------------------------ Want a signature like this? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_000_01C46B30.C13F2640 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_000_01C46B30.C13F2640--