You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 22:39:08 UTC

svn commit: r852116 [4/7] - in /websites/production/commons/content/proper/commons-exec: ./ apidocs/org/apache/commons/exec/class-use/ cobertura/

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.EnvironmentUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.EnvironmentUtils.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.EnvironmentUtils.html Tue Feb 26 21:39:06 2013
@@ -125,19 +125,19 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     */</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;57</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">static</span> String[] toStrings(Map environment) {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;58</td>  <td class="nbHitsCovered"><a title="Line 58: Conditional coverage 100% (2/2).">&nbsp;55</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 58: Conditional coverage 100% (2/2).">        <span class="keyword">if</span> (environment == <span class="keyword">null</span>) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;59</td>  <td class="nbHitsCovered">&nbsp;49</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> <span class="keyword">null</span>;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;58</td>  <td class="nbHitsCovered"><a title="Line 58: Conditional coverage 100% (2/2).">&nbsp;59</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 58: Conditional coverage 100% (2/2).">        <span class="keyword">if</span> (environment == <span class="keyword">null</span>) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;59</td>  <td class="nbHitsCovered">&nbsp;53</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> <span class="keyword">null</span>;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;60</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;61</td>  <td class="nbHitsCovered">&nbsp;6</td>  <td class="src"><pre class="src">&nbsp;        String[] result = <span class="keyword">new</span> String[environment.size()];</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;62</td>  <td class="nbHitsCovered">&nbsp;6</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">int</span> i = 0;</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;63</td>  <td class="nbHitsCovered"><a title="Line 63: Conditional coverage 100% (2/2).">&nbsp;6</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 63: Conditional coverage 100% (2/2).">        <span class="keyword">for</span> (Iterator iter = environment.entrySet().iterator(); iter.hasNext();) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;64</td>  <td class="nbHitsCovered">&nbsp;173</td>  <td class="src"><pre class="src">&nbsp;            Map.Entry entry = (Map.Entry) iter.next();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;64</td>  <td class="nbHitsCovered">&nbsp;179</td>  <td class="src"><pre class="src">&nbsp;            Map.Entry entry = (Map.Entry) iter.next();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;65</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;66</td>  <td class="nbHitsCovered">&nbsp;173</td>  <td class="src"><pre class="src">&nbsp;            result[i] = entry.getKey().toString() + <span class="string">"="</span> + entry.getValue().toString();</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;67</td>  <td class="nbHitsCovered">&nbsp;173</td>  <td class="src"><pre class="src">&nbsp;            i++;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;68</td>  <td class="nbHitsCovered">&nbsp;173</td>  <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;66</td>  <td class="nbHitsCovered">&nbsp;179</td>  <td class="src"><pre class="src">&nbsp;            result[i] = entry.getKey().toString() + <span class="string">"="</span> + entry.getValue().toString();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;67</td>  <td class="nbHitsCovered">&nbsp;179</td>  <td class="src"><pre class="src">&nbsp;            i++;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;68</td>  <td class="nbHitsCovered">&nbsp;179</td>  <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;69</td>  <td class="nbHitsCovered">&nbsp;6</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> result;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;70</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
@@ -230,6 +230,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.OpenVmsProcessingEnvironment.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.OpenVmsProcessingEnvironment.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.environment.OpenVmsProcessingEnvironment.html Tue Feb 26 21:39:06 2013
@@ -172,6 +172,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncher.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncher.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncher.html Tue Feb 26 21:39:06 2013
@@ -191,6 +191,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherFactory.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherFactory.html Tue Feb 26 21:39:06 2013
@@ -109,6 +109,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherImpl.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherImpl.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherImpl.html Tue Feb 26 21:39:06 2013
@@ -108,13 +108,13 @@
   <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;47</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        <span class="comment">// non zero exit value signals failure</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;48</td>  <td class="nbHitsCovered"><a title="Line 48: Conditional coverage 100% (2/2).">&nbsp;65</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 48: Conditional coverage 100% (2/2).">        <span class="keyword">return</span> exitValue != 0;</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;48</td>  <td class="nbHitsCovered"><a title="Line 48: Conditional coverage 100% (2/2).">&nbsp;69</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 48: Conditional coverage 100% (2/2).">        <span class="keyword">return</span> exitValue != 0;</a></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;49</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;50</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherProxy.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherProxy.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.CommandLauncherProxy.html Tue Feb 26 21:39:06 2013
