Discussion:
[Cppunit-devel] xsl sample files
CppUnit development mailing list
2006-10-05 21:37:11 UTC
Permalink
Hi,

I'm an happy new user of cppunit.

Everything is just fine except one point : I have to generate HTML reports.
cppunit produce xml reports. Great. I could write xsl but I'm not
an xsl expert.

I cannot believe I'm the first user writting xsl files to generate HTML
nice reports but I cannot find any pointers on
such files on your web site.
http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html is an
exemple of nice result. I do not except a result as nice as than but
only a simple html page with some colors and a clear view of
passed/failed tests.

I have also to say that cppunit documentation is far to be easy to read
at first glance. IMHO, a doc is almost useless if it doesn't come with
one directory containing representatives samples of code *which compile
without having to tweak them at all*.

Thank's for your work on cppunit. (Once again, I'm happy with 90% of
cppunit :))
--
############################################
Xavier Gnata
CRAL - Observatoire de Lyon
9, avenue Charles André
69561 Saint Genis Laval cedex
Phone: +33 4 78 86 85 28
Fax: +33 4 78 86 83 86
E-mail: ***@obs.univ-lyon1.fr
############################################
CppUnit development mailing list
2006-10-26 06:55:30 UTC
Permalink
Post by CppUnit development mailing list
Hi,
[...]
I have also to say that cppunit documentation is far to be easy to read
at first glance. IMHO, a doc is almost useless if it doesn't come with
one directory containing representatives samples of code *which
compile without having to tweak them at all*.
Can you develop the above point ?

You can find some XSL examples in contrib/. See contrib/readme.txt.

Baptiste.
Post by CppUnit development mailing list
Thank's for your work on cppunit. (Once again, I'm happy with 90% of
cppunit :))
CppUnit development mailing list
2007-06-20 15:26:15 UTC
Permalink
Hello All,

I've built cppunit on Max OS X 10.4.9 and built and use the static
version. However, I want to use the dynamic libraries with the
DLLPluginTester. I have followed the build instructions for building a
universal version from the home page and built everything. However, for
the samples, I get a message on the Terminal that there is nothing to be
done for make all or make install for the plugin samples.
Making all in ClockerPlugIn
make[2]: Nothing to be done for `all'.
Making all in DumperPlugIn
make[2]: Nothing to be done for `all'.
How do you build the plugin samples? Any help would be appreciated.

BTW: I have build and run the plugin samples with the plugin tester on
the PC using Dev Studio 2005 and everything works fine there.

Thanks,
-Mike

Loading...