Initial commit


diff --git a/doc/samplereport/css/maven-base.css b/doc/samplereport/css/maven-base.css
new file mode 100644
index 0000000..313328b
--- /dev/null
+++ b/doc/samplereport/css/maven-base.css
@@ -0,0 +1,147 @@
+body {

+  margin: 0px;

+  padding: 0px;

+}

+img {

+  border:none;

+}

+table {

+  padding:0px;

+  width: 100%;

+  margin-left: -2px;

+  margin-right: -2px;

+}

+acronym {

+  cursor: help;

+  border-bottom: 1px dotted #feb;

+}

+table.bodyTable th, table.bodyTable td {

+  padding: 2px 4px 2px 4px;

+  vertical-align: top;

+}

+div.clear{

+  clear:both;

+  visibility: hidden;

+}

+div.clear hr{

+  display: none;

+}

+#bannerLeft, #bannerRight {

+  font-size: xx-large; 

+  font-weight: bold;

+}

+#bannerLeft img, #bannerRight img {

+  margin: 0px;

+}

+.xleft, #bannerLeft img {

+  float:left;

+  text-shadow: #7CFC00;

+}

+.xright, #bannerRight img {

+  float:right;

+  text-shadow: #7CFC00;

+}

+#banner {

+  padding: 0px;

+}

+#banner img {

+  border: none;

+}

+#breadcrumbs {

+  padding: 3px 10px 3px 10px;

+}

+#leftColumn {

+ width: 150px;

+ float:left;

+}

+#bodyColumn {

+  margin-right: 1.5em;

+  margin-left: 177px;

+}

+#legend {

+  padding: 8px 0 8px 0;

+}

+#navcolumn {

+  padding: 8px 4px 0 8px;

+}

+#navcolumn h5 {

+  margin: 0;

+  padding: 0;

+  font-size: small;

+}

+#navcolumn ul {

+  margin: 0;

+  padding: 0;

+  font-size: small;

+}

+#navcolumn li {

+  list-style-type: none;

+  background-image: none;

+  background-repeat: no-repeat;

+  background-position: 0 0.4em;

+  padding-left: 16px;

+  list-style-position: ouside;

+  line-height: 1.2em;

+  font-size: smaller;

+}

+#navcolumn li.expanded {

+  background-image: url(../images/expanded.gif);

+}

+#navcolumn li.collapsed {

+  background-image: url(../images/collapsed.gif);

+}

+#poweredBy {

+  text-align: center;

+}

+#navcolumn img {

+  margin-top: 10px;

+  margin-bottom: 3px;

+}

+#poweredBy img {

+  display:block;

+  margin: 20px 0 20px 17px;

+  border: 1px solid black;

+  width: 90px;

+  height: 30px;

+}

+#search img {

+    margin: 0px;

+    display: block;

+}

+#search #q, #search #btnG {

+    border: 1px solid #999;

+    margin-bottom:10px;

+}

+#search form {

+    margin: 0px;

+}

+#lastPublished {

+  font-size: x-small;

+}

+.navSection {

+  margin-bottom: 2px;

+  padding: 8px;

+}

+.navSectionHead {

+  font-weight: bold;

+  font-size: x-small;

+}

+.section {

+  padding: 4px;

+}

+#footer {

+  padding: 3px 10px 3px 10px;

+  font-size: x-small;

+}

+#breadcrumbs {

+  font-size: x-small;

+  margin: 0pt;

+}

+.source {

+  padding: 12px;

+  margin: 1em 7px 1em 7px;

+}

+.source pre {

+  margin: 0px;

+  padding: 0px;

+}

diff --git a/doc/samplereport/css/maven-classic.css b/doc/samplereport/css/maven-classic.css
new file mode 100644
index 0000000..40539df
--- /dev/null
+++ b/doc/samplereport/css/maven-classic.css
@@ -0,0 +1,881 @@
+body {

+ background: #fff;

+ color: #000;

+  padding: 0px 0px 10px 0px;

+ }

+

+.contentBox h2 {

+ color: #fff;

+ background-color: #036;

+ }

+

+.contentBox h3 {

+ color: #fff;

+ background-color: #888;

+ }

+

+.a td { 

+ background: #ddd;

+ color: #000;

+ }

+

+.b td { 

+ background: #efefef;

+ color: #000;

+ }

+

+.contentBox th {

+ background-color: #bbb;

+ color: #fff;

+ }

+

+div#banner {

+ border-top: 1px solid #369;

+ border-bottom: 1px solid #003;

+ }

+

+#banner, #banner td { 

+ background: #036;

+ color: #fff;

+ }

+#banner {

+  border-bottom: 1px solid #fff;

+}

+

+#leftColumn {

+ background: #eee;

+ color: #000;

+ border-right: 1px solid #aaa;

+ border-bottom: 1px solid #aaa;

+ border-top: 1px solid #fff;

+}

+

+#navcolumn {

+/* bad for IE

+ background: #eee;

+*/

+ color: #000;

+ border-right: none;

+ border-bottom: none;

+ border-top: none;

+ }

+

+#breadcrumbs {

+ background-color: #ddd;

+ color: #000;

+ border-top: 1px solid #fff;

+ border-bottom: 1px solid #aaa;

+ }

+

+.source {

+ background-color: #fff;

+ color: #000;

+ border-right: 1px solid #888; 

+ border-left: 1px solid #888; 

+ border-top: 1px solid #888; 

+ border-bottom: 1px solid #888; 

+ margin-right: 7px;

+ margin-left: 7px;

+ margin-top: 1em;

+ }

+

+.source pre {

+ margin-right: 7px;

+ margin-left: 7px;

+ }

+

+a[name]:hover, #leftColumn a[name]:hover {

+ color: inherit !important;

+ }

+

+a:link, #breadcrumbs a:visited, #navcolumn a:visited, .contentBox a:visited, .tasknav a:visited {

+ color: blue;

+ }

+

+a:active, a:hover, #leftColumn a:active, #leftColumn a:hover {

+ color: #f30 !important;

+ }

+

+a:link.selfref, a:visited.selfref {

+ color: #555 !important;

+ }

+

+#legend li.externalLink {