@@ -121,6 +121,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.Java13CommandLauncher.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.Java13CommandLauncher.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.Java13CommandLauncher.html Tue Feb 26 21:39:06 2013
@@ -125,10 +125,10 @@
   <td class="src"><pre class="src">&nbsp;                        <span class="keyword">final</span> File workingDir) <span class="keyword">throws</span> IOException {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;55</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;56</td>  <td class="nbHitsCovered">&nbsp;51</td>  <td class="src"><pre class="src">&nbsp;                String[] envVars = EnvironmentUtils.toStrings(env);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;56</td>  <td class="nbHitsCovered">&nbsp;55</td>  <td class="src"><pre class="src">&nbsp;                String[] envVars = EnvironmentUtils.toStrings(env);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;57</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;58</td>  <td class="nbHitsCovered">&nbsp;51</td>  <td class="src"><pre class="src">&nbsp;                <span class="keyword">return</span> Runtime.getRuntime().exec(cmd.toStrings(),</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;58</td>  <td class="nbHitsCovered">&nbsp;55</td>  <td class="src"><pre class="src">&nbsp;                <span class="keyword">return</span> Runtime.getRuntime().exec(cmd.toStrings(),</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;59</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                envVars, workingDir);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;60</td>  <td class="nbHits">&nbsp;</td>
@@ -137,6 +137,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.OS2CommandLauncher.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.OS2CommandLauncher.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.OS2CommandLauncher.html Tue Feb 26 21:39:06 2013
@@ -147,6 +147,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.VmsCommandLauncher.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.VmsCommandLauncher.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.VmsCommandLauncher.html Tue Feb 26 21:39:06 2013
@@ -257,6 +257,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.WinNTCommandLauncher.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.WinNTCommandLauncher.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.launcher.WinNTCommandLauncher.html Tue Feb 26 21:39:06 2013
@@ -137,6 +137,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.DebugUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.DebugUtils.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.DebugUtils.html Tue Feb 26 21:39:06 2013
@@ -180,6 +180,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.MapUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.MapUtils.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.MapUtils.html Tue Feb 26 21:39:06 2013
@@ -204,6 +204,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.StringUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.StringUtils.html (original)
+++ websites/production/commons/content/proper/commons-exec/cobertura/org.apache.commons.exec.util.StringUtils.html Tue Feb 26 21:39:06 2013
@@ -148,17 +148,17 @@
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">static</span> StringBuffer stringSubstitution(String argStr, Map vars, <span class="keyword">boolean</span> isLenient) {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;66</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;67</td>  <td class="nbHitsCovered">&nbsp;268</td>  <td class="src"><pre class="src">&nbsp;        StringBuffer argBuf = <span class="keyword">new</span> StringBuffer();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;67</td>  <td class="nbHitsCovered">&nbsp;276</td>  <td class="src"><pre class="src">&nbsp;        StringBuffer argBuf = <span class="keyword">new</span> StringBuffer();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;68</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;69</td>  <td class="nbHitsUncovered"><a title="Line 69: Conditional coverage 50% (2/4) [each condition: 50%, 50%].">&nbsp;268</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 69: Conditional coverage 50% (2/4) [each condition: 50%, 50%].">        <span class="keyword">if</span> (argStr == <span class="keyword">null</span> || argStr.length() == 0) {</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;69</td>  <td class="nbHitsUncovered"><a title="Line 69: Conditional coverage 50% (2/4) [each condition: 50%, 50%].">&nbsp;276</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 69: Conditional coverage 50% (2/4) [each condition: 50%, 50%].">        <span class="keyword">if</span> (argStr == <span class="keyword">null</span> || argStr.length() == 0) {</a></span></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;70</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;            <span class="keyword">return</span> argBuf;</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;71</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;72</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;73</td>  <td class="nbHitsCovered"><a title="Line 73: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;268</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 73: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">if</span> (vars == <span class="keyword">null</span> || vars.size() == 0) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;74</td>  <td class="nbHitsCovered">&nbsp;211</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> argBuf.append(argStr);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;73</td>  <td class="nbHitsCovered"><a title="Line 73: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;276</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 73: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">if</span> (vars == <span class="keyword">null</span> || vars.size() == 0) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;74</td>  <td class="nbHitsCovered">&nbsp;219</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> argBuf.append(argStr);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;75</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;76</td>  <td class="nbHits">&nbsp;</td>
@@ -334,7 +334,7 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     */</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;181</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">static</span> String fixFileSeparatorChar(String arg) {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;182</td>  <td class="nbHitsCovered">&nbsp;197</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> arg.replace(SLASH_CHAR, File.separatorChar).replace(</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;182</td>  <td class="nbHitsCovered">&nbsp;201</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> arg.replace(SLASH_CHAR, File.separatorChar).replace(</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;183</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                BACKSLASH_CHAR, File.separatorChar);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;184</td>  <td class="nbHits">&nbsp;</td>
@@ -399,25 +399,25 @@
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">static</span> String quoteArgument(<span class="keyword">final</span> String argument) {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;217</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;218</td>  <td class="nbHitsCovered">&nbsp;205</td>  <td class="src"><pre class="src">&nbsp;        String cleanedArgument = argument.trim();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;218</td>  <td class="nbHitsCovered">&nbsp;209</td>  <td class="src"><pre class="src">&nbsp;        String cleanedArgument = argument.trim();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;219</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;220</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        <span class="comment">// strip the quotes from both ends</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;221</td>  <td class="nbHitsCovered"><a title="Line 221: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;216</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 221: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">while</span>(cleanedArgument.startsWith(SINGLE_QUOTE) || cleanedArgument.startsWith(DOUBLE_QUOTE)) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;221</td>  <td class="nbHitsCovered"><a title="Line 221: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;220</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 221: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">while</span>(cleanedArgument.startsWith(SINGLE_QUOTE) || cleanedArgument.startsWith(DOUBLE_QUOTE)) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;222</td>  <td class="nbHitsCovered">&nbsp;11</td>  <td class="src"><pre class="src">&nbsp;            cleanedArgument = cleanedArgument.substring(1);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;223</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;224</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        </pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;225</td>  <td class="nbHitsCovered"><a title="Line 225: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;216</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 225: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">while</span>(cleanedArgument.endsWith(SINGLE_QUOTE) || cleanedArgument.endsWith(DOUBLE_QUOTE)) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;225</td>  <td class="nbHitsCovered"><a title="Line 225: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;220</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 225: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        <span class="keyword">while</span>(cleanedArgument.endsWith(SINGLE_QUOTE) || cleanedArgument.endsWith(DOUBLE_QUOTE)) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;226</td>  <td class="nbHitsCovered">&nbsp;11</td>  <td class="src"><pre class="src">&nbsp;            cleanedArgument = cleanedArgument.substring(0, cleanedArgument.length() - 1);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;227</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;228</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;229</td>  <td class="nbHitsCovered">&nbsp;205</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> StringBuffer buf = <span class="keyword">new</span> StringBuffer();</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;230</td>  <td class="nbHitsCovered"><a title="Line 230: Conditional coverage 100% (2/2).">&nbsp;205</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 230: Conditional coverage 100% (2/2).">        <span class="keyword">if</span> (cleanedArgument.indexOf(DOUBLE_QUOTE) &gt; -1) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;229</td>  <td class="nbHitsCovered">&nbsp;209</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> StringBuffer buf = <span class="keyword">new</span> StringBuffer();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;230</td>  <td class="nbHitsCovered"><a title="Line 230: Conditional coverage 100% (2/2).">&nbsp;209</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 230: Conditional coverage 100% (2/2).">        <span class="keyword">if</span> (cleanedArgument.indexOf(DOUBLE_QUOTE) &gt; -1) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;231</td>  <td class="nbHitsCovered"><a title="Line 231: Conditional coverage 100% (2/2).">&nbsp;4</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 231: Conditional coverage 100% (2/2).">            <span class="keyword">if</span> (cleanedArgument.indexOf(SINGLE_QUOTE) &gt; -1) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;232</td>  <td class="nbHitsCovered">&nbsp;1</td>  <td class="src"><pre class="src">&nbsp;                <span class="keyword">throw</span> <span class="keyword">new</span> IllegalArgumentException(</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;233</td>  <td class="nbHits">&nbsp;</td>
@@ -429,7 +429,7 @@
   <td class="src"><pre class="src">&nbsp;                        SINGLE_QUOTE).toString();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;237</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;238</td>  <td class="nbHitsCovered"><a title="Line 238: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;201</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 238: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        } <span class="keyword">else</span> <span class="keyword">if</span> (cleanedArgument.indexOf(SINGLE_QUOTE) &gt; -1</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;238</td>  <td class="nbHitsCovered"><a title="Line 238: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">&nbsp;205</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 238: Conditional coverage 100% (4/4) [each condition: 100%, 100%].">        } <span class="keyword">else</span> <span class="keyword">if</span> (cleanedArgument.indexOf(SINGLE_QUOTE) &gt; -1</a></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;239</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                || cleanedArgument.indexOf(<span class="string">" "</span>) &gt; -1) {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;240</td>  <td class="nbHitsCovered">&nbsp;31</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> buf.append(DOUBLE_QUOTE).append(cleanedArgument).append(</pre></td></tr>
@@ -437,7 +437,7 @@
   <td class="src"><pre class="src">&nbsp;                    DOUBLE_QUOTE).toString();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;242</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        } <span class="keyword">else</span> {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;243</td>  <td class="nbHitsCovered">&nbsp;170</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> cleanedArgument;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;243</td>  <td class="nbHitsCovered">&nbsp;174</td>  <td class="src"><pre class="src">&nbsp;            <span class="keyword">return</span> cleanedArgument;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;244</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;245</td>  <td class="nbHits">&nbsp;</td>
@@ -469,6 +469,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 1/10/13 5:02 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 4:38 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/commandline.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/commandline.html (original)
+++ websites/production/commons/content/proper/commons-exec/commandline.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-exec/dependencies.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -214,7 +214,7 @@
         }
       }
 </script>
