nounit-users Mailing List for NoUnit
Status: Alpha
Brought to you by:
paulbrowne
You can subscribe to this list here.
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Egon W. <eg...@sc...> - 2002-01-09 13:48:48
|
Hi, i've just downloaded NoUnit and required libs, and tried it. But the output only shows the directory names, not any classes: <PROJECT> <PACKAGE location="../cdk/org/openscience/cdk/exception/CVS" /> <PACKAGE location="../cdk/org/openscience/cdk/exception" /> <PACKAGE location="../cdk/org/openscience/cdk/io/cml/cdopi" /> etc What am i doing wrong? I use this shell script: #! /bin/sh NOUNITDIR=/home/egonw/data/Projects/SourceForge/CDK/nounit JARDIR=${NOUNITDIR} JARS=`echo ${JARDIR}/*.jar | tr ' ' ':'` java -cp ${JARS} net.firstpartners.nounit.ui.command.CommandLineProcessor \ start_dir $1 \ output_dir . \ report_class net.firstpartners.nounit.report.SimpleReport \ report_name ${NOUNITDIR}/xslt/no-unit.xsl \ output_file nounit_report.html and I get this output: egonw@garak:~/data/Projects/SourceForge/CDK/nounit$ ./nounit ../cdk/org Generating Report: XML in:./project.xml XSLT file:/home/egonw/data/Projects/SourceForge/CDK/nounit/xslt/no-unit.xsl Output file:./nounit_report.html Transformation Successful regards, Egon |