+  background: url(../images/external-classic.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {

+  background: url(../images/external-classic.png) right center no-repeat;

+  padding-right: 18px;

+}

+

+#legend li.newWindow {

+  background: url(../images/newwindow-classic.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {

+  background: url(../images/newwindow-classic.png) right center no-repeat;

+  padding-right: 18px;

+}

+

+h2, h3 {

+ margin-top: 1em;

+ margin-bottom: 0;

+ }

+

+img.handle {

+ border: 0;

+ padding-right: 2px;

+}

+

+#navcolumn div div  {

+ background-image: none;

+ background-repeat: no-repeat;

+}

+

+#navcolumn div div {

+  padding-left: 10px;

+}

+/* $Id$

+  

+  This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */

+

+/* colors, backgrounds, borders, link indication */

+.contentBox h2, .contentBox h3, .tabs td, .tabs th, .functnbar {

+  background-image: url(../images/nw_maj_rond.gif);

+  background-repeat: no-repeat;

+}

+

+.functnbar, .functnbar2 {

+  background-color: #aaa;

+}

+

+.functnbar2, .functnbar3 {

+  background-color: #aaa;

+  background-image: url(../images/sw_maj_rond.gif);

+  background-repeat: no-repeat;

+  background-position: bottom left;

+}

+

+.functnbar3 {

+  background-color: #ddd;

+  background-image: url(../images/sw_med_rond.gif);

+}

+

+.functnbar, .functnbar2, .functnbar3 {

+  color: #000;

+}

+

+.functnbar a, .functnbar2 a, .functnbar3 a {

+  color: #000;

+  text-decoration: underline;

+}

+

+#navcolumn .body div, body.docs #toc li li {

+  background-image: url(../images/strich.gif);

+  background-repeat: no-repeat;

+  background-position: .5em .5em;

+}

+

+#searchbox .body div, #navcolumn .body .heading {

+  background-image: none;

+}

+

+a:link.selfref, a:visited.selfref {

+  text-decoration: none;

+}

+

+#leftColumn a, #breadcrumbs a {

+  text-decoration: none;

+}

+

+/* Unsure of this. TODO */

+.contentBox h2 a:link, .contentBox h2 a:visited, .contentBox h3 a:link, .contentBox h3 a:visited {

+  color: #fff !important;

+  text-decoration: underline;

+}

+

+table, th, td {

+  border: none;

+}

+

+div.colbar {

+  background: #eee;

+  border-color: #999 #EEE #EEE #999;

+  border-width: 1px;

+  border-style: solid;

+}

+

+.toolgroup {

+  background: #efefef;

+}

+

+.toolgroup .label {

+  border-bottom: 1px solid #666;

+  border-right: 1px solid #666;

+  background: #ddd;

+  color: #555;

+}

+

+.toolgroup .body {

+  border-right: 1px solid #aaa;

+  border-bottom: 1px solid #aaa;

+}

+

+#main {

+  border-top: 1px solid #999;

+}

+

+#rightcol div.www, #rightcol div.help {

+  border: 1px solid #ddd;

+}

+

+body.docs div.docs {

+  background-color: #fff;

+  border-left: 1px solid #ddd;

+  border-top: 1px solid #ddd;

+}

+

+#helptext .label {

+  background-image: url(../images/icon_help_sml.gif);

+  background-repeat: no-repeat;

+  background-position: 97%;

+}

+

+body.docs {

+  background: #eee url(../images/help_logo.gif) top right no-repeat !important;

+}

+

+.docs h2, .docs h3 {

+  border-top: solid 1px #000;

+}

+

+#apphead h2 em {

+  color: #777;

+}

+

+.tabs th {

+  border-right: 1px solid #333;

+  background-color: #ddd;

+  color: #fff;

+  border-left: 1px solid #fff;

+}

+

+.tabs td {

+  background-color: #999;

+  border-bottom: 1px solid #fff;

+  border-right: 1px solid #fff;

+  border-left: 1px solid #fff;

+}

+

+.tabs {

+  border-bottom: 6px #ddd solid;

+}

+

+.tabs th, .tabs th a:link, .tabs th a:visited {

+  color: #555;

+}

+

+.tabs td, .tabs td a:link, .tabs td a:visited {

+  color: #fff;

+}

+

+.tabs a {

+  text-decoration: none;

+}

+

+.axial th {

+  background-color: #ddd;

+  color: black;

+}

+

+.alert {

+  background-color: #ff9;

+}

+

+.expandedwaste {

+  background: url(../images/icon_arrowwaste2_sml.gif) no-repeat;

+}

+

+.collapsedwaste {

+  background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;

+}

+

+.filebrowse .expanded, .filebrowse-alt .expanded {

+  background-image: url(../images/icon_arrowfolderopen2_sml.gif);

+  background-repeat: no-repeat;

+}

+

+.filebrowse .collapsed, .filebrowse-alt .collapsed {

+  background-image: url(../images/icon_arrowfolderclosed1_sml.gif);

+  background-repeat: no-repeat;

+}

+

+.filebrowse .leafnode, .filebrowse-alt .leafnode {

+  background-image: url(../images/icon_folder_sml.gif);

+  background-repeat: no-repeat;

+}

+

+.filebrowse .leaf, .filebrowse-alt .leaf {

+  background-image: url(../images/icon_doc_sml.gif);

+  background-repeat: no-repeat;

+}

+

+.sortup {

+  background: url(../images/icon_sortup.gif) no-repeat;

+}

+

+.sortdown {

+  background: url(../images/icon_sortdown.gif) no-repeat;

+}

+

+.collapsedwaste {

+  background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;

+}

+

+body .grid td {

+  border-top: 1px solid #ccc;

+  border-left: 1px solid #ccc;

+  background-color: transparent;

+}

+

+.confirm {

+  color: #090;

+}

+

+.info {

+  color: #069;

+}

+

+.errormessage, .warningmessage, .donemessage, .infomessage {

+  border-top: 5px solid #900;

+  border-left: 1px solid #900;

+  background-image: url(../images/icon_error_lrg.gif);

+  background-repeat: no-repeat;

+  background-position: 5px 1.33em;

+}

+

+.warningmessage {

+  background-image: url(../images/icon_warning_lrg.gif);

+  border-color: #c60;

+}

+