-<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.commons:commons-exec:jar:1.1.1-SNAPSHOT <img id="_288462853" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1460102089', '_288462853' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1460102089" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Commons Exec</th></tr><tr class="b"><td><p><b>Description: </b>A library to reliably execute external processes from within the JVM</p><p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/exec/">http://commons.apache.org/exec/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>junit:junit:jar:3.8.1 (test) <img id="_1852009751" src="./images/icon_info_sml.gif" alt="Informa
 tion" onclick="toggleDependencyDetail( '_995156652', '_1852009751' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_995156652" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>The Apache Software License, Version 2.0: </b>Commons Exec</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>D
 ependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" 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></tr><tr class="b"><td>junit-3.8.1.jar</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>1</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>1</td></tr><tr class="a"><td>test: 1</td><td>test: 118.23 kB</td><td>test: 119</td><td>test: 100</td><td>test: 6</td><td>-</td><td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a><div class="section"><h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Repo ID</th><th>URL</th><th>Release</th><th>Snapshot<
 /th><th>Blacklisted</th></tr><tr class="b"><td>apache.snapshots</td><td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td><td>-</td><td>Yes</td><td>-</td></tr><tr class="a"><td>cloudbees-private-release-repository</td><td><a class="externalLink" href="https://repository-olamy.forge.cloudbees.com/release">https://repository-olamy.forge.cloudbees.com/release</a></td><td>Yes</td><td>-</td><td>-</td></tr><tr class="b"><td>cloudbees-nexus-repository</td><td><a class="externalLink" href="http://repo.cloudbees.com/content/groups/public">http://repo.cloudbees.com/content/groups/public</a></td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr class="a"><td>central</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td><td>Yes</td><td>-</td><td>Yes</td></tr><tr class="b"><td>cloudbees-private-snapshot-repository</td><td><a class="externalLink" href="https://rep
 ository-olamy.forge.cloudbees.com/snapshot">https://repository-olamy.forge.cloudbees.com/snapshot</a></td><td>-</td><td>Yes</td><td>-</td></tr></table><p>Repository locations for each of the Dependencies.</p><table border="0" class="bodyTable"><tr class="a"><th>Artifact</th><th>apache.snapshots</th><th>cloudbees-private-release-repository</th><th>cloudbees-private-snapshot-repository</th></tr><tr class="b"><td>junit:junit:jar:3.8.1</td><td>-</td><td>-</td><td>-</td></tr><tr class="a"><th>Total</th><th>apache.snapshots</th><th>cloudbees-private-release-repository</th><th>cloudbees-private-snapshot-repository</th></tr><tr class="b"><td>1 (test: 1)</td><td>0</td><td>0</td><td>0</td></tr></table></div>
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.commons:commons-exec:jar:1.1.1-SNAPSHOT <img id="_370086756" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1658986857', '_370086756' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1658986857" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Commons Exec</th></tr><tr class="b"><td><p><b>Description: </b>A library to reliably execute external processes from within the JVM</p><p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/exec/">http://commons.apache.org/exec/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>junit:junit:jar:3.8.1 (test) <img id="_661819688" src="./images/icon_info_sml.gif" alt="Informat
 ion" onclick="toggleDependencyDetail( '_478038731', '_661819688' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_478038731" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>The Apache Software License, Version 2.0: </b>Commons Exec</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>Dep
 endency File Details<a name="Dependency_File_Details"></a></h2><table border="0" 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></tr><tr class="b"><td>junit-3.8.1.jar</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>1</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>1</td></tr><tr class="a"><td>test: 1</td><td>test: 118.23 kB</td><td>test: 119</td><td>test: 100</td><td>test: 6</td><td>-</td><td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a><div class="section"><h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Repo ID</th><th>URL</th><th>Release</th><th>Snapshot</t
 h></tr><tr class="b"><td>apache.snapshots</td><td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td><td>-</td><td>Yes</td></tr><tr class="a"><td>cloudbees-private-release-repository</td><td><a class="externalLink" href="https://repository-olamy.forge.cloudbees.com/release">https://repository-olamy.forge.cloudbees.com/release</a></td><td>Yes</td><td>-</td></tr><tr class="b"><td>cloudbees-nexus-repository</td><td><a class="externalLink" href="http://repo.cloudbees.com/content/groups/public">http://repo.cloudbees.com/content/groups/public</a></td><td>Yes</td><td>Yes</td></tr><tr class="a"><td>central</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td><td>Yes</td><td>-</td></tr><tr class="b"><td>cloudbees-private-snapshot-repository</td><td><a class="externalLink" href="https://repository-olamy.forge.cloudbees.com/snapshot">https://repository-ola
 my.forge.cloudbees.com/snapshot</a></td><td>-</td><td>Yes</td></tr></table><p>Repository locations for each of the Dependencies.</p><table border="0" class="bodyTable"><tr class="a"><th>Artifact</th><th>apache.snapshots</th><th>cloudbees-private-release-repository</th><th>cloudbees-nexus-repository</th><th>cloudbees-central</th><th>cloudbees-private-snapshot-repository</th></tr><tr class="b"><td>junit:junit:jar:3.8.1</td><td>-</td><td>-</td><td><a class="externalLink" href="http://repo.cloudbees.com/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo.cloudbees.com/content/groups/public" src="images/icon_success_sml.gif" /></a></td><td><a class="externalLink" href="http://repo.cloudbees.com/content/repositories/central//junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo.cloudbees.com/content/repositories/central/" src="images/icon_success_sml.gif" /></a></td><td>-</td></tr><tr class="a"><th>Total</th><th>apache.snapshots</th>
 <th>cloudbees-private-release-repository</th><th>cloudbees-nexus-repository</th><th>cloudbees-central</th><th>cloudbees-private-snapshot-repository</th></tr><tr class="b"><td>1 (test: 1)</td><td>0</td><td>0</td><td>1</td><td>1</td><td>0</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/commons/content/proper/commons-exec/distribution-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/distribution-management.html (original)
+++ websites/production/commons/content/proper/commons-exec/distribution-management.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Added: websites/production/commons/content/proper/commons-exec/download_exec.cgi
==============================================================================
--- websites/production/commons/content/proper/commons-exec/download_exec.cgi (added)
+++ websites/production/commons/content/proper/commons-exec/download_exec.cgi Tue Feb 26 21:39:06 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-exec/download_exec.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/download_exec.html (original)
+++ websites/production/commons/content/proper/commons-exec/download_exec.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -37,7 +37,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/faq.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/faq.html (original)
+++ websites/production/commons/content/proper/commons-exec/faq.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/findbugs.html (original)
+++ websites/production/commons/content/proper/commons-exec/findbugs.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/index.html (original)
+++ websites/production/commons/content/proper/commons-exec/index.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/integration.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/integration.html (original)
+++ websites/production/commons/content/proper/commons-exec/integration.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/issue-tracking.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/issue-tracking.html (original)
+++ websites/production/commons/content/proper/commons-exec/issue-tracking.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -37,7 +37,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/jdepend-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/jdepend-report.html (original)
+++ websites/production/commons/content/proper/commons-exec/jdepend-report.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -209,7 +209,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Metric Results<a name="Metric_Results"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />The following document contains the results of a JDepend metric analysis. The various metrics are defined at the bottom of this document.<br /><br /><a name="summary"></a><h2>Summary<a name="Summary"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>TC</th><th>CC</th><th>AC</th><th>Ca</th><th>Ce</th><th>A</th><th>I</th><th>D</th><th>V</th></tr><tr class="b"><td><a href="#org.apache.commons.exec">org.apache.commons.exec</a></td><td>21</td><td>15</td><td>6</td><td>2</td><td>5</td><td>29.0%</td><td>71.0%</td><td>0.0%</td><td>1</td></tr><tr class="a"><t
 d><a href="#org.apache.commons.exec.environment">org.apache.commons.exec.environment</a></td><td>4</td><td>4</td><td>0</td><td>1</td><td>5</td><td>0.0%</td><td>83.0%</td><td>17.0%</td><td>1</td></tr><tr class="b"><td><a href="#org.apache.commons.exec.launcher">org.apache.commons.exec.launcher</a></td><td>8</td><td>5</td><td>3</td><td>1</td><td>6</td><td>38.0%</td><td>86.0%</td><td>23.0%</td><td>1</td></tr><tr class="a"><td><a href="#org.apache.commons.exec.util">org.apache.commons.exec.util</a></td><td>3</td><td>3</td><td>0</td><td>2</td><td>3</td><td>0.0%</td><td>60.000004%</td><td>40.0%</td><td>1</td></tr></table><a name="packages"></a><h2>Packages<a name="Packages"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><a name="org.apache.commons.exec"></a><h3>org.apache.commons.exec<a name="org.apache.commons.exec"></a></h3><table border="0" class="bodyTable"><tr
  class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>2</td><td>5</td><td>29.0%</td><td>71.0%</td><td>0.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td>org.apache.commons.exec.ExecuteResultHandler<br />org.apache.commons.exec.ExecuteStreamHandler<br />org.apache.commons.exec.Executor<br />org.apache.commons.exec.LogOutputStream<br />org.apache.commons.exec.ProcessDestroyer<br />org.apache.commons.exec.TimeoutObserver<br /></td><td>org.apache.commons.exec.CommandLine<br />org.apache.commons.exec.CommandLine$1<br />org.apache.commons.exec.CommandLine$Argument<br />org.apache.commons.exec.DefaultExecuteResultHandler<br />org.apache.commons.exec.DefaultExecutor<br />org.apache.commons.exec.DefaultExecutor$1<br />org.apache.commons.exec.ExecuteExcept
 ion<br />org.apache.commons.exec.ExecuteWatchdog<br />org.apache.commons.exec.InputStreamPumper<br />org.apache.commons.exec.OS<br />org.apache.commons.exec.PumpStreamHandler<br />org.apache.commons.exec.ShutdownHookProcessDestroyer<br />org.apache.commons.exec.ShutdownHookProcessDestroyer$ProcessDestroyerImpl<br />org.apache.commons.exec.StreamPumper<br />org.apache.commons.exec.Watchdog<br /></td><td>org.apache.commons.exec.environment<br />org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.util<br />org.apache.commons.exec.launcher<br />org.apache.commons.exec.util<br /></td></tr></table><a name="org.apache.commons.exec.environment"></a><h3>org.apache.commons.exec.environment<a name="org.apache.commons.exec.environment"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>1</td><td>5</td><td>0.0%</td><td>
 83.0%</td><td>17.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td><i>None</i></td><td>org.apache.commons.exec.environment.DefaultProcessingEnvironment<br />org.apache.commons.exec.environment.DefaultProcessingEnvironment$1<br />org.apache.commons.exec.environment.EnvironmentUtils<br />org.apache.commons.exec.environment.OpenVmsProcessingEnvironment<br /></td><td>org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.lang.reflect<br />java.util<br />org.apache.commons.exec<br /></td></tr></table><a name="org.apache.commons.exec.launcher"></a><h3>org.apache.commons.exec.launcher<a name="org.apache.commons.exec.launcher"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>1</
 td><td>6</td><td>38.0%</td><td>86.0%</td><td>23.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td>org.apache.commons.exec.launcher.CommandLauncher<br />org.apache.commons.exec.launcher.CommandLauncherImpl<br />org.apache.commons.exec.launcher.CommandLauncherProxy<br /></td><td>org.apache.commons.exec.launcher.CommandLauncherFactory<br />org.apache.commons.exec.launcher.Java13CommandLauncher<br />org.apache.commons.exec.launcher.OS2CommandLauncher<br />org.apache.commons.exec.launcher.VmsCommandLauncher<br />org.apache.commons.exec.launcher.WinNTCommandLauncher<br /></td><td>org.apache.commons.exec<br /></td><td>java.io<br />java.lang<br />java.util<br />org.apache.commons.exec<br />org.apache.commons.exec.environment<br />org.apache.commons.exec.util<br /></td></tr></table><a name="org.apache.commons.exec.util"></a><h3>org.apache.commons
 .exec.util<a name="org.apache.commons.exec.util"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>2</td><td>3</td><td>0.0%</td><td>60.000004%</td><td>40.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td><i>None</i></td><td>org.apache.commons.exec.util.DebugUtils<br />org.apache.commons.exec.util.MapUtils<br />org.apache.commons.exec.util.StringUtils<br /></td><td>org.apache.commons.exec<br />org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.util<br /></td></tr></table><a name="cycles"></a><h2>Cycles<a name="Cycles"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations<
 /a> ] <br /><br /><table border="0" class="bodyTable"><tr class="b"><th>Package</th><th>Package Dependencies</th></tr><tr class="a"><td>org.apache.commons.exec</td><td>org.apache.commons.exec.launcher<br />org.apache.commons.exec<br /></td></tr><tr class="b"><td>org.apache.commons.exec.environment</td><td>org.apache.commons.exec<br />org.apache.commons.exec.launcher<br />org.apache.commons.exec<br /></td></tr><tr class="a"><td>org.apache.commons.exec.launcher</td><td>org.apache.commons.exec<br />org.apache.commons.exec.launcher<br /></td></tr></table><a name="explanations"></a><h2>Explanation<a name="Explanation"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />The following explanations are for quick reference and are lifted directly from the original JDepend documentation.<br /><br /><table border="0" class="bodyTable"><tr class="b"><th>Term</th><th>Des
 cription</th></tr><tr class="a"><td>Number of Classes</td><td>The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.</td></tr><tr class="b"><td>Afferent Couplings</td><td>The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.</td></tr><tr class="a"><td>Efferent Couplings</td><td>The number of other packages that the classes in the package depend upon is an indicator of the package's independence.</td></tr><tr class="b"><td>Abstractness</td><td>The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.</td></tr><tr class="a"><td>Instability</td><td>The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). Thi
 s metric is an indicator of the package's resilience to change. The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.</td></tr><tr class="b"><td>Distance</td><td>The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0). The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.</td></tr><tr class="a"><td>Cycles</td><td>Packages participating in a package dependency cycle are  in a deadly embrace with respect to reusability and their  release 
 cycle. Package dependency cycles can be easily identified by reviewing the textual reports of dependency cycles. Once these dependency cycles have been identified with JDepend, they can be broken by employing various object-oriented techniques.</td></tr></table></div>
+        <div class="section"><h2>Metric Results<a name="Metric_Results"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />The following document contains the results of a JDepend metric analysis. The various metrics are defined at the bottom of this document.<br /><br /><a name="summary"></a><h2>Summary<a name="Summary"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>TC</th><th>CC</th><th>AC</th><th>Ca</th><th>Ce</th><th>A</th><th>I</th><th>D</th><th>V</th></tr><tr class="b"><td><a href="#org.apache.commons.exec">org.apache.commons.exec</a></td><td>21</td><td>15</td><td>6</td><td>2</td><td>5</td><td>29.0%</td><td>71.0%</td><td>0.0%</td><td>1</td></tr><tr class="a"><t
 d><a href="#org.apache.commons.exec.environment">org.apache.commons.exec.environment</a></td><td>4</td><td>4</td><td>0</td><td>1</td><td>5</td><td>0.0%</td><td>83.0%</td><td>17.0%</td><td>1</td></tr><tr class="b"><td><a href="#org.apache.commons.exec.launcher">org.apache.commons.exec.launcher</a></td><td>8</td><td>5</td><td>3</td><td>1</td><td>6</td><td>38.0%</td><td>86.0%</td><td>23.0%</td><td>1</td></tr><tr class="a"><td><a href="#org.apache.commons.exec.util">org.apache.commons.exec.util</a></td><td>3</td><td>3</td><td>0</td><td>2</td><td>3</td><td>0.0%</td><td>60.000004%</td><td>40.0%</td><td>1</td></tr></table><a name="packages"></a><h2>Packages<a name="Packages"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><a name="org.apache.commons.exec"></a><h3>org.apache.commons.exec<a name="org.apache.commons.exec"></a></h3><table border="0" class="bodyTable"><tr
  class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>2</td><td>5</td><td>29.0%</td><td>71.0%</td><td>0.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td>org.apache.commons.exec.ExecuteResultHandler<br />org.apache.commons.exec.ExecuteStreamHandler<br />org.apache.commons.exec.Executor<br />org.apache.commons.exec.LogOutputStream<br />org.apache.commons.exec.ProcessDestroyer<br />org.apache.commons.exec.TimeoutObserver<br /></td><td>org.apache.commons.exec.CommandLine<br />org.apache.commons.exec.CommandLine$1<br />org.apache.commons.exec.CommandLine$Argument<br />org.apache.commons.exec.DefaultExecuteResultHandler<br />org.apache.commons.exec.DefaultExecutor<br />org.apache.commons.exec.DefaultExecutor$1<br />org.apache.commons.exec.ExecuteExcept
 ion<br />org.apache.commons.exec.ExecuteWatchdog<br />org.apache.commons.exec.InputStreamPumper<br />org.apache.commons.exec.OS<br />org.apache.commons.exec.PumpStreamHandler<br />org.apache.commons.exec.ShutdownHookProcessDestroyer<br />org.apache.commons.exec.ShutdownHookProcessDestroyer$ProcessDestroyerImpl<br />org.apache.commons.exec.StreamPumper<br />org.apache.commons.exec.Watchdog<br /></td><td>org.apache.commons.exec.environment<br />org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.util<br />org.apache.commons.exec.launcher<br />org.apache.commons.exec.util<br /></td></tr></table><a name="org.apache.commons.exec.environment"></a><h3>org.apache.commons.exec.environment<a name="org.apache.commons.exec.environment"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>1</td><td>5</td><td>0.0%</td><td>
 83.0%</td><td>17.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td><i>None</i></td><td>org.apache.commons.exec.environment.DefaultProcessingEnvironment<br />org.apache.commons.exec.environment.DefaultProcessingEnvironment$1<br />org.apache.commons.exec.environment.EnvironmentUtils<br />org.apache.commons.exec.environment.OpenVmsProcessingEnvironment<br /></td><td>org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.lang.reflect<br />java.util<br />org.apache.commons.exec<br /></td></tr></table><a name="org.apache.commons.exec.launcher"></a><h3>org.apache.commons.exec.launcher<a name="org.apache.commons.exec.launcher"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>1</
 td><td>6</td><td>38.0%</td><td>86.0%</td><td>23.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td>org.apache.commons.exec.launcher.CommandLauncher<br />org.apache.commons.exec.launcher.CommandLauncherImpl<br />org.apache.commons.exec.launcher.CommandLauncherProxy<br /></td><td>org.apache.commons.exec.launcher.CommandLauncherFactory<br />org.apache.commons.exec.launcher.Java13CommandLauncher<br />org.apache.commons.exec.launcher.OS2CommandLauncher<br />org.apache.commons.exec.launcher.VmsCommandLauncher<br />org.apache.commons.exec.launcher.WinNTCommandLauncher<br /></td><td>org.apache.commons.exec<br /></td><td>java.io<br />java.lang<br />java.util<br />org.apache.commons.exec<br />org.apache.commons.exec.environment<br />org.apache.commons.exec.util<br /></td></tr></table><a name="org.apache.commons.exec.util"></a><h3>org.apache.commons
 .exec.util<a name="org.apache.commons.exec.util"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Afferent Couplings</th><th>Efferent Couplings</th><th>Abstractness</th><th>Instability</th><th>Distance</th></tr><tr class="a"><td>2</td><td>3</td><td>0.0%</td><td>60.000004%</td><td>40.0%</td></tr></table><table border="0" class="bodyTable"><tr class="b"><th>Abstract Classes</th><th>Concrete Classes</th><th>Used by Packages</th><th>Uses Packages</th></tr><tr class="a"><td><i>None</i></td><td>org.apache.commons.exec.util.DebugUtils<br />org.apache.commons.exec.util.MapUtils<br />org.apache.commons.exec.util.StringUtils<br /></td><td>org.apache.commons.exec<br />org.apache.commons.exec.launcher<br /></td><td>java.io<br />java.lang<br />java.util<br /></td></tr></table><a name="cycles"></a><h2>Cycles<a name="Cycles"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations<
 /a> ] <br /><br /><table border="0" class="bodyTable"><tr class="b"><th>Package</th><th>Package Dependencies</th></tr><tr class="a"><td>org.apache.commons.exec</td><td>org.apache.commons.exec.launcher<br />org.apache.commons.exec.environment<br />org.apache.commons.exec<br /></td></tr><tr class="b"><td>org.apache.commons.exec.environment</td><td>org.apache.commons.exec<br />org.apache.commons.exec.launcher<br />org.apache.commons.exec.environment<br /></td></tr><tr class="a"><td>org.apache.commons.exec.launcher</td><td>org.apache.commons.exec.environment<br />org.apache.commons.exec<br />org.apache.commons.exec.launcher<br /></td></tr></table><a name="explanations"></a><h2>Explanation<a name="Explanation"></a></h2>[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br /><br />The following explanations are for quick reference and are lifted directly from the original JDepend do
 cumentation.<br /><br /><table border="0" class="bodyTable"><tr class="b"><th>Term</th><th>Description</th></tr><tr class="a"><td>Number of Classes</td><td>The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.</td></tr><tr class="b"><td>Afferent Couplings</td><td>The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.</td></tr><tr class="a"><td>Efferent Couplings</td><td>The number of other packages that the classes in the package depend upon is an indicator of the package's independence.</td></tr><tr class="b"><td>Abstractness</td><td>The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.</td></tr><tr class="a"><td>I
 nstability</td><td>The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.</td></tr><tr class="b"><td>Distance</td><td>The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0). The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.</td></tr><tr class="a"><td>Cycles</td><td>Packages participating in a pac
 kage dependency cycle are  in a deadly embrace with respect to reusability and their  release cycle. Package dependency cycles can be easily identified by reviewing the textual reports of dependency cycles. Once these dependency cycles have been identified with JDepend, they can be broken by employing various object-oriented techniques.</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/commons/content/proper/commons-exec/jira-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/jira-report.html (original)
+++ websites/production/commons/content/proper/commons-exec/jira-report.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/mail-lists.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/mail-lists.html (original)
+++ websites/production/commons/content/proper/commons-exec/mail-lists.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -37,7 +37,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>

Modified: websites/production/commons/content/proper/commons-exec/project-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-exec/project-info.html (original)
+++ websites/production/commons/content/proper/commons-exec/project-info.html Tue Feb 26 21:39:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jan 10, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 26, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130110" />
+    <meta name="Date-Revision-yyyymmdd" content="20130226" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -35,7 +35,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 10 January 2013</span>
+        <span id="publishDate">Last Published: 26 February 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 1.1.1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>