Hello,
I've just fixed a small bug in TCH (part of the infrastructure used to run
Beehive controls tests) regarding the location of a DTD file. While running
tests, TCH produces xml log containing a reference to a DTD file. This file
was previously located on an internal BEA webserver that is not reachable to
the public. After a test run, the test infrastructure uses XSLT to produce an
attractive HTML report from the xml log. For this to work successfully, the
DTD needs to be available to the user, and must therefore reside on a public
server.
The DTD file is currently checked in to subversion - you can view it at
http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/controls/test/infra/gtlf/gtlf-config-2.0.dtd?root=Apache-SVN.
However, it does not seem like a good idea to fetch the DTD from subversion.
I would like to have this DTD placed somewhere on the main site (
http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd, possibly).
This will allow users outside of BEA to generate HTML reports.
Heather Stephens will be working on getting the DTD up on the main site once
the doc tree structure is finalized.
- - Joe Pemberton