+.donemessage {

+  background-image: url(../images/icon_success_lrg.gif);

+  border-color: #090;

+}

+

+.infomessage {

+  background-image: url(../images/icon_info_lrg.gif);

+  border-color: #069;

+}

+

+.docinfo {

+  background: url(../images/icon_doc_lrg.gif) no-repeat;

+}

+

+.dirinfo {

+  background: url(../images/icon_folder_lrg.gif) no-repeat;

+}

+

+.memberinfo {

+  background: url(../images/icon_members_lrg.gif) no-repeat;

+}

+

+.usergroupinfo {

+  background: url(../images/icon_usergroups_lrg.gif) no-repeat;

+}

+

+.errormark, .warningmark, .donemark, .infomark {

+  background: url(../images/icon_error_sml.gif) no-repeat;

+}

+

+.warningmark {

+  background-image: url(../images/icon_warning_sml.gif);

+}

+

+.donemark {

+  background-image: url(../images/icon_success_sml.gif);

+}

+

+.infomark {

+  background-image: url(../images/icon_info_sml.gif);

+}

+

+.cvsdiff, .cvsblame {

+  background-color: #ccc;

+}

+

+.cvsdiffadd {

+  background-color: #afa;

+}

+

+.cvsdiffremove {

+  background-color: #faa;

+}

+

+.cvsdiffchanges1 {

+  background-color: #ff7;

+}

+

+.cvsdiffchanges2 {

+  background-color: #ff7;

+}

+

+li.selection ul a {

+  background: #fff;

+}

+

+.band1 {

+  color: #fff;

+  background-color: #663;

+}

+

+.band2 {

+  color: #fff;

+  background-color: #66C;

+}

+

+.band3 {

+  background-color: #C99;

+}

+

+.band4 {

+  background-color: #CFF;

+}

+

+.band5 {

+  color: #fff;

+  background-color: #336;

+}

+

+.band6 {

+  color: #fff;

+  background-color: #966;

+}

+

+.band7 {

+  background-color: #9CC;

+}

+

+.band8 {

+  background-color: #FFC;

+}

+

+.band9 {

+  color: #fff;

+  background-color: #633;

+}

+

+.band10 {

+  color: #fff;

+  background-color: #699;

+}

+

+.band11 {

+  background-color: #CC9;

+}

+

+.band12 {

+  background-color: #CCF;

+}

+

+.band13 {

+  color: #fff;

+  background-color: #366;

+}

+

+.band14 {

+  color: #fff;

+  background-color: #996;

+}

+

+.band15 {

+  background-color: #99C;

+}

+

+.band16 {

+  background-color: #FCC;

+}

+

+.contentBox .helplink, #helptext .helplink {

+  cursor: help;

+}

+

+.legend th, .bars th {

+  background-color: #fff;

+}

+

+/* font and text properties, exclusive of link indication, alignment, text-indent */

+body, th, td, input, select {

+  font-family: Verdana, Helvetica, Arial, sans-serif;

+}

+

+code, pre {

+  font-family: 'Andale Mono', Courier, monospace;

+}

+

+body, .contentBox h2, .contentBox h3, #rightcol h2, pre, code, #apphead h2 small, h3, th, td {

+  font-size: x-small;

+  voice-family: "\"}\"";

+  voice-family: inherit;

+  font-size: small;

+}

+

+small, div#footer, div#login, div.tabs th, div.tabs td, input, select, .paginate, .functnbar, .functnbar2, .functnbar3, #breadcrumbs, .courtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars {

+  font-size: xx-small;

+  voice-family: "\"}\"";

+  voice-family: inherit;

+  font-size: x-small;

+}

+

+.tabs td, .tabs th, dt, .tasknav .selfref, #login .username, .selection {

+  font-weight: bold;

+}

+

+li.selection ul {

+  font-weight: normal;

+}

+

+#apphead h2 em {

+  font-style: normal;

+}

+

+#banner h1 {

+  font-size: 1.25em;

+}

+

+/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */

+#bodyColumn h2 {

+  margin-top: .3em;

+  margin-bottom: .5em;

+}

+

+p, ul, ol, dl, .bars table {

+  margin-top: .67em;

+  margin-bottom: .67em;

+}

+

+form {

+  margin: 0;

+}

+

+#bodyColumn {

+  padding-left: 12px;

+  padding-right: 12px;

+  width: 100%;

+  voice-family: "\"}\"";

+  voice-family: inherit;

+  width: auto;

+}

+

+html>body #bodyColumn {

+  width: auto;

+}

+

+.docs {

+  line-height: 1.4;

+}

+

+ol ol {

+  list-style-type: lower-alpha;

+}

+

+ol ol ol {

+  list-style-type: lower-roman;

+}

+

+.contentBox h2, .contentBox h3 {

+  padding: 5px;

+  margin-right: 2px;

+}

+

+.contentBox td, .contentBox th {

+  padding: 2px 3px;

+}

+

+.h2 p, .h3 p, .h2 dt, .h3 dt {

+  margin-right: 7px;

+  margin-left: 7px;

+}

+

+.tasknav {

+  margin-bottom: 1.33em;

+}

+

+div.colbar {

+  padding: 3px;

+  margin: 2px 2px 0;

+}

+

+.tabs {

+  margin-top: .67em;

+  margin-right: 2px;

+  margin-left: 2px;

+  padding-left: 8px;

+}

+

+.tabs td, .tabs th {

+  padding: 3px 9px;

+}

+

+#rightcol div.www, #rightcol div.help {

+  padding: 0 .5em;

+}

+

+body.docs #toc {

+  position: absolute;

+  top: 15px;

+  left: 0px;

+  width: 120px;

+  padding: 0 20px 0 0;

+}

+

+body.docs #toc ul, #toc ol {

+  margin-left: 0;

+  padding-left: 0;

+}

+

+body.docs #toc li {

+  margin-top: 7px;

+  padding-left: 10px;

+  list-style-type: none;

+}

+

+body.docs div.docs {

+  margin: 61px 0 0 150px;

+  padding: 1em 2em 1em 1em !important;

+}

+

+.docs p+p {

+  text-indent: 5%;

+  margin-top: -.67em;

+}

+

