summaryrefslogtreecommitdiffstats
path: root/site/trunk/site-publish/plugins/tuscany-itest-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'site/trunk/site-publish/plugins/tuscany-itest-plugin')
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-base.css145
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-theme.css141
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/css/print.css7
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/dependencies.html134
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html156
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/collapsed.gifbin0 -> 53 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/expanded.gifbin0 -> 52 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/external.pngbin0 -> 230 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_error_sml.gifbin0 -> 1010 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_info_sml.gifbin0 -> 606 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_success_sml.gifbin0 -> 990 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_warning_sml.gifbin0 -> 576 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/logos/maven-feather.pngbin0 -> 3035 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/images/newwindow.pngbin0 -> 220 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/index.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/integration.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/issue-tracking.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/license.html333
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/mail-lists.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/plugin-info.html132
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/project-info.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/project-reports.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/project-summary.html131
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/source-repository.html134
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/team-list.html146
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/test-mojo.html255
-rw-r--r--site/trunk/site-publish/plugins/tuscany-itest-plugin/usage.html190
27 files changed, 2690 insertions, 0 deletions
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-base.css b/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-base.css
new file mode 100644
index 0000000000..044d12d206
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-base.css
@@ -0,0 +1,145 @@
+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: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+ margin-right: 1.5em;
+ margin-left: 197px;
+}
+#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: outside;
+ 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;
+}
+#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/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-theme.css b/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-theme.css
new file mode 100644
index 0000000000..c982168bf2
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/maven-theme.css
@@ -0,0 +1,141 @@
+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;
+}
+.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);
+}
+
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/print.css b/site/trunk/site-publish/plugins/tuscany-itest-plugin/css/print.css
new file mode 100644
index 0000000000..26ad7f0b59
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/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/site/trunk/site-publish/plugins/tuscany-itest-plugin/dependencies.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/dependencies.html
new file mode 100644
index 0000000000..81878725ba
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/dependencies.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Project Dependencies</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>commons-codec</td><td>commons-codec</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-io</td><td>commons-io</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-plugin-api</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.surefire</td><td>surefire-api</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.surefire</td><td>surefire-junit</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.tuscany</td><td>commonj-api_r1.1</td><td>1.0-incubator-M2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.tuscany.sca.kernel</td><td>core</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-api</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-host-api</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-spi</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.osoa</td><td>sca-api-r1.0</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>stax</td><td>stax-api</td><td>1.0.1</td><td>-</td><td>jar</td><td> </td></tr></table></div><div class="section"><h3>runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>javax.servlet</td><td>servlet-api</td><td>2.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.woodstox</td><td>wstx-asl</td><td>3.2.0</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>commons-codec</td><td>commons-codec</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-io</td><td>commons-io</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-plugin-api</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.surefire</td><td>surefire-api</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.surefire</td><td>surefire-junit</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.tuscany</td><td>commonj-api_r1.1</td><td>1.0-incubator-M2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.tuscany.sca.kernel</td><td>core</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-api</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-host-api</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.tuscany.sca.kernel</td><td>tuscany-spi</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.osoa</td><td>sca-api-r1.0</td><td>1.0-incubator-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>stax</td><td>stax-api</td><td>1.0.1</td><td>-</td><td>jar</td><td> </td></tr></table></div><div class="section"><h3>runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>javax.servlet</td><td>servlet-api</td><td>2.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.woodstox</td><td>wstx-asl</td><td>3.2.0</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.tuscany.sca:tuscany-itest-plugin:maven-plugin">org.apache.tuscany.sca:tuscany-itest-plugin:maven-plugin</a><ul><li><a href="#org.apache.maven.surefire:surefire-junit:jar">org.apache.maven.surefire:surefire-junit:jar</a><ul><li><a href="#junit:junit:jar">junit:junit:jar</a></li></ul></p></li><li><a href="#org.apache.maven:maven-artifact:jar">org.apache.maven:maven-artifact:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-utils:jar">org.codehaus.plexus:plexus-utils:jar</a></li></ul></p></li><li><a href="#org.apache.maven:maven-plugin-api:jar">org.apache.maven:maven-plugin-api:jar</a></li><li><a href="#org.apache.tuscany.sca.kernel:core:jar">org.apache.tuscany.sca.kernel:core:jar</a><ul><li><a href="#commons-codec:commons-codec:jar">commons-codec:commons-codec:jar</a></li><li><a href="#commons-io:commons-io:jar">commons-io:commons-io:jar</a></li><li><a href="#org.apache.tuscany.sca.kernel:tuscany-spi:jar">org.apache.tuscany.sca.kernel:tuscany-spi:jar</a><ul><li><a href="#stax:stax-api:jar">stax:stax-api:jar</a></li></ul></p></li><li><a href="#org.codehaus.woodstox:wstx-asl:jar">org.codehaus.woodstox:wstx-asl:jar</a></li><li><a href="#org.apache.tuscany.sca.kernel:tuscany-host-api:jar">org.apache.tuscany.sca.kernel:tuscany-host-api:jar</a><ul><li><a href="#org.apache.tuscany.sca.kernel:tuscany-api:jar">org.apache.tuscany.sca.kernel:tuscany-api:jar</a><ul><li><a href="#org.osoa:sca-api-r1.0:jar">org.osoa:sca-api-r1.0:jar</a></li></ul></p></li></ul></p></li><li><a href="#org.apache.tuscany:commonj-api_r1.1:jar">org.apache.tuscany:commonj-api_r1.1:jar</a></li></ul></p></li><li><a href="#org.apache.maven.surefire:surefire-api:jar">org.apache.maven.surefire:surefire-api:jar</a></li><li><a href="#javax.servlet:servlet-api:jar">javax.servlet:servlet-api:jar</a></li></ul></p></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.tuscany.sca:tuscany-itest-plugin:maven-plugin"><b>Apache Tuscany Integration Test Plugin</b></a></p><p>A plugin for Apache Maven that simplifies integration testing of SCA components.</p><p><a href="http://www.apache.org/parent/parent/tuscany-itest-plugin">http://www.apache.org/parent/parent/tuscany-itest-plugin</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.maven.surefire:surefire-junit:jar"><b>SureFire JUnit Runner</b></a></p><p>Surefire is a test framework project.</p><p><a href="http://maven.apache.org/surefire/surefire-providers/surefire-junit">http://maven.apache.org/surefire/surefire-providers/surefire-junit</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="junit:junit:jar"><b>Unnamed - junit:junit:jar:3.8.1</b></a></p><p>Project License: No project license is defined for this project.</p><hr /><p><a name="org.apache.maven:maven-artifact:jar"><b>Maven Artifact</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-artifact">http://maven.apache.org/maven-artifact</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.codehaus.plexus:plexus-utils:jar"><b>Plexus Common Utilities</b></a></p><p>Project License: No project license is defined for this project.</p><hr /><p><a name="org.apache.maven:maven-plugin-api:jar"><b>Maven Plugin API</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-plugin-api">http://maven.apache.org/maven-plugin-api</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.tuscany.sca.kernel:core:jar"><b>Apache Tuscany SCA Core</b></a></p><p>Core Tuscany runtime.</p><p><a href="http://www.apache.org/parent/parent/parent/core">http://www.apache.org/parent/parent/parent/core</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="commons-codec:commons-codec:jar"><b>Codec</b></a></p><p>The codec package contains simple encoder and decoders for
+ various formats such as Base64 and Hexadecimal. In addition to these
+ widely used encoders and decoders, the codec package also maintains a
+ collection of phonetic encoding utilities.</p><p><a href="http://jakarta.apache.org/commons/codec/">http://jakarta.apache.org/commons/codec/</a></p><p>Project License: <a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="commons-io:commons-io:jar"><b>IO</b></a></p><p>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</p><p><a href="http://jakarta.apache.org/commons/io/">http://jakarta.apache.org/commons/io/</a></p><p>Project License: <a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.tuscany.sca.kernel:tuscany-spi:jar"><b>Apache Tuscany SCA SPI</b></a></p><p>Tuscany Service Provider Interfaces.</p><p><a href="http://www.apache.org/parent/parent/parent/tuscany-spi">http://www.apache.org/parent/parent/parent/tuscany-spi</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="stax:stax-api:jar"><b>StAX API</b></a></p><p>StAX API is the standard java XML processing API defined by JSR-173</p><p><a href="http://stax.codehaus.org/">http://stax.codehaus.org/</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.codehaus.woodstox:wstx-asl:jar"><b>Woodstox</b></a></p><p>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p>Project License: No project license is defined for this project.</p><hr /><p><a name="org.apache.tuscany.sca.kernel:tuscany-host-api:jar"><b>Apache Tuscany Host API</b></a></p><p>Tuscany Host Programming Interfaces.</p><p><a href="http://www.apache.org/parent/parent/parent/tuscany-host-api">http://www.apache.org/parent/parent/parent/tuscany-host-api</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.tuscany.sca.kernel:tuscany-api:jar"><b>Apache Tuscany SCA API</b></a></p><p>Tuscany Application Programming Interfaces.</p><p><a href="http://www.apache.org/parent/parent/parent/tuscany-api">http://www.apache.org/parent/parent/parent/tuscany-api</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.osoa:sca-api-r1.0:jar"><b>SCA API Version 1.0</b></a></p><p>API classes for the Service Component Architecture</p><p><a href="http://www.apache.org/parent/sca-api-r1.0">http://www.apache.org/parent/sca-api-r1.0</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.tuscany:commonj-api_r1.1:jar"><b>Commonj API for Timer and Work Manager</b></a></p><p>Commonj API for Timer and Work Manager</p><p><a href="http://www.apache.org/parent/commonj-api_r1.1">http://www.apache.org/parent/commonj-api_r1.1</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.maven.surefire:surefire-api:jar"><b>SureFire API</b></a></p><p>Surefire is a test framework project.</p><p><a href="http://maven.apache.org/surefire/surefire-api">http://maven.apache.org/surefire/surefire-api</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="javax.servlet:servlet-api:jar"><b>Unnamed - javax.servlet:servlet-api:jar:2.4</b></a></p><p>Project License: No project license is defined for this project.</p><hr /></div></div><div class="section"><h2>Licenses</h2><p><b>Unknown: </b>Plexus Common Utilities, Unnamed - javax.servlet:servlet-api:jar:2.4, Unnamed - junit:junit:jar:3.8.1, Woodstox </p><p><b>The Apache Software License, Version 2.0: </b>Apache Tuscany Host API, Apache Tuscany Integration Test Plugin, Apache Tuscany SCA API, Apache Tuscany SCA Core, Apache Tuscany SCA SPI, Codec, Commonj API for Timer and Work Manager, IO, Maven Artifact, Maven Plugin API, SCA API Version 1.0, StAX API, SureFire API, SureFire JUnit Runner </p></div><div class="section"><h2>Dependency File Details</h2><table class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th><th>Sealed</th></tr><tr class="b"><td>commons-codec-1.3.jar</td><td>46,725</td><td>42</td><td>25</td><td>5</td><td>1.2</td><td>debug</td><td>-</td></tr><tr class="a"><td>commons-io-1.3.jar</td><td>83,619</td><td>69</td><td>58</td><td>4</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="b"><td>servlet-api-2.4.jar</td><td>97,693</td><td>67</td><td>42</td><td>2</td><td>1.2</td><td>debug</td><td>-</td></tr><tr class="a"><td>junit-3.8.1.jar</td><td>121,070</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="b"><td>maven-artifact-2.0.4.jar</td><td>80,264</td><td>102</td><td>75</td><td>15</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="a"><td>maven-plugin-api-2.0.4.jar</td><td>8,331</td><td>21</td><td>9</td><td>2</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="b"><td>surefire-api-2.0.jar</td><td>48,567</td><td>48</td><td>31</td><td>6</td><td>1.3</td><td>debug</td><td>-</td></tr><tr class="a"><td>surefire-junit-2.0.jar</td><td>12,001</td><td>17</td><td>5</td><td>1</td><td>1.3</td><td>debug</td><td>-</td></tr><tr class="b"><td>commonj-api_r1.1-1.0-incubator-M2.jar</td><td>14,071</td><td>26</td><td>14</td><td>2</td><td>1.4</td><td>debug</td><td>-</td></tr><tr class="a"><td>tuscany-itest-plugin-1.0-incubator-SNAPSHOT.jar</td><td>53,569</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="b"><td>core-1.0-incubator-SNAPSHOT.jar</td><td>505,823</td><td>403</td><td>334</td><td>41</td><td>1.5</td><td>debug</td><td>-</td></tr><tr class="a"><td>tuscany-api-1.0-incubator-SNAPSHOT.jar</td><td>11,923</td><td>20</td><td>6</td><td>2</td><td>1.5</td><td>debug</td><td>-</td></tr><tr class="b"><td>tuscany-host-api-1.0-incubator-SNAPSHOT.jar</td><td>17,707</td><td>38</td><td>19</td><td>7</td><td>1.5</td><td>debug</td><td>-</td></tr><tr class="a"><td>tuscany-spi-1.0-incubator-SNAPSHOT.jar</td><td>221,625</td><td>311</td><td>267</td><td>31</td><td>1.5</td><td>debug</td><td>-</td></tr><tr class="b"><td>plexus-utils-1.1.jar</td><td>168,568</td><td>91</td><td>73</td><td>8</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="a"><td>wstx-asl-3.2.0.jar</td><td>504,968</td><td>257</td><td>247</td><td>19</td><td>1.2</td><td>debug</td><td>-</td></tr><tr class="b"><td>sca-api-r1.0-1.0-incubator-SNAPSHOT.jar</td><td>30,574</td><td>54</td><td>33</td><td>2</td><td>1.5</td><td>debug</td><td>-</td></tr><tr class="a"><td>stax-api-1.0.1.jar</td><td>26,514</td><td>48</td><td>40</td><td>5</td><td>1.2</td><td>debug</td><td>-</td></tr><tr class="b"><td>18 total dependencies</td><td>2,053,612</td><td>1,733</td><td>1,378</td><td>158</td><td>1.5</td><td>17</td><td>0</td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html
new file mode 100644
index 0000000000..a877a3a469
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Frequently Asked Questions</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <strong>FAQ</strong>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2><a name="top">Frequently Asked Questions</a></h2><ol type="1"><li><a href="#junit4-support">Does the plugin support JUnit 4.0?</a></li><li><a href="#extensions">How do I add extensions to the runtime?</a></li><li><a href="#service-support">Can I use services provided by another systems?</a></li><li><a href="#domain-support">Can I use services provided by another SCA domain?</a></li></ol></div><dl><dt><a name="junit4-support">Does the plugin support JUnit 4.0?</a></dt><dd>
+ <p>
+ Not at this time.
+ </p>
+ <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr /></dd><dt><a name="extensions">How do I add extensions to the runtime?</a></dt><dd>
+ <p>
+ The plugin uses the normal extension mechanisms provided by
+ the Apache Tuscany runtime.
+ </p>
+ <p>
+ At the moment this requires supplying a custom system SCDL file that
+ includes the extension composites. In the future, we plan to load
+ extensions dynamically - please check back later.
+ </p>
+ <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr /></dd><dt><a name="service-support">Can I use services provided by another systems?</a></dt><dd>
+ <p>
+ You can define &lt;reference&gt; elements in your composite to access
+ services using a binding. Those can be standard web services, or any
+ other type of service that there is a binding for.
+ </p>
+ <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr /></dd><dt><a name="domain-support">Can I use services provided by another SCA domain?</a></dt><dd>
+ <p>
+ As we add federation support, the local runtime will be able to
+ join any SCA domain (subject to authorization) and use its services.
+ </p>
+ <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd></dl>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/collapsed.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/collapsed.gif
new file mode 100644
index 0000000000..6e71084064
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/collapsed.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/expanded.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/expanded.gif
new file mode 100644
index 0000000000..0fef3d89e0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/expanded.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/external.png b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/external.png
new file mode 100644
index 0000000000..3f999fc88b
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/external.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_error_sml.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_error_sml.gif
new file mode 100644
index 0000000000..61132ef2b0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_error_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_info_sml.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_info_sml.gif
new file mode 100644
index 0000000000..c6cb9ad7ce
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_info_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_success_sml.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_success_sml.gif
new file mode 100644
index 0000000000..52e85a430a
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_success_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_warning_sml.gif b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_warning_sml.gif
new file mode 100644
index 0000000000..873bbb52cb
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/icon_warning_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/logos/maven-feather.png b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/logos/maven-feather.png
new file mode 100644
index 0000000000..8dfb4ffce7
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/logos/maven-feather.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/newwindow.png b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/newwindow.png
new file mode 100644
index 0000000000..6287f72bd0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/images/newwindow.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/index.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/index.html
new file mode 100644
index 0000000000..a0914bdc1a
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/index.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - About</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Introduction</strong>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>About Apache Tuscany Integration Test Plugin</h2><p>A plugin for Apache Maven that simplifies integration testing of SCA components.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/integration.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/integration.html
new file mode 100644
index 0000000000..a074d8f1da
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/integration.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Continuous Integration</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/issue-tracking.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/issue-tracking.html
new file mode 100644
index 0000000000..03d381e104
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/issue-tracking.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Issue Tracking</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Overview</h2>This project uses <a href="http://www.atlassian.com/software/jira">Jira</a> a J2EE-based, issue tracking and project management application.</div><div class="section"><h2>Issue Tracking</h2><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a href="http://issues.apache.org/jira/browse/TUSCANY">http://issues.apache.org/jira/browse/TUSCANY</a></pre></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/license.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/license.html
new file mode 100644
index 0000000000..ee86e71492
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/license.html
@@ -0,0 +1,333 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Project License</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ &quot;control&quot; means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ &quot;Source&quot; form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ &quot;Object&quot; form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ &quot;Work&quot; shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ &quot;Contribution&quot; shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+ &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same &quot;printed page&quot; as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+</pre></div></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/mail-lists.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/mail-lists.html
new file mode 100644
index 0000000000..f581e0ca4c
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/mail-lists.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Project Mailing Lists</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Mailing Lists</h2><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>Apache Announce List</td><td><a href="mailto:announce-subscribe@apache.org">Subscribe</a></td><td><a href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td><td><a href="mailto:announce@apache.org">Post</a></td><td><a href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/plugin-info.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/plugin-info.html
new file mode 100644
index 0000000000..5de400fbfe
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/plugin-info.html
@@ -0,0 +1,132 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Plugin documentation</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <strong>Goals</strong>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Plugin documentation</h2><p>Goals available:</p><table class="bodyTable"><tr class="a"><th>Goal</th><th>Description</th></tr><tr class="b"><td><a href="test-mojo.html">tuscany-itest:test</a></td><td>Integration-tests an SCA composite by running it in local copy of Apache Tuscany
+and calling JUnit-based test components to exercise it.</td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-info.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-info.html
new file mode 100644
index 0000000000..ac8b6327ca
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-info.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Project Information</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="index.html">About</a></td><td>A plugin for Apache Maven that simplifies integration testing of SCA components.</td></tr><tr class="b"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="a"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="a"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="b"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr><tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="b"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-reports.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-reports.html
new file mode 100644
index 0000000000..6f0d320b48
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-reports.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Generated Reports</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="plugin-info.html">Plugin documentation</a></td><td>This report provides goals and parameters documentation of a plugin</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-summary.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-summary.html
new file mode 100644
index 0000000000..0dcd07954b
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/project-summary.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Project Summary</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Apache Tuscany Integration Test Plugin</td></tr><tr class="a"><td>Description</td><td>A plugin for Apache Maven that simplifies integration testing of SCA components.</td></tr><tr class="b"><td>Homepage</td><td><a href="http://www.apache.org/parent/parent/tuscany-itest-plugin">http://www.apache.org/parent/parent/tuscany-itest-plugin</a></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.tuscany.sca</td></tr><tr class="b"><td>ArtifactId</td><td>tuscany-itest-plugin</td></tr><tr class="a"><td>Version</td><td>1.0-incubator-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/source-repository.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/source-repository.html
new file mode 100644
index 0000000000..1d9249a076
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/source-repository.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Source Repository</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/incubator/tuscany/java/parent/tuscany-itest-plugin">http://svn.apache.org/viewvc/incubator/tuscany/java/parent/tuscany-itest-plugin</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-itest-plugin tuscany-itest-plugin</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-itest-plugin tuscany-itest-plugin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-itest-plugin tuscany-itest-plugin</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example : Edit the 'servers' file and add something like :</p><div class="source"><pre>[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+</pre></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/team-list.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/team-list.html
new file mode 100644
index 0000000000..f71a9c4c5e
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/team-list.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - Team list</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>There are no developers working on this project.</p></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
+function offsetDate(id, offset) {
+ var now = new Date();
+ var nowTime = now.getTime();
+ var localOffset = now.getTimezoneOffset();
+ var developerTime = nowTime + ( offset * 60 * 60 * 1000 ) + ( localOffset * 60 * 1000 );
+ var developerDate = new Date(developerTime);
+
+ document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+}
+
+window.onLoad = init();
+</script>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/test-mojo.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/test-mojo.html
new file mode 100644
index 0000000000..a6fd81c682
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/test-mojo.html
@@ -0,0 +1,255 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin -
+ tuscany-itest-plugin - tuscany-itest:test</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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+
+
+
+ <a name="tuscany-itest:test"></a><div class="section"><h2>tuscany-itest:test</h2>
+ <p>Integration-tests an SCA composite by running it in local copy of Apache Tuscany
+and calling JUnit-based test components to exercise it.</p>
+ <p><b>Mojo Attributes</b>:<ul>
+ <li>Requires a Maven 2.0 project to execute.</li>
+ <li>Automatically executes within the lifecycle phase: <code>integration-test</code></li>
+ </ul>
+ </p>
+ <a name="required_parameters"></a><div class="section"><h3>Required Parameters</h3>
+ <table class="bodyTable">
+ <tr class="a">
+ <th>Name</th>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#testClassesDirectory">testClassesDirectory</a></b></td>
+ <td><code>File</code></td>
+ <td>The directory containing generated test classes of the project being tested.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#testComponentName">testComponentName</a></b></td>
+ <td><code>String</code></td>
+ <td>The name of the component that will be implemented by the test harness composite.</td>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#testDomain">testDomain</a></b></td>
+ <td><code>String</code></td>
+ <td>The SCA domain in which to deploy the test components.</td>
+ </tr>
+ </table>
+ </div>
+ <a name="optional_parameters"></a><div class="section"><h3>Optional Parameters</h3>
+ <table class="bodyTable">
+ <tr class="a">
+ <th>Name</th>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#reportsDirectory">reportsDirectory</a></b></td>
+ <td><code>File</code></td>
+ <td>The directory where reports will be written.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#systemScdl">systemScdl</a></b></td>
+ <td><code>URL</code></td>
+ <td>The location of the SCDL that configures the Apache Tuscany runtime.
+This allows the default runtime configuration supplied in this plugin
+to be overridden.</td>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#testScdl">testScdl</a></b></td>
+ <td><code>File</code></td>
+ <td>The location if the SCDL that defines the test harness composite.
+The source for this would normally be placed in the test/resources
+directory and be copied by the resource plugin; this allows property
+substitution if required.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#trimStackTrace">trimStackTrace</a></b></td>
+ <td><code>boolean</code></td>
+ <td>Whether to trim the stack trace in the reports to just the lines within
+the test, or show the full trace. Default value is <code>true</code>.</td>
+ </tr>
+ </table>
+ </div>
+ <a name="parameter_details"></a><div class="section"><h3>Parameter Details</h3>
+ <p><b><a name="reportsdirectory">reportsDirectory</a></b></p>
+ <p>The directory where reports will be written.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.io.File</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ <li><b>Expression</b>: <code>${project.build.directory}/surefire-reports</code></li>
+ </ul><hr></hr><p><b><a name="systemscdl">systemScdl</a></b></p>
+ <p>The location of the SCDL that configures the Apache Tuscany runtime.
+This allows the default runtime configuration supplied in this plugin
+to be overridden.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.net.URL</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="testclassesdirectory">testClassesDirectory</a></b></p>
+ <p>The directory containing generated test classes of the project being tested.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.io.File</code></li>
+ <li><b>Required</b>: <code>Yes</code></li>
+ <li><b>Expression</b>: <code>${project.build.testOutputDirectory}</code></li>
+ </ul><hr></hr><p><b><a name="testcomponentname">testComponentName</a></b></p>
+ <p>The name of the component that will be implemented by the test harness composite.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.lang.String</code></li>
+ <li><b>Required</b>: <code>Yes</code></li>
+ <li><b>Expression</b>: <code>testHarness</code></li>
+ </ul><hr></hr><p><b><a name="testdomain">testDomain</a></b></p>
+ <p>The SCA domain in which to deploy the test components.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.lang.String</code></li>
+ <li><b>Required</b>: <code>Yes</code></li>
+ <li><b>Expression</b>: <code>itest://localhost/testDomain/</code></li>
+ </ul><hr></hr><p><b><a name="testscdl">testScdl</a></b></p>
+ <p>The location if the SCDL that defines the test harness composite.
+The source for this would normally be placed in the test/resources
+directory and be copied by the resource plugin; this allows property
+substitution if required.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.io.File</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ <li><b>Expression</b>: <code>${project.build.testOutputDirectory}/itest.scdl</code></li>
+ </ul><hr></hr><p><b><a name="trimstacktrace">trimStackTrace</a></b></p>
+ <p>Whether to trim the stack trace in the reports to just the lines within
+the test, or show the full trace.</p>
+ <ul>
+ <li><b>Type</b>: <code>boolean</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ <li><b>Expression</b>: <code>${trimStackTrace}</code></li>
+ <li><b>Default</b>: <code>true</code></li>
+ </ul>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/usage.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/usage.html
new file mode 100644
index 0000000000..32f475446f
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/usage.html
@@ -0,0 +1,190 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany Integration Test Plugin - </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">
+
+ Apache Tuscany Integration Test Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <strong>Usage</strong>
+ </li>
+
+ <li class="none">
+ <a href="faq.html">FAQ</a>
+ </li>
+ </ul>
+ <h5>Examples</h5>
+ <ul>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Usage</h2><p>The <tt>tuscany-itest-plugin</tt> is associated with the <tt>integration-test</tt> phase of the build lifecycle.</p><p>The plugin can be invoked directly from the command line:</p><div class="source"><pre>mvn org.apache.tuscany.sca:tuscany-itest-plugin:test</pre></div><p>or can be included in the build definition for your project:</p><div class="source"><pre> &lt;build&gt;
+ &lt;plugins&gt;
+ &lt;plugin&gt;
+ &lt;groupId&gt;org.apache.tuscany.sca&lt;/groupId&gt;
+ &lt;artifactId&gt;tuscany-itest-plugin&lt;/artifactId&gt;
+ &lt;executions&gt;
+ &lt;execution&gt;
+ &lt;goals&gt;
+ &lt;goal&gt;test&lt;/goal&gt;
+ &lt;/goals&gt;
+ &lt;/execution&gt;
+ &lt;/executions&gt;
+ &lt;/plugin&gt;
+ &lt;/plugins&gt;
+ &lt;/build&gt;</pre></div><div class="section"><h3>Writing Integration Tests</h3><p>Integration tests are written as JUnit TestCases (currently only JUnit 3.8.1 is supported but other frameworks may be added later) that use SCA references to access services provided by the components under test. The references are injected into your testcase before its setUp method is called (using constructor, setter or field injection).</p><p>For example, to test a component that implemented the <tt>MyService</tt> interface you could write:</p><div class="source"><pre>public class ServiceTestComponent extends TestCase {
+
+ @Reference
+ public MyService service;
+
+ public void testSomething() {
+ assertEquals(result, service.doSomething);
+ }
+}</pre></div><p>This TestCase is used as a component within a SCA composite that defines the test suite as described in the next section. This separates TestCase's for normal unit tests from those that are integration tests.</p><p>If any methods have an SCA <tt>@Init</tt> or <tt>@Destroy</tt> annotation they will be called before and after executing tests; if no methods are annotated in this way the normal JUnit <tt>setUp</tt> and <tt>tearDown</tt> methods will be called.</p><p>If the component's scope is <tt>STATELESS</tt> (the default), then a new instance of the test component will used to run each test; if the component's scope is <tt>COMPOSITE</tt> then a single instance will be used to run all tests. The scope can be set with the standard SCA <tt>@Scope</tt> annotation.</p></div><div class="section"><h3>Defining an SCA Test Suite</h3><p>The Test Suite for your integration tests is defined by an SCA composite file that contains the test components written above wired to the production components for the application. The test components must use an implementation type of <tt> &lt;tuscany:junit&gt; </tt>.</p><p>A simple way to achieve this is to use a SCDL <i>include</i> element to include the content of production composite in the test harness; this gives the test components access to all of the components and references in the production composite.</p><p>For example, the following SCDL configures the <tt>ServiceTestComponent</tt> above to test the <tt>MyServiceComponent</tt> in the production composite <tt>ProductionComposite</tt>:</p><div class="source"><pre>&lt;composite xmlns=&quot;http://www.osoa.org/xmlns/sca/1.0&quot;
+ xmlns:tuscany=&quot;http://tuscany.apache.org/xmlns/sca/1.0&quot;
+ name=&quot;PropertyTestHarnessComposite&quot;&gt;
+
+ &lt;include name=&quot;ProductionComposite&quot; scdlResource=&quot;META-INF/sca/default.scdl&quot;/&gt;
+
+ &lt;component name=&quot;testMyService&quot;&gt;
+ &lt;tuscany:junit class=&quot;ServiceTestComponent&quot;/&gt;
+ &lt;reference name=&quot;service&quot;&gt;MyServiceImpl&lt;/reference&gt;
+ &lt;/component&gt;
+&lt;/composite&gt;</pre></div><p>Alternatively, the production composite can be tested as a black box by using it to implement a component and wiring test components to it. This allows the externally visible services to be tested without knowledge of the internals of the composite.</p><p>For example, the following SCDL tests the <tt>ProductionComposite</tt> in this way:</p><div class="source"><pre>&lt;composite xmlns=&quot;http://www.osoa.org/xmlns/sca/1.0&quot;
+ xmlns:tuscany=&quot;http://tuscany.apache.org/xmlns/sca/1.0&quot;
+ name=&quot;PropertyTestHarnessComposite&quot;&gt;
+
+ &lt;component name=&quot;ProductionComponent&quot;&gt;
+ &lt;implementation.composite name=&quot;ProductionComposite&quot;
+ scdlResource=&quot;META-INF/sca/default.scdl&quot;/&gt;
+ &lt;/component&gt;
+
+ &lt;component name=&quot;testMyService&quot;&gt;
+ &lt;tuscany:junit class=&quot;ServiceTestComponent&quot;/&gt;
+ &lt;reference name=&quot;service&quot;&gt;ProductionComponent&lt;/reference&gt;
+ &lt;/component&gt;
+&lt;/composite&gt;</pre></div><p>The location of this test composite definition can be specified using the <tt>testScdl</tt> plugin configuration property; the default location is <tt>$<a name="project.build.testoutputdirectory">project.build.testOutputDirectory</a>/itest.scdl</tt> which allows the <tt>itest.scdl</tt> source file to be placed in the test resources (<tt>src/test/resources</tt>).</p></div><div class="section"><h3>Test Result Output</h3><p>The test results are output using Surefire's reporting framework for integration with other test reports. XML and test results are stored in the normal test output directory (<tt>target/surefire-reports</tt>) with a summary displayed on the console:</p><div class="source"><pre>[INFO] [tuscany-itest:test {execution: default}]
+[INFO] Starting Tuscany...
+[INFO] Deploying test SCDL from .../target/test-classes/itest.scdl
+[INFO] Executing tests...
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running testMyService
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
+
+Results :
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] Stopping Tuscany...</pre></div></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>