Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/testapidocs/stylesheet.css
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/testapidocs/stylesheet.css
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/testapidocs/stylesheet.css
 Thu Aug  6 07:56:28 2015
@@ -1,29 +1,474 @@
-/* Javadoc style sheet */
-
-/* Define colors, fonts and other style attributes here to override the 
defaults */
-
-/* Page background color */
-body { background-color: #FFFFFF }
-
-/* Headings */
-h1 { font-size: 145% }
-
-/* Table colors */
-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
-.TableRowColor         { background: #FFFFFF } /* White */
-
-/* Font used in left-hand frame lists */
-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif 
}
-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif 
}
-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif 
}
-
-/* Navigation bar fonts and colors */
-.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
-.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
-
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; 
background-color:#FFFFFF;}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; 
background-color:#FFFFFF;}
-
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:Arial, Helvetica, sans-serif;
+    font-size:76%;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-size:1.3em;
+}
+h1 {
+    font-size:1.8em;
+}
+h2 {
+    font-size:1.5em;
+}
+h3 {
+    font-size:1.4em;
+}
+h4 {
+    font-size:1.3em;
+}
+h5 {
+    font-size:1.2em;
+}
+h6 {
+    font-size:1.1em;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-size:1.2em;
+}
+dt code {
+    font-size:1.2em;
+}
+table tr td dt code {
+    font-size:1.2em;
+    vertical-align:top;
+}
+sup {
+    font-size:.6em;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:.8em;
+    z-index:200;
+    margin-top:-7px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    background-image:url(resources/titlebar.gif);
+    background-position:left top;
+    background-repeat:no-repeat;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:1em;
+    margin:0;
+}
+.topNav {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.bottomNav {
+    margin-top:10px;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.subNav {
+    background-color:#dee3e9;
+    border-bottom:1px solid #9eadc0;
+    float:left;
+    width:100%;
+    overflow:hidden;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding:3px 6px;
+}
+ul.subNavList li{
+    list-style:none;
+    float:left;
+    font-size:90%;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, 
.bottomNav a:active, .bottomNav a:visited {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+.navBarCell1Rev {
+    background-image:url(resources/tab.gif);
+    background-color:#a88834;
+    color:#FFFFFF;
+    margin: auto 5px;
+    border:1px solid #c9aa44;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader h1 {
+    font-size:1.3em;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 25px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:1.2em;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, 
div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+    background-color:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, 
.serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:1.0em;
+}
+.indexContainer h2 {
+    font-size:1.1em;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, 
.serializedFormContainer dl dt {
+    font-size:1.1em;
+    font-weight:bold;
+    margin:10px 0 0 0;
+    color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, 
.serializedFormContainer dl dd {
+    margin:10px 0 10px 20px;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:25px;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast 
li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #9eadc0;
+    background-color:#f9f9f9;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList 
ul.blockListLast li.blockList {
+    padding:0 0 5px 8px;
+    background-color:#ffffff;
+    border:1px solid #9eadc0;
+    border-top:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+    margin-left:0;
+    padding-left:0;
+    padding-bottom:15px;
+    border:none;
+    border-bottom:1px solid #9eadc0;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+    list-style:none;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.contentContainer table, .classUseContainer table, .constantValuesContainer 
table {
+    border-bottom:1px solid #9eadc0;
+    width:100%;
+}
+.contentContainer ul li table, .classUseContainer ul li table, 
.constantValuesContainer ul li table {
+    width:100%;
+}
+.contentContainer .description table, .contentContainer .details table {
+    border-bottom:none;
+}
+.contentContainer ul li table th.colOne, .contentContainer ul li table 
th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li 
table th, .constantValuesContainer ul li table th, .contentContainer ul li 
table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer 
ul li table td.colLast, .classUseContainer ul li table td, 
.constantValuesContainer ul li table td{
+    vertical-align:top;
+    padding-right:20px;
+}
+.contentContainer ul li table th.colLast, .classUseContainer ul li table 
th.colLast,.constantValuesContainer ul li table th.colLast,
+.contentContainer ul li table td.colLast, .classUseContainer ul li table 
td.colLast,.constantValuesContainer ul li table td.colLast,
+.contentContainer ul li table th.colOne, .classUseContainer ul li table 
th.colOne,
+.contentContainer ul li table td.colOne, .classUseContainer ul li table 
td.colOne {
+    padding-right:3px;
+}
+.overviewSummary caption, .packageSummary caption, .contentContainer 
ul.blockList li.blockList caption, .summary caption, .classUseContainer 
caption, .constantValuesContainer caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#FFFFFF;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    margin:0px;
+}
+caption a:link, caption a:hover, caption a:active, caption a:visited {
+    color:#FFFFFF;
+}
+.overviewSummary caption span, .packageSummary caption span, .contentContainer 
ul.blockList li.blockList caption span, .summary caption span, 
.classUseContainer caption span, .constantValuesContainer caption span {
+    white-space:nowrap;
+    padding-top:8px;
+    padding-left:8px;
+    display:block;
+    float:left;
+    background-image:url(resources/titlebar.gif);
+    height:18px;
+}
+.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer 
ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer 
.tabEnd, .constantValuesContainer .tabEnd {
+    width:10px;
+    background-image:url(resources/titlebar_end.gif);
+    background-repeat:no-repeat;
+    background-position:top right;
+    position:relative;
+    float:left;
+}
+ul.blockList ul.blockList li.blockList table {
+    margin:0 0 12px 0px;
+    width:100%;
+}
+.tableSubHeadingColor {
+    background-color: #EEEEFF;
+}
+.altColor {
+    background-color:#eeeeef;
+}
+.rowColor {
+    background-color:#ffffff;
+}
+.overviewSummary td, .packageSummary td, .contentContainer ul.blockList 
li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer 
td {
+    text-align:left;
+    padding:3px 3px 3px 7px;
+}
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+    background:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    text-align:left;
+    padding:3px 3px 3px 7px;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, 
td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst 
a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, 
td.colLast a:hover, .constantValuesContainer td a:link, 
.constantValuesContainer td a:active, .constantValuesContainer td a:visited, 
.constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+td.colFirst, th.colFirst {
+    border-left:1px solid #9eadc0;
+    white-space:nowrap;
+}
+td.colLast, th.colLast {
+    border-right:1px solid #9eadc0;
+}
+td.colOne, th.colOne {
+    border-right:1px solid #9eadc0;
+    border-left:1px solid #9eadc0;
+}
+table.overviewSummary  {
+    padding:0px;
+    margin-left:0px;
+}
+table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
+table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+    width:25%;
+    vertical-align:middle;
+}
+table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
+    width:25%;
+    vertical-align:middle;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:.9em;
+}
+.block {
+    display:block;
+    margin:3px 0 0 0;
+}
+.strong {
+    font-weight:bold;
+}
\ No newline at end of file

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/allclasses-frame.html
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/allclasses-frame.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/allclasses-frame.html
 Thu Aug  6 07:56:28 2015
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"DTD/xhtml1-transitional.dtd">
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
                <title>All Classes</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
@@ -29,4 +29,4 @@
                              </ul>
 
     </body>
-  </html>
+  </html>
\ No newline at end of file

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/index.html
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/index.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/index.html
 Thu Aug  6 07:56:28 2015
@@ -1,9 +1,9 @@
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" 
"DTD/xhtml1-frameset.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd";>
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-               <title>Fulcrum Test Container 1.0.7-SNAPSHOT Reference</title>
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
+               <title>Fulcrum Test Container 1.0.8-SNAPSHOT Reference</title>
        </head>
     <frameset cols="20%,80%">
                <frameset rows="30%,70%">
@@ -21,4 +21,3 @@
         </noframes>
     </frameset>
 </html>
-

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html
 Thu Aug  6 07:56:28 2015
@@ -1,102 +1,101 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-<title>AlternativeComponentImpl xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<pre>
-
-<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> 
org.apache.fulcrum.testcontainer;
-<a name="2" href="#2">2</a>   
-<a name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the 
Apache Software Foundation (ASF) under one</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor 
license agreements.  See the NOTICE file</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this 
work for additional information</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright 
ownership.  The ASF licenses this file</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the 
Apache License, Version 2.0 (the</em>
-<a name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may 
not use this file except in compliance</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  
You may obtain a copy of the License at</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> *   <a 
href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by 
applicable law or agreed to in writing,</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> * software 
distributed under the License is distributed on an</em>
-<a name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
-<a name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either 
express or implied.  See the License for the</em>
-<a name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language 
governing permissions and limitations</em>
-<a name="19" href="#19">19</a>  <em class="jxr_comment"> * under the 
License.</em>
-<a name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
-<a name="21" href="#21">21</a>  
-<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> 
java.io.File;
-<a name="23" href="#23">23</a>  
-<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.logger.AbstractLogEnabled;
-<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.activity.Initializable;
-<a name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.activity.Disposable;
-<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.context.Contextualizable;
-<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.context.Context;
-<a name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.context.ContextException;
-<a name="30" href="#30">30</a>  
-<a name="31" href="#31">31</a>  <em class="jxr_javadoccomment">/**</em>
-<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> * Interface of 
the component</em>
-<a name="33" href="#33">33</a>  <em class="jxr_javadoccomment"> *</em>
-<a name="34" href="#34">34</a>  <em class="jxr_javadoccomment"> * @author 
&lt;a href="<a href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
-<a name="35" href="#35">35</a>  <em class="jxr_javadoccomment"> * @author 
&lt;a href="<a href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Eric 
Pugh&lt;/a&gt;</em>
-<a name="36" href="#36">36</a>  <em class="jxr_javadoccomment"> * @version 
$Id: AlternativeComponentImpl.java 535465 2007-05-05 06:58:06Z tv $</em>
-<a name="37" href="#37">37</a>  <em class="jxr_javadoccomment"> */</em>
-<a name="38" href="#38">38</a>  <strong class="jxr_keyword">public</strong> 
<strong class="jxr_keyword">class</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>
-<a name="39" href="#39">39</a>          <strong 
class="jxr_keyword">extends</strong> AbstractLogEnabled
-<a name="40" href="#40">40</a>          implements Initializable, Disposable, 
SimpleComponent,
-<a name="41" href="#41">41</a>              Contextualizable
-<a name="42" href="#42">42</a>  {
-<a name="43" href="#43">43</a>      <strong 
class="jxr_keyword">private</strong> String appRoot;
-<a name="44" href="#44">44</a>      <strong 
class="jxr_keyword">private</strong> String appRoot2;
-<a name="45" href="#45">45</a>  
-<a name="46" href="#46">46</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
initialize() <strong class="jxr_keyword">throws</strong> Exception
-<a name="47" href="#47">47</a>      {
-<a name="48" href="#48">48</a>      }
-<a name="49" href="#49">49</a>  
-<a name="50" href="#50">50</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
dispose()
-<a name="51" href="#51">51</a>      {
-<a name="52" href="#52">52</a>      }
-<a name="53" href="#53">53</a>  
-<a name="54" href="#54">54</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
test()
-<a name="55" href="#55">55</a>      {
-<a name="56" href="#56">56</a>          setupLogger(<strong 
class="jxr_keyword">this</strong>, <span 
class="jxr_string">"AlternativeSimpleComponent"</span>);
-<a name="57" href="#57">57</a>          getLogger().debug(<span 
class="jxr_string">"test"</span>);
-<a name="58" href="#58">58</a>          getLogger().debug(<span 
class="jxr_string">"ComponentAppRoot = "</span>+appRoot);
-<a name="59" href="#59">59</a>      }
-<a name="60" href="#60">60</a>  
-<a name="61" href="#61">61</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextualize(Context context) <strong class="jxr_keyword">throws</strong> 
ContextException
-<a name="62" href="#62">62</a>      {
-<a name="63" href="#63">63</a>          appRoot = (String) context.get(<span 
class="jxr_string">"componentAppRoot"</span>);
-<a name="64" href="#64">64</a>          <strong 
class="jxr_keyword">if</strong> (context.get(<span 
class="jxr_string">"urn:avalon:home"</span>) instanceof File){
-<a name="65" href="#65">65</a>              appRoot2 = 
((File)(context.get(<span 
class="jxr_string">"urn:avalon:home"</span>))).toString();
-<a name="66" href="#66">66</a>          }
-<a name="67" href="#67">67</a>          <strong 
class="jxr_keyword">else</strong> {
-<a name="68" href="#68">68</a>              appRoot2 = 
(String)context.get(<span class="jxr_string">"urn:avalon:home"</span>);
-<a name="69" href="#69">69</a>          }
-<a name="70" href="#70">70</a>  
-<a name="71" href="#71">71</a>      }
-<a name="72" href="#72">72</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * @return 
Returns the appRoot.</em>
-<a name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     */</em>
-<a name="75" href="#75">75</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot()
-<a name="76" href="#76">76</a>      {
-<a name="77" href="#77">77</a>          <strong 
class="jxr_keyword">return</strong> appRoot;
-<a name="78" href="#78">78</a>      }
-<a name="79" href="#79">79</a>  
-<a name="80" href="#80">80</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="81" href="#81">81</a>  <em class="jxr_javadoccomment">     * @return 
Returns the appRoot2.</em>
-<a name="82" href="#82">82</a>  <em class="jxr_javadoccomment">     */</em>
-<a name="83" href="#83">83</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot2()
-<a name="84" href="#84">84</a>      {
-<a name="85" href="#85">85</a>          <strong 
class="jxr_keyword">return</strong> appRoot2;
-<a name="86" href="#86">86</a>      }
-<a name="87" href="#87">87</a>  
-<a name="88" href="#88">88</a>  }
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
-</html>
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>AlternativeComponentImpl xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../testapidocs/org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">View
 Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong 
class="jxr_keyword">package</strong> org.apache.fulcrum.testcontainer;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> 
* Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> 
* or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> 
* distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> 
* regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> 
* to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> 
* "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em 
class="jxr_comment"> * with the License.  You may obtain a copy of the License 
at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em 
class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em 
class="jxr_comment"> * software distributed under the License is distributed on 
an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em 
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong 
class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.logger.AbstractLogEnabled;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.activity.Initializable;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.activity.Disposable;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.context.Contextualizable;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong 
class="jxr_keyword">import</strong> org.apache.avalon.framework.context.Context;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.context.ContextException;
+<a class="jxr_linenumber" name="30" href="#30">30</a>  
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <em 
class="jxr_javadoccomment"> * Interface of the component</em>
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <em 
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="34" href="#34">34</a>  <em 
class="jxr_javadoccomment"> * @author &lt;a href="<a 
href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="35" href="#35">35</a>  <em 
class="jxr_javadoccomment"> * @author &lt;a href="<a 
href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Eric 
Pugh&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <em 
class="jxr_javadoccomment"> * @version $Id: AlternativeComponentImpl.java 
535465 2007-05-05 06:58:06Z tv $</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>
+<a class="jxr_linenumber" name="39" href="#39">39</a>          <strong 
class="jxr_keyword">extends</strong> AbstractLogEnabled
+<a class="jxr_linenumber" name="40" href="#40">40</a>          <strong 
class="jxr_keyword">implements</strong> Initializable, Disposable, 
SimpleComponent,
+<a class="jxr_linenumber" name="41" href="#41">41</a>              
Contextualizable
+<a class="jxr_linenumber" name="42" href="#42">42</a>  {
+<a class="jxr_linenumber" name="43" href="#43">43</a>      <strong 
class="jxr_keyword">private</strong> String appRoot;
+<a class="jxr_linenumber" name="44" href="#44">44</a>      <strong 
class="jxr_keyword">private</strong> String appRoot2;
+<a class="jxr_linenumber" name="45" href="#45">45</a>  
+<a class="jxr_linenumber" name="46" href="#46">46</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
initialize() <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="47" href="#47">47</a>      {
+<a class="jxr_linenumber" name="48" href="#48">48</a>      }
+<a class="jxr_linenumber" name="49" href="#49">49</a>  
+<a class="jxr_linenumber" name="50" href="#50">50</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
dispose()
+<a class="jxr_linenumber" name="51" href="#51">51</a>      {
+<a class="jxr_linenumber" name="52" href="#52">52</a>      }
+<a class="jxr_linenumber" name="53" href="#53">53</a>  
+<a class="jxr_linenumber" name="54" href="#54">54</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
test()
+<a class="jxr_linenumber" name="55" href="#55">55</a>      {
+<a class="jxr_linenumber" name="56" href="#56">56</a>          
setupLogger(<strong class="jxr_keyword">this</strong>, <span 
class="jxr_string">"AlternativeSimpleComponent"</span>);
+<a class="jxr_linenumber" name="57" href="#57">57</a>          
getLogger().debug(<span class="jxr_string">"test"</span>);
+<a class="jxr_linenumber" name="58" href="#58">58</a>          
getLogger().debug(<span class="jxr_string">"ComponentAppRoot = 
"</span>+appRoot);
+<a class="jxr_linenumber" name="59" href="#59">59</a>      }
+<a class="jxr_linenumber" name="60" href="#60">60</a>  
+<a class="jxr_linenumber" name="61" href="#61">61</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextualize(Context context) <strong class="jxr_keyword">throws</strong> 
ContextException
+<a class="jxr_linenumber" name="62" href="#62">62</a>      {
+<a class="jxr_linenumber" name="63" href="#63">63</a>          appRoot = 
(String) context.get(<span class="jxr_string">"componentAppRoot"</span>);
+<a class="jxr_linenumber" name="64" href="#64">64</a>          <strong 
class="jxr_keyword">if</strong> (context.get(<span 
class="jxr_string">"urn:avalon:home"</span>) instanceof File){
+<a class="jxr_linenumber" name="65" href="#65">65</a>              appRoot2 = 
((File)(context.get(<span 
class="jxr_string">"urn:avalon:home"</span>))).toString();
+<a class="jxr_linenumber" name="66" href="#66">66</a>          }
+<a class="jxr_linenumber" name="67" href="#67">67</a>          <strong 
class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="68" href="#68">68</a>              appRoot2 = 
(String)context.get(<span class="jxr_string">"urn:avalon:home"</span>);
+<a class="jxr_linenumber" name="69" href="#69">69</a>          }
+<a class="jxr_linenumber" name="70" href="#70">70</a>  
+<a class="jxr_linenumber" name="71" href="#71">71</a>      }
+<a class="jxr_linenumber" name="72" href="#72">72</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="73" href="#73">73</a>  <em 
class="jxr_javadoccomment">     * @return Returns the appRoot.</em>
+<a class="jxr_linenumber" name="74" href="#74">74</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="75" href="#75">75</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot()
+<a class="jxr_linenumber" name="76" href="#76">76</a>      {
+<a class="jxr_linenumber" name="77" href="#77">77</a>          <strong 
class="jxr_keyword">return</strong> appRoot;
+<a class="jxr_linenumber" name="78" href="#78">78</a>      }
+<a class="jxr_linenumber" name="79" href="#79">79</a>  
+<a class="jxr_linenumber" name="80" href="#80">80</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="81" href="#81">81</a>  <em 
class="jxr_javadoccomment">     * @return Returns the appRoot2.</em>
+<a class="jxr_linenumber" name="82" href="#82">82</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="83" href="#83">83</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot2()
+<a class="jxr_linenumber" name="84" href="#84">84</a>      {
+<a class="jxr_linenumber" name="85" href="#85">85</a>          <strong 
class="jxr_keyword">return</strong> appRoot2;
+<a class="jxr_linenumber" name="86" href="#86">86</a>      }
+<a class="jxr_linenumber" name="87" href="#87">87</a>  
+<a class="jxr_linenumber" name="88" href="#88">88</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
+</html>

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/EcmContainerTest.html
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/EcmContainerTest.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/EcmContainerTest.html
 Thu Aug  6 07:56:28 2015
@@ -1,143 +1,150 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-<title>EcmContainerTest xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<pre>
-
-<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> 
org.apache.fulcrum.testcontainer;
-<a name="2" href="#2">2</a>   <em class="jxr_comment">/*</em>
-<a name="3" href="#3">3</a>   <em class="jxr_comment"> * Licensed to the 
Apache Software Foundation (ASF) under one</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * or more contributor 
license agreements.  See the NOTICE file</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * distributed with this 
work for additional information</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * regarding copyright 
ownership.  The ASF licenses this file</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> * to you under the 
Apache License, Version 2.0 (the</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> * "License"); you may 
not use this file except in compliance</em>
-<a name="9" href="#9">9</a>   <em class="jxr_comment"> * with the License.  
You may obtain a copy of the License at</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> *</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> *   <a 
href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> *</em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> * Unless required by 
applicable law or agreed to in writing,</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * software 
distributed under the License is distributed on an</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> * "AS IS" BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
-<a name="16" href="#16">16</a>  <em class="jxr_comment"> * KIND, either 
express or implied.  See the License for the</em>
-<a name="17" href="#17">17</a>  <em class="jxr_comment"> * specific language 
governing permissions and limitations</em>
-<a name="18" href="#18">18</a>  <em class="jxr_comment"> * under the 
License.</em>
-<a name="19" href="#19">19</a>  <em class="jxr_comment"> */</em>
-<a name="20" href="#20">20</a>  <strong class="jxr_keyword">import</strong> 
java.io.File;
-<a name="21" href="#21">21</a>  
-<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.component.ComponentException;
-<a name="23" href="#23">23</a>  <em class="jxr_javadoccomment">/**</em>
-<a name="24" href="#24">24</a>  <em class="jxr_javadoccomment"> * Basic 
testing of the Container</em>
-<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> *</em>
-<a name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @author 
&lt;a href="<a href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
-<a name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> * @version 
$Id: EcmContainerTest.java 535465 2007-05-05 06:58:06Z tv $</em>
-<a name="28" href="#28">28</a>  <em class="jxr_javadoccomment"> */</em>
-<a name="29" href="#29">29</a>  <strong class="jxr_keyword">public</strong> 
<strong class="jxr_keyword">class</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/EcmContainerTest.html">EcmContainerTest</a>
 <strong class="jxr_keyword">extends</strong> BaseUnitTest
-<a name="30" href="#30">30</a>  {
-<a name="31" href="#31">31</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment">         * 
Constructor for test.</em>
-<a name="33" href="#33">33</a>  <em class="jxr_javadoccomment">         *</em>
-<a name="34" href="#34">34</a>  <em class="jxr_javadoccomment">         * 
@param testName name of the test being executed</em>
-<a name="35" href="#35">35</a>  <em class="jxr_javadoccomment">         */</em>
-<a name="36" href="#36">36</a>      <strong 
class="jxr_keyword">public</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/EcmContainerTest.html">EcmContainerTest</a>(String
 testName)
-<a name="37" href="#37">37</a>      {
-<a name="38" href="#38">38</a>          <strong 
class="jxr_keyword">super</strong>(testName);
-<a name="39" href="#39">39</a>      }
-<a name="40" href="#40">40</a>  
-<a name="41" href="#41">41</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setUp() <strong class="jxr_keyword">throws</strong> Exception{
-<a name="42" href="#42">42</a>          containerType=CONTAINER_ECM;
-<a name="43" href="#43">43</a>          <strong 
class="jxr_keyword">super</strong>.setUp();
-<a name="44" href="#44">44</a>      }
-<a name="45" href="#45">45</a>  
-<a name="46" href="#46">46</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testInitialization()
-<a name="47" href="#47">47</a>      {
-<a name="48" href="#48">48</a>          assertTrue(<strong 
class="jxr_keyword">true</strong>);
-<a name="49" href="#49">49</a>      }
-<a name="50" href="#50">50</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testComponentUsage()
-<a name="51" href="#51">51</a>      {
-<a name="52" href="#52">52</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
-<a name="53" href="#53">53</a>          <strong 
class="jxr_keyword">try</strong>
-<a name="54" href="#54">54</a>          {
-<a name="55" href="#55">55</a>              sc = (SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
-<a name="56" href="#56">56</a>          }
-<a name="57" href="#57">57</a>          <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
-<a name="58" href="#58">58</a>          {
-<a name="59" href="#59">59</a>              e.printStackTrace();
-<a name="60" href="#60">60</a>              fail(e.getMessage());
-<a name="61" href="#61">61</a>          }
-<a name="62" href="#62">62</a>          assertNotNull(sc);
-<a name="63" href="#63">63</a>          sc.test();
-<a name="64" href="#64">64</a>          
assertEquals(sc.getAppRoot(),sc.getAppRoot2());
-<a name="65" href="#65">65</a>          <strong 
class="jxr_keyword">this</strong>.release(sc);
-<a name="66" href="#66">66</a>      }
-<a name="67" href="#67">67</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testAlternativeRoles()
-<a name="68" href="#68">68</a>      {
-<a name="69" href="#69">69</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
-<a name="70" href="#70">70</a>          File f = <strong 
class="jxr_keyword">new</strong> File(<span 
class="jxr_string">"src/test/TestAlternativeRoleConfig.xml"</span>);
-<a name="71" href="#71">71</a>          assertTrue(f.exists());
-<a name="72" href="#72">72</a>          <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<span 
class="jxr_string">"src/test/TestAlternativeRoleConfig.xml"</span>);
-<a name="73" href="#73">73</a>          <strong 
class="jxr_keyword">try</strong>
-<a name="74" href="#74">74</a>          {
-<a name="75" href="#75">75</a>              sc = (SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
-<a name="76" href="#76">76</a>          }
-<a name="77" href="#77">77</a>          <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
-<a name="78" href="#78">78</a>          {
-<a name="79" href="#79">79</a>              e.printStackTrace();
-<a name="80" href="#80">80</a>              fail(e.getMessage());
-<a name="81" href="#81">81</a>          }
-<a name="82" href="#82">82</a>          assertTrue(sc instanceof <a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>);
-<a name="83" href="#83">83</a>          assertNotNull(sc);
-<a name="84" href="#84">84</a>          sc.test();
-<a name="85" href="#85">85</a>          <strong 
class="jxr_keyword">this</strong>.release(sc);
-<a name="86" href="#86">86</a>      }
-<a name="87" href="#87">87</a>  
-<a name="88" href="#88">88</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLoadingContainerWithNoRolesfile()
-<a name="89" href="#89">89</a>      {
-<a name="90" href="#90">90</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
-<a name="91" href="#91">91</a>  
-<a name="92" href="#92">92</a>          <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<strong 
class="jxr_keyword">null</strong>);
-<a name="93" href="#93">93</a>          <strong 
class="jxr_keyword">this</strong>.setConfigurationFileName(
-<a name="94" href="#94">94</a>              <span 
class="jxr_string">"src/test/TestComponentConfigIntegratedRoles.xml"</span>);
-<a name="95" href="#95">95</a>          <strong 
class="jxr_keyword">try</strong>
-<a name="96" href="#96">96</a>          {
-<a name="97" href="#97">97</a>              sc = (SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
-<a name="98" href="#98">98</a>          }
-<a name="99" href="#99">99</a>          <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
-<a name="100" href="#100">100</a>         {
-<a name="101" href="#101">101</a>             e.printStackTrace();
-<a name="102" href="#102">102</a>             fail(e.getMessage());
-<a name="103" href="#103">103</a>         }
-<a name="104" href="#104">104</a>         assertTrue(sc instanceof <a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>);
-<a name="105" href="#105">105</a>         assertNotNull(sc);
-<a name="106" href="#106">106</a>         sc.test();
-<a name="107" href="#107">107</a>         <strong 
class="jxr_keyword">this</strong>.release(sc);
-<a name="108" href="#108">108</a>     }
-<a name="109" href="#109">109</a> 
-<a name="110" href="#110">110</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLoadingNonExistentFile()
-<a name="111" href="#111">111</a>     {
-<a name="112" href="#112">112</a>         <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
-<a name="113" href="#113">113</a> 
-<a name="114" href="#114">114</a>         <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<strong 
class="jxr_keyword">null</strong>);
-<a name="115" href="#115">115</a>         <strong 
class="jxr_keyword">this</strong>.setConfigurationFileName(<span 
class="jxr_string">"BogusFile.xml"</span>);
-<a name="116" href="#116">116</a>         <strong 
class="jxr_keyword">try</strong>
-<a name="117" href="#117">117</a>         {
-<a name="118" href="#118">118</a>             sc = (SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
-<a name="119" href="#119">119</a>         }
-<a name="120" href="#120">120</a>         <strong 
class="jxr_keyword">catch</strong>(RuntimeException re){
-<a name="121" href="#121">121</a>             <em 
class="jxr_comment">//good</em>
-<a name="122" href="#122">122</a>         }
-<a name="123" href="#123">123</a>         <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
-<a name="124" href="#124">124</a>         {
-<a name="125" href="#125">125</a> 
-<a name="126" href="#126">126</a>             fail(e.getMessage());
-<a name="127" href="#127">127</a>         }
-<a name="128" href="#128">128</a>     }
-<a name="129" href="#129">129</a> }
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
-</html>
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>EcmContainerTest xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../testapidocs/org/apache/fulcrum/testcontainer/EcmContainerTest.html">View
 Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong 
class="jxr_keyword">package</strong> org.apache.fulcrum.testcontainer;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment"> 
* Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> 
* or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> 
* distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> 
* regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> 
* to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> 
* "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> 
* with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em 
class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing,</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em 
class="jxr_comment"> * software distributed under the License is distributed on 
an</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em 
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <strong 
class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> 
org.junit.Assert.*;
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong 
class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.component.ComponentException;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong 
class="jxr_keyword">import</strong> org.junit.Before;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong 
class="jxr_keyword">import</strong> org.junit.Test;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <em 
class="jxr_javadoccomment"> * Basic testing of the Container</em>
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <em 
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <em 
class="jxr_javadoccomment"> * @author &lt;a href="<a 
href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <em 
class="jxr_javadoccomment"> * @version $Id: EcmContainerTest.java 1670053 
2015-03-30 11:12:40Z gk $</em>
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../org/apache/fulcrum/testcontainer/EcmContainerTest.html">EcmContainerTest</a>
 <strong class="jxr_keyword">extends</strong> BaseUnit4Test
+<a class="jxr_linenumber" name="34" href="#34">34</a>  {
+<a class="jxr_linenumber" name="35" href="#35">35</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <em 
class="jxr_javadoccomment">  * Constructor for test.</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em 
class="jxr_javadoccomment">  *</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>  <em 
class="jxr_javadoccomment">  * @param testName name of the test being 
executed</em>
+<a class="jxr_linenumber" name="39" href="#39">39</a>  <em 
class="jxr_javadoccomment">  */</em>
+<a class="jxr_linenumber" name="40" href="#40">40</a>      <strong 
class="jxr_keyword">public</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/EcmContainerTest.html">EcmContainerTest</a>()
+<a class="jxr_linenumber" name="41" href="#41">41</a>      {
+<a class="jxr_linenumber" name="42" href="#42">42</a>      }
+<a class="jxr_linenumber" name="43" href="#43">43</a>  
+<a class="jxr_linenumber" name="44" href="#44">44</a>      @Before
+<a class="jxr_linenumber" name="45" href="#45">45</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setUp() <strong class="jxr_keyword">throws</strong> Exception{
+<a class="jxr_linenumber" name="46" href="#46">46</a>          
containerType=CONTAINER_ECM;
+<a class="jxr_linenumber" name="47" href="#47">47</a>      }
+<a class="jxr_linenumber" name="48" href="#48">48</a>  
+<a class="jxr_linenumber" name="49" href="#49">49</a>      @Test
+<a class="jxr_linenumber" name="50" href="#50">50</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testInitialization()
+<a class="jxr_linenumber" name="51" href="#51">51</a>      {
+<a class="jxr_linenumber" name="52" href="#52">52</a>          
assertTrue(<strong class="jxr_keyword">true</strong>);
+<a class="jxr_linenumber" name="53" href="#53">53</a>      }
+<a class="jxr_linenumber" name="54" href="#54">54</a>      @Test
+<a class="jxr_linenumber" name="55" href="#55">55</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testComponentUsage()
+<a class="jxr_linenumber" name="56" href="#56">56</a>      {
+<a class="jxr_linenumber" name="57" href="#57">57</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="58" href="#58">58</a>          <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="59" href="#59">59</a>          {
+<a class="jxr_linenumber" name="60" href="#60">60</a>              sc = 
(SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
+<a class="jxr_linenumber" name="61" href="#61">61</a>          }
+<a class="jxr_linenumber" name="62" href="#62">62</a>          <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
+<a class="jxr_linenumber" name="63" href="#63">63</a>          {
+<a class="jxr_linenumber" name="64" href="#64">64</a>              
e.printStackTrace();
+<a class="jxr_linenumber" name="65" href="#65">65</a>              
fail(e.getMessage());
+<a class="jxr_linenumber" name="66" href="#66">66</a>          }
+<a class="jxr_linenumber" name="67" href="#67">67</a>          
assertNotNull(sc);
+<a class="jxr_linenumber" name="68" href="#68">68</a>          sc.test();
+<a class="jxr_linenumber" name="69" href="#69">69</a>          
assertEquals(sc.getAppRoot(),sc.getAppRoot2());
+<a class="jxr_linenumber" name="70" href="#70">70</a>          <strong 
class="jxr_keyword">this</strong>.release(sc);
+<a class="jxr_linenumber" name="71" href="#71">71</a>      }
+<a class="jxr_linenumber" name="72" href="#72">72</a>      @Test
+<a class="jxr_linenumber" name="73" href="#73">73</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testAlternativeRoles()
+<a class="jxr_linenumber" name="74" href="#74">74</a>      {
+<a class="jxr_linenumber" name="75" href="#75">75</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="76" href="#76">76</a>          File f = 
<strong class="jxr_keyword">new</strong> File(<span 
class="jxr_string">"src/test/TestAlternativeRoleConfig.xml"</span>);
+<a class="jxr_linenumber" name="77" href="#77">77</a>          
assertTrue(f.exists());
+<a class="jxr_linenumber" name="78" href="#78">78</a>          <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<span 
class="jxr_string">"src/test/TestAlternativeRoleConfig.xml"</span>);
+<a class="jxr_linenumber" name="79" href="#79">79</a>          <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="80" href="#80">80</a>          {
+<a class="jxr_linenumber" name="81" href="#81">81</a>              sc = 
(SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
+<a class="jxr_linenumber" name="82" href="#82">82</a>          }
+<a class="jxr_linenumber" name="83" href="#83">83</a>          <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
+<a class="jxr_linenumber" name="84" href="#84">84</a>          {
+<a class="jxr_linenumber" name="85" href="#85">85</a>              
e.printStackTrace();
+<a class="jxr_linenumber" name="86" href="#86">86</a>              
fail(e.getMessage());
+<a class="jxr_linenumber" name="87" href="#87">87</a>          }
+<a class="jxr_linenumber" name="88" href="#88">88</a>          assertTrue(sc 
instanceof <a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>);
+<a class="jxr_linenumber" name="89" href="#89">89</a>          
assertNotNull(sc);
+<a class="jxr_linenumber" name="90" href="#90">90</a>          sc.test();
+<a class="jxr_linenumber" name="91" href="#91">91</a>          <strong 
class="jxr_keyword">this</strong>.release(sc);
+<a class="jxr_linenumber" name="92" href="#92">92</a>      }
+<a class="jxr_linenumber" name="93" href="#93">93</a>  
+<a class="jxr_linenumber" name="94" href="#94">94</a>      @Test
+<a class="jxr_linenumber" name="95" href="#95">95</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLoadingContainerWithNoRolesfile()
+<a class="jxr_linenumber" name="96" href="#96">96</a>      {
+<a class="jxr_linenumber" name="97" href="#97">97</a>          <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="98" href="#98">98</a>  
+<a class="jxr_linenumber" name="99" href="#99">99</a>          <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<strong 
class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="100" href="#100">100</a>         <strong 
class="jxr_keyword">this</strong>.setConfigurationFileName(
+<a class="jxr_linenumber" name="101" href="#101">101</a>             <span 
class="jxr_string">"src/test/TestComponentConfigIntegratedRoles.xml"</span>);
+<a class="jxr_linenumber" name="102" href="#102">102</a>         <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="103" href="#103">103</a>         {
+<a class="jxr_linenumber" name="104" href="#104">104</a>             sc = 
(SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
+<a class="jxr_linenumber" name="105" href="#105">105</a>         }
+<a class="jxr_linenumber" name="106" href="#106">106</a>         <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
+<a class="jxr_linenumber" name="107" href="#107">107</a>         {
+<a class="jxr_linenumber" name="108" href="#108">108</a>             
e.printStackTrace();
+<a class="jxr_linenumber" name="109" href="#109">109</a>             
fail(e.getMessage());
+<a class="jxr_linenumber" name="110" href="#110">110</a>         }
+<a class="jxr_linenumber" name="111" href="#111">111</a>         assertTrue(sc 
instanceof <a 
href="../../../../org/apache/fulcrum/testcontainer/AlternativeComponentImpl.html">AlternativeComponentImpl</a>);
+<a class="jxr_linenumber" name="112" href="#112">112</a>         
assertNotNull(sc);
+<a class="jxr_linenumber" name="113" href="#113">113</a>         sc.test();
+<a class="jxr_linenumber" name="114" href="#114">114</a>         <strong 
class="jxr_keyword">this</strong>.release(sc);
+<a class="jxr_linenumber" name="115" href="#115">115</a>     }
+<a class="jxr_linenumber" name="116" href="#116">116</a> 
+<a class="jxr_linenumber" name="117" href="#117">117</a>     @Test
+<a class="jxr_linenumber" name="118" href="#118">118</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLoadingNonExistentFile()
+<a class="jxr_linenumber" name="119" href="#119">119</a>     {
+<a class="jxr_linenumber" name="120" href="#120">120</a>         <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 sc = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="121" href="#121">121</a> 
+<a class="jxr_linenumber" name="122" href="#122">122</a>         <strong 
class="jxr_keyword">this</strong>.setRoleFileName(<strong 
class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="123" href="#123">123</a>         <strong 
class="jxr_keyword">this</strong>.setConfigurationFileName(<span 
class="jxr_string">"BogusFile.xml"</span>);
+<a class="jxr_linenumber" name="124" href="#124">124</a>         <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="125" href="#125">125</a>         {
+<a class="jxr_linenumber" name="126" href="#126">126</a>             sc = 
(SimpleComponent) <strong 
class="jxr_keyword">this</strong>.lookup(SimpleComponent.ROLE);
+<a class="jxr_linenumber" name="127" href="#127">127</a>         }
+<a class="jxr_linenumber" name="128" href="#128">128</a>         <strong 
class="jxr_keyword">catch</strong>(RuntimeException re){
+<a class="jxr_linenumber" name="129" href="#129">129</a>             <em 
class="jxr_comment">//good</em>
+<a class="jxr_linenumber" name="130" href="#130">130</a>         }
+<a class="jxr_linenumber" name="131" href="#131">131</a>         <strong 
class="jxr_keyword">catch</strong> (ComponentException e)
+<a class="jxr_linenumber" name="132" href="#132">132</a>         {
+<a class="jxr_linenumber" name="133" href="#133">133</a> 
+<a class="jxr_linenumber" name="134" href="#134">134</a>             
fail(e.getMessage());
+<a class="jxr_linenumber" name="135" href="#135">135</a>         }
+<a class="jxr_linenumber" name="136" href="#136">136</a>     }
+<a class="jxr_linenumber" name="137" href="#137">137</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
+</html>

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/SimpleComponent.html
==============================================================================
--- 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/SimpleComponent.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-testcontainer/xref-test/org/apache/fulcrum/testcontainer/SimpleComponent.html
 Thu Aug  6 07:56:28 2015
@@ -1,55 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-<title>SimpleComponent xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<pre>
-
-<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> 
org.apache.fulcrum.testcontainer;
-<a name="2" href="#2">2</a>   <em class="jxr_comment">/*</em>
-<a name="3" href="#3">3</a>   <em class="jxr_comment"> * Licensed to the 
Apache Software Foundation (ASF) under one</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * or more contributor 
license agreements.  See the NOTICE file</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * distributed with this 
work for additional information</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * regarding copyright 
ownership.  The ASF licenses this file</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> * to you under the 
Apache License, Version 2.0 (the</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> * "License"); you may 
not use this file except in compliance</em>
-<a name="9" href="#9">9</a>   <em class="jxr_comment"> * with the License.  
You may obtain a copy of the License at</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> *</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> *   <a 
href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> *</em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> * Unless required by 
applicable law or agreed to in writing,</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * software 
distributed under the License is distributed on an</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> * "AS IS" BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
-<a name="16" href="#16">16</a>  <em class="jxr_comment"> * KIND, either 
express or implied.  See the License for the</em>
-<a name="17" href="#17">17</a>  <em class="jxr_comment"> * specific language 
governing permissions and limitations</em>
-<a name="18" href="#18">18</a>  <em class="jxr_comment"> * under the 
License.</em>
-<a name="19" href="#19">19</a>  <em class="jxr_comment"> */</em>
-<a name="20" href="#20">20</a>  <strong class="jxr_keyword">import</strong> 
org.apache.avalon.framework.component.Component;
-<a name="21" href="#21">21</a>  
-<a name="22" href="#22">22</a>  
-<a name="23" href="#23">23</a>  <em class="jxr_javadoccomment">/**</em>
-<a name="24" href="#24">24</a>  <em class="jxr_javadoccomment"> * 
Implementation of the test component</em>
-<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> *</em>
-<a name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @author 
&lt;a href="<a href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
-<a name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> * @author 
&lt;a href="<a href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Eric 
Pugh&lt;/a&gt;</em>
-<a name="28" href="#28">28</a>  <em class="jxr_javadoccomment"> * @version 
$Id: SimpleComponent.java 535465 2007-05-05 06:58:06Z tv $</em>
-<a name="29" href="#29">29</a>  <em class="jxr_javadoccomment"> */</em>
-<a name="30" href="#30">30</a>  <strong class="jxr_keyword">public</strong> 
<strong class="jxr_keyword">interface</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 <strong class="jxr_keyword">extends</strong> Component
-<a name="31" href="#31">31</a>  {
-<a name="32" href="#32">32</a>  
-<a name="33" href="#33">33</a>      <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
String ROLE = SimpleComponent.<strong 
class="jxr_keyword">class</strong>.getName();
-<a name="34" href="#34">34</a>  
-<a name="35" href="#35">35</a>  
-<a name="36" href="#36">36</a>      <strong class="jxr_keyword">void</strong> 
test();
-<a name="37" href="#37">37</a>  
-<a name="38" href="#38">38</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot();
-<a name="39" href="#39">39</a>  
-<a name="40" href="#40">40</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot2();
-<a name="41" href="#41">41</a>  }
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
-</html>
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>SimpleComponent xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../testapidocs/org/apache/fulcrum/testcontainer/SimpleComponent.html">View
 Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong 
class="jxr_keyword">package</strong> org.apache.fulcrum.testcontainer;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment"> 
* Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> 
* or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> 
* distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> 
* regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> 
* to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> 
* "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> 
* with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em 
class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing,</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em 
class="jxr_comment"> * software distributed under the License is distributed on 
an</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em 
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.avalon.framework.component.Component;
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <em 
class="jxr_javadoccomment"> * Implementation of the test component</em>
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <em 
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <em 
class="jxr_javadoccomment"> * @author &lt;a href="<a 
href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Quinton 
McCombs&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em 
class="jxr_javadoccomment"> * @author &lt;a href="<a 
href="mailto:[email protected]"; 
target="alexandria_uri">mailto:[email protected]</a>"&gt;Eric 
Pugh&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <em 
class="jxr_javadoccomment"> * @version $Id: SimpleComponent.java 535465 
2007-05-05 06:58:06Z tv $</em>
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">interface</strong> <a 
href="../../../../org/apache/fulcrum/testcontainer/SimpleComponent.html">SimpleComponent</a>
 <strong class="jxr_keyword">extends</strong> Component
+<a class="jxr_linenumber" name="31" href="#31">31</a>  {
+<a class="jxr_linenumber" name="32" href="#32">32</a>  
+<a class="jxr_linenumber" name="33" href="#33">33</a>      <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
String ROLE = SimpleComponent.<strong 
class="jxr_keyword">class</strong>.getName();
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>  
+<a class="jxr_linenumber" name="36" href="#36">36</a>      <strong 
class="jxr_keyword">void</strong> test();
+<a class="jxr_linenumber" name="37" href="#37">37</a>  
+<a class="jxr_linenumber" name="38" href="#38">38</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot();
+<a class="jxr_linenumber" name="39" href="#39">39</a>  
+<a class="jxr_linenumber" name="40" href="#40">40</a>      <strong 
class="jxr_keyword">public</strong> String getAppRoot2();
+<a class="jxr_linenumber" name="41" href="#41">41</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a 
href="http://maven.apache.org/";>Maven</a></div></body>
+</html>


Reply via email to