+.docs h2, .docs h3 {

+  margin-bottom: .1em;

+  padding-top: .3em;

+}

+

+.functnbar, .functnbar2, .functnbar3 {

+  padding: 5px;

+  margin: .67em 2px;

+}

+

+.functnbar3 {

+  margin-top: 0;

+}

+

+body {

+  padding: 1em;

+}

+

+body.composite, body.docs {

+  margin: 0;

+  padding: 0;

+}

+

+th, td {

+  text-align: left;

+  vertical-align: top;

+}

+

+.right {

+  text-align: right !important;

+}

+

+.center {

+  text-align: center !important;

+}

+

+.axial th, .axial th .strut {

+  text-align: right;

+}

+

+.contentBox .axial td th {

+  text-align: left;

+}

+

+body .stb {

+  margin-top: 1em;

+  text-indent: 0;

+}

+

+body .mtb {

+  margin-top: 2em;

+  text-indent: 0;

+}

+

+.courtesylinks {

+  margin-top: 1em;

+  padding-top: 1em;

+}

+

+dd {

+  margin-bottom: .67em;

+}

+

+.toolgroup {

+  margin-bottom: 6px;

+}

+

+.toolgroup .body {

+  padding: 4px 4px 4px 0;

+}

+

+.toolgroup .label {

+  padding: 4px;

+}

+

+.toolgroup .body div {

+  padding-bottom: .3em;

+  padding-left: 1em;

+}

+

+.toolgroup .body div div {

+  margin-top: .3em;

+  padding-bottom: 0;

+}

+

+.tier1 {

+  margin-left: 0;

+}

+

+.tier2 {

+  margin-left: 1.5em;

+}

+

+.tier3 {

+  margin-left: 3em;

+}

+

+.tier4 {

+  margin-left: 4.5em;

+}

+

+.tier5 {

+  margin-left: 6em;

+}

+

+.tier6 {

+  margin-left: 7.5em;

+}

+

+.tier7 {

+  margin-left: 9em;

+}

+

+.tier8 {

+  margin-left: 10.5em;

+}

+

+.tier9 {

+  margin-left: 12em;

+}

+

+.tier10 {

+  margin-left: 13.5em;

+}

+

+.filebrowse .expanded, .filebrowse .collapsed {

+  padding-left: 34px;

+}

+

+.filebrowse .leafnode, .filebrowse .leaf {

+  padding-left: 20px;

+}

+

+.messagechild {

+  padding-left: 34px;

+}

+

+.filebrowse-alt .expanded, .filebrowse-alt .collapsed, .filebrowse-alt .leaf, .filebrowse-alt .leafnode, .expandedwaste, .collapsedwaste, .sortup, .sortdown {

+  /* hide from macie5\*/

+  float: left;

+  /* resume */

+  display: inline-block;

+  height: 15px;

+  width: 34px;

+  padding-left: 0 !important;

+}

+

+.filebrowse-alt .leaf, .filebrowse-alt .leafnode, .sortup, .sortdown {

+  width: 20px;

+}

+

+.filebrowse ul, .filebrowse-alt ul {

+  list-style-type: none;

+  padding-left: 0;

+  margin-left: 0;

+}

+

+.filebrowse ul ul, .filebrowse-alt ul ul {

+  margin-left: 1.5em;

+  margin-top: 0;

+  padding-top: .67em;

+}

+

+.filebrowse li, .filebrowse-alt li {

+  margin-bottom: .67em;

+}

+

+td.filebrowse h2 {

+  margin-top: 0;

+}

+

+.errormessage, .warningmessage, .donemessage, .infomessage, .docinfo, .dirinfo, .memberinfo, .usergroupinfo {

+  margin: .67em 0;

+  padding: .33em 0 .67em 42px;

+  min-height: 32px;

+}

+

+.errormark, .warningmark, .donemark, .infomark {

+  padding-left: 20px;

+  min-height: 15px;

+}

+

+.alt {

+  display: none;

+}

+

+#banner h1 {

+  margin: 0;

+}

+

+.axial th, .axial th .strut, #leftColumn .strut {

+  width: 12em;

+}

+

+#breadcrumbs {

+  padding: 2px 8px;

+}

+

+/* Bad for IE

+.contentBox h2, .contentBox h3, .bars {

+  clear: both;

+}

+*/

+

+.legend {

+  float: right;

+}

+

+.legend th, .bars th {

+  text-align: right;

+  padding-left: 1em;

+}

+

+.bars table {

+  table-layout: fixed;

+}

+

+.bars th {

+  width: 12em;

+}

+

+#projectdocumentlist td.filebrowse-alt {

+  padding-right: .75em;

+}

+#organizationLogo img, #projectLogo img, #projectLogo span{

+  margin: 8px;

+}

diff --git a/doc/samplereport/css/maven-theme.css b/doc/samplereport/css/maven-theme.css
new file mode 100644
index 0000000..ea20b09
--- /dev/null
+++ b/doc/samplereport/css/maven-theme.css
@@ -0,0 +1,125 @@
+body {

+  padding: 0px 0px 10px 0px;

+}

+body, td, select, input, li{

+  font-family: Verdana, Helvetica, Arial, sans-serif;

+  font-size: 13px;

+}

+code{

+  font-family: Courier, monospace;

+  font-size: 13px;

+}

+a {

+  text-decoration: none;

+}

+a:link {

+  color:#36a;

+}

+a:visited  {

+  color:#47a;

+}

+a:active, a:hover {

+  color:#69c;

+}

+#legend li.externalLink {

+  background: url(../images/external.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {

+  background: url(../images/external.png) right center no-repeat;

+  padding-right: 18px;

+}

+#legend li.newWindow {

+  background: url(../images/newwindow.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {

+  background: url(../images/newwindow.png) right center no-repeat;

+  padding-right: 18px;

+}

+h2 {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #999;

+  color: #900;

+  background-color: #ddd;

+  font-weight:900;

+  font-size: x-large;

+}

+h3 {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #aaa;

+  color: #900;

+  background-color: #eee;

+  font-weight: normal;

+  font-size: large;

+}

+h4 {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #bbb;

+  color: #900;

+  background-color: #fff;

+  font-weight: normal;

+  font-size: large;

+}

+h5 {

+  padding: 4px 4px 4px 6px;

+  color: #900;

+  font-size: normal;

+}

+p {

+  line-height: 1.3em;

+  font-size: small;

+}

+#breadcrumbs {

+  border-top: 1px solid #aaa;

+  border-bottom: 1px solid #aaa;

+  background-color: #ccc;

+}

+#leftColumn {

+  margin: 10px 0 0 5px;

+  border: 1px solid #999;

+  background-color: #eee;

+}

