On 26/10/11 15:02, Robert Burrell Donkin wrote:
On 25/10/11 18:21, David Blevins wrote:
<snip>
# Output
Once the tool has run, the following files directories will exist:
repo/
content/
archives.html
licenses.html
notices.html
style.css
org.apache.openejb.openejb-core.3.0.4.openejb-core-3.0.4.jar.licenses.html
org.apache.openejb.openejb-core.3.0.4.openejb-core-3.0.4.jar.notices.html
org.apache.openejb.openejb-standalone.3.0.4.openejb-standalone-3.0.4.zip.licenses.html
org.apache.openejb.openejb-standalone.3.0.4.openejb-standalone-3.0.4.zip.notices.html
org.apache.openejb.openejb-tomcat-webapp.3.0.4.openejb-tomcat-webapp-3.0.4.war.licenses.html
org.apache.openejb.openejb-tomcat-webapp.3.0.4.openejb-tomcat-webapp-3.0.4.war.notices.html
...
Great :-)
Been thinking about generating html for ages...
I've been wondering about one of the unresolved design issues for
scanners like Rat, Tentacles and Eye. I want to be able to:
* pick out kill issues immediately
* review potential issues at leisure
* scan details to convince myself the report ran true
...
Robert