+#navcolumn h5 {

+  font-size: smaller;

+  border-bottom: 1px solid #aaaaaa;

+  padding-top: 2px;

+  color: #000;

+}

+

+table.bodyTable th {

+  color: white;

+  background-color: #bbb;

+  text-align: left;

+  font-weight: bold;

+}

+

+table.bodyTable th, table.bodyTable td {

+  font-size: 1em;

+}

+

+table.bodyTable tr.a {

+  background-color: #ddd;

+}

+

+table.bodyTable tr.b {

+  background-color: #eee;

+}

+

+.source {

+  border: 1px solid #999;

+}

+dl {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #aaa;

+  background-color: #ffc;

+}

+dt {

+  color: #900;

+}

+#organizationLogo img, #projectLogo img, #projectLogo span{

+  margin: 8px;

+}

+#banner {

+  border-bottom: 1px solid #fff;

+}

diff --git a/doc/samplereport/css/print.css b/doc/samplereport/css/print.css
new file mode 100644
index 0000000..26ad7f0
--- /dev/null
+++ b/doc/samplereport/css/print.css
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {

+	display: none !important;

+}

+#bodyColumn, body.docs div.docs {

+	margin: 0 !important;

+	border: none !important

+}

diff --git a/doc/samplereport/images/add.gif b/doc/samplereport/images/add.gif
new file mode 100644
index 0000000..ac0bdcc
--- /dev/null
+++ b/doc/samplereport/images/add.gif
Binary files differ
diff --git a/doc/samplereport/images/collapsed.gif b/doc/samplereport/images/collapsed.gif
new file mode 100644
index 0000000..6e71084
--- /dev/null
+++ b/doc/samplereport/images/collapsed.gif
Binary files differ
diff --git a/doc/samplereport/images/expanded.gif b/doc/samplereport/images/expanded.gif
new file mode 100644
index 0000000..0fef3d8
--- /dev/null
+++ b/doc/samplereport/images/expanded.gif
Binary files differ
diff --git a/doc/samplereport/images/external-classic.png b/doc/samplereport/images/external-classic.png
new file mode 100644
index 0000000..09a5425
--- /dev/null
+++ b/doc/samplereport/images/external-classic.png
Binary files differ
diff --git a/doc/samplereport/images/external.png b/doc/samplereport/images/external.png
new file mode 100644
index 0000000..3f999fc
--- /dev/null
+++ b/doc/samplereport/images/external.png
Binary files differ
diff --git a/doc/samplereport/images/file.gif b/doc/samplereport/images/file.gif
new file mode 100644
index 0000000..72c13cc
--- /dev/null
+++ b/doc/samplereport/images/file.gif
Binary files differ
diff --git a/doc/samplereport/images/fix.gif b/doc/samplereport/images/fix.gif
new file mode 100644
index 0000000..2585f13
--- /dev/null
+++ b/doc/samplereport/images/fix.gif
Binary files differ
diff --git a/doc/samplereport/images/folder-closed.gif b/doc/samplereport/images/folder-closed.gif
new file mode 100644
index 0000000..2baed62
--- /dev/null
+++ b/doc/samplereport/images/folder-closed.gif
Binary files differ
diff --git a/doc/samplereport/images/folder-open.gif b/doc/samplereport/images/folder-open.gif
new file mode 100644
index 0000000..3955d19
--- /dev/null
+++ b/doc/samplereport/images/folder-open.gif
Binary files differ
diff --git a/doc/samplereport/images/help_logo.gif b/doc/samplereport/images/help_logo.gif
new file mode 100644
index 0000000..cc25c03
--- /dev/null
+++ b/doc/samplereport/images/help_logo.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_alert.gif b/doc/samplereport/images/icon_alert.gif
new file mode 100644
index 0000000..4968bca
--- /dev/null
+++ b/doc/samplereport/images/icon_alert.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_alertsml.gif b/doc/samplereport/images/icon_alertsml.gif
new file mode 100644
index 0000000..641308d
--- /dev/null
+++ b/doc/samplereport/images/icon_alertsml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowfolder1_sml.gif b/doc/samplereport/images/icon_arrowfolder1_sml.gif
new file mode 100644
index 0000000..89408af
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowfolder1_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowfolder2_sml.gif b/doc/samplereport/images/icon_arrowfolder2_sml.gif
new file mode 100644
index 0000000..d9e7e1c
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowfolder2_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowfolderclosed1_sml.gif b/doc/samplereport/images/icon_arrowfolderclosed1_sml.gif
new file mode 100644
index 0000000..c48e8b6
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowfolderclosed1_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowfolderopen2_sml.gif b/doc/samplereport/images/icon_arrowfolderopen2_sml.gif
new file mode 100644
index 0000000..477e327
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowfolderopen2_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowmembers1_sml.gif b/doc/samplereport/images/icon_arrowmembers1_sml.gif
new file mode 100644
index 0000000..b4dea83
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowmembers1_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowmembers2_sml.gif b/doc/samplereport/images/icon_arrowmembers2_sml.gif
new file mode 100644
index 0000000..0e74357
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowmembers2_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowusergroups1_sml.gif b/doc/samplereport/images/icon_arrowusergroups1_sml.gif
new file mode 100644
index 0000000..5177959
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowusergroups1_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowusergroups2_sml.gif b/doc/samplereport/images/icon_arrowusergroups2_sml.gif
new file mode 100644
index 0000000..574bb45
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowusergroups2_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowwaste1_sml.gif b/doc/samplereport/images/icon_arrowwaste1_sml.gif
new file mode 100644
index 0000000..25d75f7
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowwaste1_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_arrowwaste2_sml.gif b/doc/samplereport/images/icon_arrowwaste2_sml.gif
new file mode 100644
index 0000000..54dbf42
--- /dev/null
+++ b/doc/samplereport/images/icon_arrowwaste2_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_confirmsml.gif b/doc/samplereport/images/icon_confirmsml.gif
new file mode 100644
index 0000000..ca3c810
--- /dev/null
+++ b/doc/samplereport/images/icon_confirmsml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_doc_lrg.gif b/doc/samplereport/images/icon_doc_lrg.gif
new file mode 100644
index 0000000..b458267
--- /dev/null
+++ b/doc/samplereport/images/icon_doc_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_doc_sml.gif b/doc/samplereport/images/icon_doc_sml.gif
new file mode 100644
index 0000000..239bfaa
--- /dev/null
+++ b/doc/samplereport/images/icon_doc_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_error_lrg.gif b/doc/samplereport/images/icon_error_lrg.gif
new file mode 100644
index 0000000..fccffd1
--- /dev/null
+++ b/doc/samplereport/images/icon_error_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_error_sml.gif b/doc/samplereport/images/icon_error_sml.gif
new file mode 100644
index 0000000..61132ef
--- /dev/null
+++ b/doc/samplereport/images/icon_error_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_folder_lrg.gif b/doc/samplereport/images/icon_folder_lrg.gif
new file mode 100644
index 0000000..3683e75
--- /dev/null
+++ b/doc/samplereport/images/icon_folder_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_folder_sml.gif b/doc/samplereport/images/icon_folder_sml.gif
new file mode 100644
index 0000000..8e26f89
--- /dev/null
+++ b/doc/samplereport/images/icon_folder_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_help_lrg.gif b/doc/samplereport/images/icon_help_lrg.gif
new file mode 100644
index 0000000..c216295
--- /dev/null
+++ b/doc/samplereport/images/icon_help_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_help_sml.gif b/doc/samplereport/images/icon_help_sml.gif
new file mode 100644
index 0000000..43bfd56
--- /dev/null
+++ b/doc/samplereport/images/icon_help_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_info_lrg.gif b/doc/samplereport/images/icon_info_lrg.gif
new file mode 100644
index 0000000..b390fd4
--- /dev/null
+++ b/doc/samplereport/images/icon_info_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_info_sml.gif b/doc/samplereport/images/icon_info_sml.gif
new file mode 100644
index 0000000..c6cb9ad
--- /dev/null
+++ b/doc/samplereport/images/icon_info_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_infosml.gif b/doc/samplereport/images/icon_infosml.gif
new file mode 100644
index 0000000..1aa2d30
--- /dev/null
+++ b/doc/samplereport/images/icon_infosml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_members_lrg.gif b/doc/samplereport/images/icon_members_lrg.gif
new file mode 100644
index 0000000..7ba2df6
--- /dev/null
+++ b/doc/samplereport/images/icon_members_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_members_sml.gif b/doc/samplereport/images/icon_members_sml.gif
new file mode 100644
index 0000000..997e699
--- /dev/null
+++ b/doc/samplereport/images/icon_members_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_sortdown.gif b/doc/samplereport/images/icon_sortdown.gif
new file mode 100644
index 0000000..9561bbe
--- /dev/null
+++ b/doc/samplereport/images/icon_sortdown.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_sortleft.gif b/doc/samplereport/images/icon_sortleft.gif
new file mode 100644
index 0000000..4fd21e8
--- /dev/null
+++ b/doc/samplereport/images/icon_sortleft.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_sortright.gif b/doc/samplereport/images/icon_sortright.gif
new file mode 100644
index 0000000..ea8076e
--- /dev/null
+++ b/doc/samplereport/images/icon_sortright.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_sortup.gif b/doc/samplereport/images/icon_sortup.gif
new file mode 100644
index 0000000..61942d6
--- /dev/null
+++ b/doc/samplereport/images/icon_sortup.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_success_lrg.gif b/doc/samplereport/images/icon_success_lrg.gif
new file mode 100644
index 0000000..9af317d
--- /dev/null
+++ b/doc/samplereport/images/icon_success_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_success_sml.gif b/doc/samplereport/images/icon_success_sml.gif
new file mode 100644
index 0000000..52e85a4
--- /dev/null
+++ b/doc/samplereport/images/icon_success_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_usergroups_lrg.gif b/doc/samplereport/images/icon_usergroups_lrg.gif
new file mode 100644
index 0000000..3a4e356
--- /dev/null
+++ b/doc/samplereport/images/icon_usergroups_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_usergroups_sml.gif b/doc/samplereport/images/icon_usergroups_sml.gif
new file mode 100644
index 0000000..9236101
--- /dev/null
+++ b/doc/samplereport/images/icon_usergroups_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_warning_lrg.gif b/doc/samplereport/images/icon_warning_lrg.gif
new file mode 100644
index 0000000..83359d8
--- /dev/null
+++ b/doc/samplereport/images/icon_warning_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_warning_sml.gif b/doc/samplereport/images/icon_warning_sml.gif
new file mode 100644
index 0000000..873bbb5
--- /dev/null
+++ b/doc/samplereport/images/icon_warning_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_waste_lrg.gif b/doc/samplereport/images/icon_waste_lrg.gif
new file mode 100644
index 0000000..e5434aa
--- /dev/null
+++ b/doc/samplereport/images/icon_waste_lrg.gif
Binary files differ
diff --git a/doc/samplereport/images/icon_waste_sml.gif b/doc/samplereport/images/icon_waste_sml.gif
new file mode 100644
index 0000000..6dd046d
--- /dev/null
+++ b/doc/samplereport/images/icon_waste_sml.gif
Binary files differ
diff --git a/doc/samplereport/images/logos/maven-feather.png b/doc/samplereport/images/logos/maven-feather.png
new file mode 100644
index 0000000..5beac16
--- /dev/null
+++ b/doc/samplereport/images/logos/maven-feather.png
Binary files differ
diff --git a/doc/samplereport/images/newwindow-classic.png b/doc/samplereport/images/newwindow-classic.png
new file mode 100644
index 0000000..5987117
--- /dev/null
+++ b/doc/samplereport/images/newwindow-classic.png
Binary files differ
diff --git a/doc/samplereport/images/newwindow.png b/doc/samplereport/images/newwindow.png
new file mode 100644
index 0000000..6287f72
--- /dev/null
+++ b/doc/samplereport/images/newwindow.png
Binary files differ
diff --git a/doc/samplereport/images/none.png b/doc/samplereport/images/none.png
new file mode 100644
index 0000000..fef6d18
--- /dev/null
+++ b/doc/samplereport/images/none.png
Binary files differ
diff --git a/doc/samplereport/images/nw_maj.gif b/doc/samplereport/images/nw_maj.gif
new file mode 100644
index 0000000..452296b
--- /dev/null
+++ b/doc/samplereport/images/nw_maj.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_maj_hi.gif b/doc/samplereport/images/nw_maj_hi.gif
new file mode 100644
index 0000000..54c3933
--- /dev/null
+++ b/doc/samplereport/images/nw_maj_hi.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_maj_rond.gif b/doc/samplereport/images/nw_maj_rond.gif
new file mode 100644
index 0000000..add42a4
--- /dev/null
+++ b/doc/samplereport/images/nw_maj_rond.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_med.gif b/doc/samplereport/images/nw_med.gif
new file mode 100644
index 0000000..d2b6d91
--- /dev/null
+++ b/doc/samplereport/images/nw_med.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_med_hi.gif b/doc/samplereport/images/nw_med_hi.gif
new file mode 100644
index 0000000..0c2db4c
--- /dev/null
+++ b/doc/samplereport/images/nw_med_hi.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_med_rond.gif b/doc/samplereport/images/nw_med_rond.gif
new file mode 100644
index 0000000..8aaa564
--- /dev/null
+++ b/doc/samplereport/images/nw_med_rond.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_min.gif b/doc/samplereport/images/nw_min.gif
new file mode 100644
index 0000000..bf4bc75
--- /dev/null
+++ b/doc/samplereport/images/nw_min.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_min_036.gif b/doc/samplereport/images/nw_min_036.gif
new file mode 100644
index 0000000..eb344a8
--- /dev/null
+++ b/doc/samplereport/images/nw_min_036.gif
Binary files differ
diff --git a/doc/samplereport/images/nw_min_hi.gif b/doc/samplereport/images/nw_min_hi.gif
new file mode 100644
index 0000000..a8a30ab
--- /dev/null
+++ b/doc/samplereport/images/nw_min_hi.gif
Binary files differ
diff --git a/doc/samplereport/images/pdf.gif b/doc/samplereport/images/pdf.gif
new file mode 100644
index 0000000..7bce338
--- /dev/null
+++ b/doc/samplereport/images/pdf.gif
Binary files differ
diff --git a/doc/samplereport/images/poweredby_036.gif b/doc/samplereport/images/poweredby_036.gif
new file mode 100644
index 0000000..49d0345
--- /dev/null
+++ b/doc/samplereport/images/poweredby_036.gif
Binary files differ
diff --git a/doc/samplereport/images/product_logo.gif b/doc/samplereport/images/product_logo.gif
new file mode 100644
index 0000000..327b838
--- /dev/null
+++ b/doc/samplereport/images/product_logo.gif
Binary files differ
diff --git a/doc/samplereport/images/remove.gif b/doc/samplereport/images/remove.gif
new file mode 100644
index 0000000..ad4b238
--- /dev/null
+++ b/doc/samplereport/images/remove.gif
Binary files differ
diff --git a/doc/samplereport/images/se_maj_rond.gif b/doc/samplereport/images/se_maj_rond.gif
new file mode 100644
index 0000000..da2510e
--- /dev/null
+++ b/doc/samplereport/images/se_maj_rond.gif
Binary files differ
diff --git a/doc/samplereport/images/strich.gif b/doc/samplereport/images/strich.gif
new file mode 100644
index 0000000..a33e79d
--- /dev/null
+++ b/doc/samplereport/images/strich.gif
Binary files differ
diff --git a/doc/samplereport/images/sw_maj_rond.gif b/doc/samplereport/images/sw_maj_rond.gif
new file mode 100644
index 0000000..110bdf4
--- /dev/null
+++ b/doc/samplereport/images/sw_maj_rond.gif
Binary files differ
diff --git a/doc/samplereport/images/sw_med_rond.gif b/doc/samplereport/images/sw_med_rond.gif
new file mode 100644
index 0000000..6671c3d
--- /dev/null
+++ b/doc/samplereport/images/sw_med_rond.gif
Binary files differ
diff --git a/doc/samplereport/images/sw_min.gif b/doc/samplereport/images/sw_min.gif
new file mode 100644
index 0000000..d96369d
--- /dev/null
+++ b/doc/samplereport/images/sw_min.gif
Binary files differ
diff --git a/doc/samplereport/images/update.gif b/doc/samplereport/images/update.gif
new file mode 100644
index 0000000..71ca225
--- /dev/null
+++ b/doc/samplereport/images/update.gif
Binary files differ
diff --git a/doc/samplereport/index.html b/doc/samplereport/index.html
new file mode 100644
index 0000000..b5eb4f1
--- /dev/null
+++ b/doc/samplereport/index.html
@@ -0,0 +1,87 @@
+

+

+

+

+

+

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

+<html>

+  <head>

+    <title></title>

+    <style type="text/css" media="all">

+      @import url("./css/maven-base.css");

+      @import url("./css/maven-theme.css");

+      @import url("./css/site.css");

+    </style>

+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />

+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

+  </head>

+  <body class="composite">

+    <div id="banner">

+                          <span id="bannerLeft">

+    

+            Core Library

+    

+            </span>

+                    <div class="clear">

+        <hr/>

+      </div>

+    </div>

+    <div id="breadcrumbs">

+      <div class="xleft">Last Published: Tue Jan 24 22:40:49 EST 2006</div>

+      <div class="xright">      <a href="http://tacos.sourceforge.net">Core Library</a>

+      </div>

+      <div class="clear">

+        <hr/>

+      </div>

+    </div>

+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>

+    <ul>

+              

+        <li class="collapsed">

+          <ul>

+                  

+    <li class="none">

+          <strong><a href="surefire-report.html">Maven Surefire Report</a></strong>

+        </li>

+              </ul>

+        </li>

+          </ul>

+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">

+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>

+            </a>

+    </div></div>

+    <div id="bodyColumn">

+      <div id="contentBox">

+        <script type="text/javascript">
+function toggleDisplay(elementId) {
+ var elm = document.getElementById(elementId + 'error');
+ if (elm && typeof elm.style != "undefined") {
+ if (elm.style.display == "none") {
+ elm.style.display = "";
+ document.getElementById(elementId + 'off').style.display = "none";
+ document.getElementById(elementId + 'on').style.display = "inline";
+ } else if (elm.style.display == "") { elm.style.display = "none";
+ document.getElementById(elementId + 'off').style.display = "inline";
+ document.getElementById(elementId + 'on').style.display = "none";
+ } 
+ } 
+ }
+</script><h2><a name="Summary"></a>Summary</h2><div class="section">[<a href="#Summary">Summary</a>][<a href="#Package_List">Package List</a>][<a href="#Test_Cases">Test Cases</a>]</div><table class="bodyTable"><tr class="a"></tr><tr class="b"></tr></table><table class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>7</td><td>0</td><td>1</td><td>85.714%</td><td>190.072</td></tr></table><br />Note: failures are anticipated and checked for with assertions while errors are unanticipated.<table class="bodyTable"><tr class="a"></tr><tr class="b"></tr></table><h2><a name="Package_List"></a>Package List</h2><div class="section">[<a href="#Summary">Summary</a>][<a href="#Package_List">Package List</a>][<a href="#Test_Cases">Test Cases</a>]</div><table class="bodyTable"><tr class="a"></tr><tr class="b"></tr></table><table class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#TestNG Suite">TestNG Suite</a></td><td>7</td><td>0</td><td>1</td><td>85.714%</td><td>190.072</td></tr></table><br />Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.<h3><a name="TestNG Suite"></a>TestNG Suite</h3><table class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#TestNG SuiteTestNG Suite"><img src="images/icon_warning_sml.gif" /></a></td><td><a href="#TestNG SuiteTestNG Suite">TestNG Suite</a></td><td>7</td><td>0</td><td>1</td><td>85.714%</td><td>190.072</td></tr></table><table class="bodyTable"><tr class="a"></tr><tr class="b"></tr></table><h2><a name="Test_Cases"></a>Test Cases</h2><div class="section">[<a href="#Summary">Summary</a>][<a href="#Package_List">Package List</a>][<a href="#Test_Cases">Test Cases</a>]</div><h3><a name="TestNG SuiteTestNG Suite"></a>TestNG Suite</h3><table class="bodyTable"><tr class="a"><td><a href="#TestNG Suite.TestNG Suite.net.sf.tacos.ajax.components.DialogTest#testClickDialog"><img src="images/icon_error_sml.gif" /></a></td><td>net.sf.tacos.ajax.components.DialogTest#testClickDialog  <div class="detailToggle" style="display:inline"><a href="javascript:toggleDisplay('net.sf.tacos.ajax.components.DialogTest#testClickDialog');"><span style="display: inline;" id="net.sf.tacos.ajax.components.DialogTest#testClickDialogoff">+</span><span id="net.sf.tacos.ajax.components.DialogTest#testClickDialogon" style="display: none;">-</span> [ Detail ]</a></div></td><td>189.174</td></tr><tr class="b"><td></td><td>Connection timed out</td><td></td></tr><tr class="a"><td></td><td>  <div id="net.sf.tacos.ajax.components.DialogTest#testClickDialogerror" style="display:none;">java.net.ConnectException: Connection timed out<br />at java.net.PlainSocketImpl.socketConnect(Native Method)<br />at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:372)<br />at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:233)<br />at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:220)<br />at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)<br />at java.net.Socket.connect(Socket.java:536)<br />at java.net.Socket.connect(Socket.java:486)<br />at java.net.Socket.<init>(Socket.java:394)<br />at java.net.Socket.<init>(Socket.java:267)<br />at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:79)<br />at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)<br />at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:704)<br />at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:384)<br />at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)<br />at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)<br />at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)<br />at com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:139)<br />at com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1523)<br />at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:325)<br />at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:377)<br />at net.sf.tacos.ajax.components.DialogTest.testClickDialog(DialogTest.java:50)<br />at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)<br />at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />at java.lang.reflect.Method.invoke(Method.java:615)<br />at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:461)<br />at org.testng.internal.Invoker.invokeMethod(Invoker.java:378)<br />at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:580)<br />at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:89)<br />at org.testng.TestRunner.privateRun(TestRunner.java:612)<br />at org.testng.TestRunner.run(TestRunner.java:503)<br />at org.testng.SuiteRunner.privateRun(SuiteRunner.java:218)<br />at org.testng.SuiteRunner.run(SuiteRunner.java:144)<br />at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:576)<br />at org.testng.TestNG.runSuitesLocally(TestNG.java:539)<br />at org.apache.maven.surefire.Surefire.run(Surefire.java:236)<br />at org.apache.maven.surefire.Surefire.run(Surefire.java:128)<br />at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)<br />at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />at java.lang.reflect.Method.invoke(Method.java:615)<br />at org.apache.maven.surefire.SurefireBooter.runTestsInProcess(SurefireBooter.java:345)<br />at org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:258)<br />at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:477)<br />at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:472)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:859)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:731)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:522)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:472)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:303)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)<br />at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)<br />at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)<br />at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)<br />at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)<br />at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />at java.lang.reflect.Method.invoke(Method.java:615)<br />at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)<br />at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)<br />at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<br />at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<br /></div></td><td></td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testInitialize</td><td>0.006</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testCategory</td><td>0.569</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testContains</td><td>0.138</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testSitemapXml1</td><td>0.05</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testCategoryLists</td><td>0.117</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" /></td><td>net.sf.tacos.services.SiteMapTest#testUnsetResource</td><td>0</td></tr></table><table class="bodyTable"><tr class="b"></tr><tr class="a"></tr></table><table class="bodyTable"><tr class="b"></tr><tr class="a"></tr></table>

+      </div>

+    </div>

+    <div class="clear">

+      <hr/>

+    </div>

+    <div id="footer">

+      <div class="xright">&#169;  

+          2001-2006

+    

+          Sourceforge

+      </div>

+      <div class="clear">

+        <hr/>

+      </div>

+    </div>

+  </body>

+</html>