You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2014/06/05 02:35:28 UTC

svn commit: r1600550 [2/6] - in /continuum/site-publish/docs/latest: ./ administrator_guides/ administrator_guides/logging/ administrator_guides/security/ developer_guides/ installation/ user_guides/ user_guides/building_project/ user_guides/managing_b...

Modified: continuum/site-publish/docs/latest/administrator_guides/localRepository.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/localRepository.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/localRepository.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/localRepository.html Thu Jun  5 00:35:26 2014
@@ -61,7 +61,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -71,7 +71,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -388,7 +388,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Local Repository<a name="Local_Repository"></a></h2><p>Local repositories can be configured for a specific project group's use. This is where the artifacts used for building the projects can be found instead of the default (<tt>$USER_HOME/.m2/repository</tt>).</p><p>Click the <b>Local Repositories</b> link under the <b>Administration</b> section</p><img src="../images/localrepositories.png" alt="Local Repositories" /><p>You will see all the local repositories that have been created.</p><p>To display:</p><img src="../images/localrepositories-view.png" alt="" /><p>In this screen you can add/edit/delete/purge a local repository.</p><p>You can purge a repository if it has a default <a href="./purgeConfiguration.html"> Purge Configuration</a>, otherwise the purge icon is disabled.</p><img src="../images/disabled_purgenow.gif" alt="disabled purge icon" /><div class="section"><h3>Adding / Editing a Local Repository<a name="Adding__Editing_a_Local_Repository
 "></a></h3><p>All fields are mandatory.</p><ul><li>Name: must be a unique repository name.</li><li>Location: must be the absolute path of a unique repository location.</li><li>Layout: &quot;default&quot; or &quot;legacy&quot;. Default layout is for maven2, while legacy layout is for maven1.<img src="../images/localrepository-add.png" alt="" /><p>Adding a local repository will automatically create a default <a href="./purgeConfiguration.html"> Purge Configuration</a> for that repository.</p><p>If you're using distributed builds, you must configure a <tt>localRepository</tt> with the same <tt>name</tt> in the build agent's configuration file where the <tt>location</tt> is the local path to the local repository in the build agent machine. See <a href="./distributed-builds.html">Distributed Builds</a> for more details.</p></li></ul></div><div class="section"><h3>Default<a name="Default"></a></h3><!-- TODO:  Needs to be updated if CONTINUUM-1966 is implemented to allowe editing the local
  repo. --><p>The default local repository location comes from the settings of the user running Continuum. The location cannot be edited within Continuum, but can be changed by specifying it in <tt>~/.m2/settings.xml</tt>.</p><p>On Windows 7, you can pass the argument <tt>-Duser.home=C:\Users\&lt;Username&gt;\</tt> to the JVM explicitly. Since running Continuum as an Administrator will give you a different <tt>user.home</tt> value.</p></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Local Repository<a name="Local_Repository"></a></h2><p>Local repositories can be co
 nfigured for a specific project group's use. This is where the artifacts used for building the projects can be found instead of the default (<tt>$USER_HOME/.m2/repository</tt>).</p><p>Click the <b>Local Repositories</b> link under the <b>Administration</b> section</p><img src="../images/localrepositories.png" alt="Local Repositories" /><p>You will see all the local repositories that have been created.</p><p>To display:</p><img src="../images/localrepositories-view.png" alt="" /><p>In this screen you can add/edit/delete/purge a local repository.</p><p>You can purge a repository if it has a default <a href="./purgeConfiguration.html"> Purge Configuration</a>, otherwise the purge icon is disabled.</p><img src="../images/disabled_purgenow.gif" alt="disabled purge icon" /><div class="section"><h3>Adding / Editing a Local Repository<a name="Adding__Editing_a_Local_Repository"></a></h3><p>All fields are mandatory.</p><ul><li>Name: must be a unique repository name.</li><li>Location: must be
  the absolute path of a unique repository location.</li><li>Layout: &quot;default&quot; or &quot;legacy&quot;. Default layout is for maven2, while legacy layout is for maven1.<img src="../images/localrepository-add.png" alt="" /><p>Adding a local repository will automatically create a default <a href="./purgeConfiguration.html"> Purge Configuration</a> for that repository.</p><p>If you're using distributed builds, you must configure a <tt>localRepository</tt> with the same <tt>name</tt> in the build agent's configuration file where the <tt>location</tt> is the local path to the local repository in the build agent machine. See <a href="./distributed-builds.html">Distributed Builds</a> for more details.</p></li></ul></div><div class="section"><h3>Default<a name="Default"></a></h3><!-- TODO:  Needs to be updated if CONTINUUM-1966 is implemented to allowe editing the local repo. --><p>The default local repository location comes from the settings of the user running Continuum. The locati
 on cannot be edited within Continuum, but can be changed by specifying it in <tt>~/.m2/settings.xml</tt>.</p><p>On Windows 7, you can pass the argument <tt>-Duser.home=C:\Users\&lt;Username&gt;\</tt> to the JVM explicitly. Since running Continuum as an Administrator will give you a different <tt>user.home</tt> value.</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -397,7 +397,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/logging/audit-logs.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/logging/audit-logs.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/logging/audit-logs.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/logging/audit-logs.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -403,7 +403,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Audit Logs<a name="Audit_Logs"></a></h2><p>Continuum's <tt>logs</tt> directory contains an audit log file named <tt>continuum-audit.log</tt>, which tracks events that occur in the server. For security measure, passwords are masked behind asterisks.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 12:27:58 - admin - BUILD_SCHEDULE BI_HOURLY - Added Build Schedule
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Audit Logs<a name="Audit_Logs"></a></h2><p>Continuum's <tt>logs</tt> directory cont
 ains an audit log file named <tt>continuum-audit.log</tt>, which tracks events that occur in the server. For security measure, passwords are masked behind asterisks.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 12:27:58 - admin - BUILD_SCHEDULE BI_HOURLY - Added Build Schedule
 2009-07-22 12:28:23 - admin - BUILD_SCHEDULE BI_HOURLY - Modified Build Schedule
 2009-07-22 12:29:56 - admin - PROJECT http://svn.apache.org/repos/asf/continuum/trunk/pom.xml - Added M2 Project
 2009-07-22 12:31:00 - admin - PROJECT Project Group id=6 - Forced Project Build</pre></div><p>The space delimited records are:</p><ul><li>date and time (server local time)</li><li>user that enacted the change (or guest if none)</li><li>the project or configurations affected</li><li>the event that occurred</li></ul><p>Currently, the following events are logged:</p><ul><li>add/delete of projects</li><li>forced project builds</li><li>release prepare/perform/rollback</li><li>add/edit/delete of schedules</li><li>add/edit/delete of build definition templates</li></ul></div>
@@ -415,7 +415,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/logging/continuum-logs.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/logging/continuum-logs.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/logging/continuum-logs.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/logging/continuum-logs.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -403,7 +403,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Continuum Logs<a name="Continuum_Logs"></a></h2><p>Continuum's <tt>logs</tt> directory contains an continuum log file named <tt>continuum.log</tt>, which logs all the startup information of Continuum.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 11:57:48,397 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.DefaultContinuum  - Initializing Continuum.
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Continuum Logs<a name="Continuum_Logs"></a></h2><p>Continuum's <tt>logs</tt> direct
 ory contains an continuum log file named <tt>continuum.log</tt>, which logs all the startup information of Continuum.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 11:57:48,397 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.DefaultContinuum  - Initializing Continuum.
 2009-07-22 11:57:48,397 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.DefaultContinuum  - Showing all groups:
 2009-07-22 11:57:48,912 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.DefaultContinuum  - Showing all projects: 
 2009-07-22 11:57:49,081 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.DefaultContinuum  - Starting Continuum.
@@ -436,7 +436,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/logging/index.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/logging/index.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/logging/index.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/logging/index.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -403,7 +403,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Log Files<a name="Log_Files"></a></h2><p>To keep track of the Continuum performance and problems, log files are created during runtime. These files can be found in the <tt>logs/</tt> directory.</p><ul><li><a href="./continuum-logs.html"> <b>continuum.log</b></a> - contains all the start-up information for Continuum.</li><li><a href="./audit-logs.html"> <b>continuum-audit.log</b></a> - contains information regarding the project operations and configurations being modified. For example, projects added are logged here, with date and timestamp, userId of who performed the deploy, and the project that was built. For security measure, passwords are masked behind asterisks.</li><li><a href="./security-logs.html"> <b>continuum-security-audit.log</b></a> - contains information regarding Continuum's security. For example, a successful login of a user or a user account is created.</li></ul></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Log Files<a name="Log_Files"></a></h2><p>To keep track of the Continuum performance
  and problems, log files are created during runtime. These files can be found in the <tt>logs/</tt> directory.</p><ul><li><a href="./continuum-logs.html"> <b>continuum.log</b></a> - contains all the start-up information for Continuum.</li><li><a href="./audit-logs.html"> <b>continuum-audit.log</b></a> - contains information regarding the project operations and configurations being modified. For example, projects added are logged here, with date and timestamp, userId of who performed the deploy, and the project that was built. For security measure, passwords are masked behind asterisks.</li><li><a href="./security-logs.html"> <b>continuum-security-audit.log</b></a> - contains information regarding Continuum's security. For example, a successful login of a user or a user account is created.</li></ul></div>
       </div>
     </div>
     <div class="clear">
@@ -412,7 +412,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/logging/security-logs.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/logging/security-logs.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/logging/security-logs.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/logging/security-logs.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -403,7 +403,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Security Logs<a name="Security_Logs"></a></h2><p>Continuum's <tt>logs</tt> directory contains a security log file named <tt>continuum-security-audit.log</tt>, which keeps track of all the security operations.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 12:32:00 - admin - User Created: continuum
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Security Logs<a name="Security_Logs"></a></h2><p>Continuum's <tt>logs</tt> director
 y contains a security log file named <tt>continuum-security-audit.log</tt>, which keeps track of all the security operations.</p><p>A typical record looks like this:</p><div><pre>2009-07-22 12:32:00 - admin - User Created: continuum
 2009-07-22 12:32:10 - admin - Role Assigned to user continuum: Continuum Group Project Administrator
 2009-07-22 12:32:17 - admin - User Modified: continuum
 2009-07-22 12:32:34 -  - Logged Out user admin
@@ -416,7 +416,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/monitoring.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/monitoring.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/monitoring.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/monitoring.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -389,7 +389,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Monitoring a Continuum instance<a name="Monitoring_a_Continuum_instance"></a></h2><div class="section"><h3>JConsole<a name="JConsole"></a></h3><ul><li>Edit <tt>$CONTINUUM_HOME/bin/[platform]/wrapper.conf</tt> to add:<div><pre>wrapper.java.additional.9=-Dcom.sun.management.jmxremote</pre></div></li><li>Start Continuum</li><li>Start jconsole, (included with Sun JDK 1.5 and later,) select the 'WrapperSimpleApp' line, and click Connect<p>The following image shows starting Continuum 1.1, adding a project group, then adding and building the trunk of the Shale Framework (14 modules):</p><img src="../images/jconsole1.jpg" alt="" /><p>The following image shows the same Continuum instance running for several hours:</p><img src="../images/jconsole2.jpg" alt="" /></li></ul></div><div class="section"><h3>Garbage Collection and Heap Size<a name="Garbage_Collection_and_Heap_Size"></a></h3><p>Edit $CONTINUUM_HOME/bin/[platform]/wrapper.conf to add:</p><div><pre>wrap
 per.java.additional.10=-verbose:gc
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Monitoring a Continuum instance<a name="Monitoring_a_Continuum_instance"></a></h2><
 div class="section"><h3>JConsole<a name="JConsole"></a></h3><ul><li>Edit <tt>$CONTINUUM_HOME/bin/[platform]/wrapper.conf</tt> to add:<div><pre>wrapper.java.additional.9=-Dcom.sun.management.jmxremote</pre></div></li><li>Start Continuum</li><li>Start jconsole, (included with Sun JDK 1.5 and later,) select the 'WrapperSimpleApp' line, and click Connect<p>The following image shows starting Continuum 1.1, adding a project group, then adding and building the trunk of the Shale Framework (14 modules):</p><img src="../images/jconsole1.jpg" alt="" /><p>The following image shows the same Continuum instance running for several hours:</p><img src="../images/jconsole2.jpg" alt="" /></li></ul></div><div class="section"><h3>Garbage Collection and Heap Size<a name="Garbage_Collection_and_Heap_Size"></a></h3><p>Edit $CONTINUUM_HOME/bin/[platform]/wrapper.conf to add:</p><div><pre>wrapper.java.additional.10=-verbose:gc
    or
 wrapper.java.additional.10=-Xloggc:gc.txt</pre></div><p>The first sends to the console (and wrapper log) while the second sends to the filename that you tell it to.</p><p>Example output:</p><div><pre>420.568: [GC 62459K-&gt;58474K(65104K), 0.0074933 secs]
 420.778: [GC 62634K-&gt;58733K(65104K), 0.0060762 secs]
@@ -413,7 +413,7 @@ wrapper.java.additional.10=-Xloggc:gc.tx
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/parallelBuilds.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/parallelBuilds.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/parallelBuilds.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/parallelBuilds.html Thu Jun  5 00:35:26 2014
@@ -61,7 +61,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -71,7 +71,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -388,7 +388,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Managing Parallel Builds<a name="Managing_Parallel_Builds"></a></h2><p>Since 1.3.1, Continuum can be configured to checkout and build projects in parallel or concurrently.</p><div class="section"><h3>Configuring Parallel Builds<a name="Configuring_Parallel_Builds"></a></h3><p>The number of build queues to be used when checking out or building projects can be configured in the Configuration page, via the Number of Allowed Builds in Parallel field (see <a href="./configuration.html"> Managing General Configuration</a>). The value should be greater than one (1) to be able to create a build queue aside from the default.</p><p>Another thing to note is that if Distributed Builds is enabled, Parallel Builds is automatically disabled. To make it short, you're only allowed to use one of these functionalities at a time in the current implementation.</p><p>To configure parallel builds:</p><ol style="list-style-type: decimal"><li>Create a build queue to be used 
 for the projects. Refer to <a href="./buildQueue.html"> Managing Build Queues</a></li><li>Attach the build queue(s) to a build schedule. Refer to <a href="./schedules.html"> Attaching Build Queue to a Schedule</a></li><li>Create or edit the project's build definition to use the build schedule configured with the build queue(s). Refer to <a href="../user_guides/managing_builddef/index.html"> Managing Build Definitions</a></li></ol><p>A screen similar to the following is displayed under the <b>Queues</b> page when the project is built (force/sheduled).</p><img src="../images/parallelBuildsQueues.png" alt="Queues" /></div><div class="section"><h3>Limitations<a name="Limitations"></a></h3><p>Below are some feature limitations for the current implementation:</p><ol style="list-style-type: decimal"><li>Project groups cannot be built multiple times simulateously.</li><li>Concurrent build of inter-dependent projects in a group is not yet supported.</li><li>All projects in a project group wi
 ll be enqueued to the same <a href="./buildQueue.html"> Build Queue</a>.</li></ol></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Managing Parallel Builds<a name="Managing_Parallel_Builds"></a></h2><p>Since 1.3.1,
  Continuum can be configured to checkout and build projects in parallel or concurrently.</p><div class="section"><h3>Configuring Parallel Builds<a name="Configuring_Parallel_Builds"></a></h3><p>The number of build queues to be used when checking out or building projects can be configured in the Configuration page, via the Number of Allowed Builds in Parallel field (see <a href="./configuration.html"> Managing General Configuration</a>). The value should be greater than one (1) to be able to create a build queue aside from the default.</p><p>Another thing to note is that if Distributed Builds is enabled, Parallel Builds is automatically disabled. To make it short, you're only allowed to use one of these functionalities at a time in the current implementation.</p><p>To configure parallel builds:</p><ol style="list-style-type: decimal"><li>Create a build queue to be used for the projects. Refer to <a href="./buildQueue.html"> Managing Build Queues</a></li><li>Attach the build queue(s) 
 to a build schedule. Refer to <a href="./schedules.html"> Attaching Build Queue to a Schedule</a></li><li>Create or edit the project's build definition to use the build schedule configured with the build queue(s). Refer to <a href="../user_guides/managing_builddef/index.html"> Managing Build Definitions</a></li></ol><p>A screen similar to the following is displayed under the <b>Queues</b> page when the project is built (force/sheduled).</p><img src="../images/parallelBuildsQueues.png" alt="Queues" /></div><div class="section"><h3>Limitations<a name="Limitations"></a></h3><p>Below are some feature limitations for the current implementation:</p><ol style="list-style-type: decimal"><li>Project groups cannot be built multiple times simulateously.</li><li>Concurrent build of inter-dependent projects in a group is not yet supported.</li><li>All projects in a project group will be enqueued to the same <a href="./buildQueue.html"> Build Queue</a>.</li></ol></div></div>
       </div>
     </div>
     <div class="clear">
@@ -397,7 +397,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/projectgroup.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/projectgroup.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/projectgroup.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/projectgroup.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -389,7 +389,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Managing Project Groups<a name="Managing_Project_Groups"></a></h2><img src="../images/project-groups.png" alt="Group Summary homepage" /><div class="section"><h3>Adding a Project Group<a name="Adding_a_Project_Group"></a></h3><p>From the home page (Group Summary) Use the the <tt>Add Project Group</tt> button</p><img src="../images/add-project-group.png" alt="Add Project Group" /><p>Then You will have the project Group detail.</p><img src="../images/add-project-group-detail.png" alt="Edit Project Group detail" /><p>Some fields are mandatory :</p><ul><li>Project Group Name</li><li>Project Group Id</li></ul></div><div class="section"><h3>Editing a Project Group<a name="Editing_a_Project_Group"></a></h3><p>From the home page (Group Summary), click the project group name link.</p><p>The project group information will then be displayed.</p><img src="../images/project-group-summary.png" alt="Project Group Summary" /><p>Then, click on the <tt>Edit</tt> butto
 n.</p><img src="../images/update-project-group.png" alt="Update Project Group" /><p>The following fields can be updated:</p><ul><li><b>Project Group Name</b>: The name of the project group.</li><li><b>Description</b>: A brief description about the group.</li><li><a href="./localRepository.html"> <b>Local Repository</b></a>: The specific repository used for the project which points to the exact location of the repository in the machine used for building.</li><li><b>Homepage Url</b>: The site of the project.</li></ul><p>And, projects can be moved to another project group.</p></div><div class="section"><h3>Deleting a Project Group<a name="Deleting_a_Project_Group"></a></h3><p>There are two ways to delete a project group.</p><p>From the home page (Group Summary), click the Delete icon to the right of the group you wish to delete.</p><p>From the Project Group Summary page, click the <tt>Delete Group</tt> button.</p><p>Confirm the deletion</p><p>Note that user roles for this project group
  will not be removed. This is intentional so that if you are sharing a user database among several Continuum instances, users will still be able to access the same group on a different server.</p></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Managing Project Groups<a name="Managing_Project_Groups"></a></h2><img src="../imag
 es/project-groups.png" alt="Group Summary homepage" /><div class="section"><h3>Adding a Project Group<a name="Adding_a_Project_Group"></a></h3><p>From the home page (Group Summary) Use the the <tt>Add Project Group</tt> button</p><img src="../images/add-project-group.png" alt="Add Project Group" /><p>Then You will have the project Group detail.</p><img src="../images/add-project-group-detail.png" alt="Edit Project Group detail" /><p>Some fields are mandatory :</p><ul><li>Project Group Name</li><li>Project Group Id</li></ul></div><div class="section"><h3>Editing a Project Group<a name="Editing_a_Project_Group"></a></h3><p>From the home page (Group Summary), click the project group name link.</p><p>The project group information will then be displayed.</p><img src="../images/project-group-summary.png" alt="Project Group Summary" /><p>Then, click on the <tt>Edit</tt> button.</p><img src="../images/update-project-group.png" alt="Update Project Group" /><p>The following fields can be upda
 ted:</p><ul><li><b>Project Group Name</b>: The name of the project group.</li><li><b>Description</b>: A brief description about the group.</li><li><a href="./localRepository.html"> <b>Local Repository</b></a>: The specific repository used for the project which points to the exact location of the repository in the machine used for building.</li><li><b>Homepage Url</b>: The site of the project.</li></ul><p>And, projects can be moved to another project group.</p></div><div class="section"><h3>Deleting a Project Group<a name="Deleting_a_Project_Group"></a></h3><p>There are two ways to delete a project group.</p><p>From the home page (Group Summary), click the Delete icon to the right of the group you wish to delete.</p><p>From the Project Group Summary page, click the <tt>Delete Group</tt> button.</p><p>Confirm the deletion</p><p>Note that user roles for this project group will not be removed. This is intentional so that if you are sharing a user database among several Continuum instanc
 es, users will still be able to access the same group on a different server.</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -398,7 +398,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/purgeConfiguration.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/purgeConfiguration.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/purgeConfiguration.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/purgeConfiguration.html Thu Jun  5 00:35:26 2014
@@ -61,7 +61,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -71,7 +71,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -388,7 +388,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Purge Configuration<a name="Purge_Configuration"></a></h2><p>Click the <b>Purge Configurations</b> link under the <b>Administration</b> section.</p><img src="../images/purgeconfigurations.png" alt="Purge Configurations" /><p>You will see all repository purge configurations and all directory purge configurations.</p><ul><li>Note:* If you have distributed builds enabled, then repository purging is not currently available on build agents. See <a class="externalLink" href="http://jira.codehaus.org/browse/CONTINUUM-2697"> CONTINUUM-2697</a> for information.<img src="../images/purgeconfigurations-view.png" alt="" /><p>Here you can add/edit/delete the purge configuration.</p><p>You can also purge the repository or directory by clicking the corresponding purge icon of the purge configuration.</p><img src="../images/purgenow.gif" alt="purge now icon" /></li></ul><div class="section"><h3>Adding / Editing Repository Purge Configuration<a name="Adding__Editing_R
 epository_Purge_Configuration"></a></h3><p>Specify the repository to purge.</p><img src="../images/repositorypurgeconfiguration-add.png" alt="" /></div><div class="section"><h3>Adding / Editing Directory Purge Configuration<a name="Adding__Editing_Directory_Purge_Configuration"></a></h3><p>There are two types of directory purge configuration:</p><ul><li>releases - this will purge the working copies associated with releases.</li><li>buildOutput - this will purge the build output of each project.<img src="../images/directorypurgeconfiguration-add.png" alt="" /></li></ul></div><div class="section"><h3>Purging Repository<a name="Purging_Repository"></a></h3><ul><li>Delete all - will delete the entire contents of the repository</li><li>Days Old - will delete the artifact if it's older than the number of days old but still satisfies the number of retention count. <p>Example: </p><p>Days_Old = 30 days </p><p>Retention_Count = 2</p><p>If I have 5 artifacts that are older than 30 days, only 
 3 of them will be deleted because I have to retain any 2 artifacts (Retention count).</p></li><li>Retention Count - the number of artifacts to retain; all in excess will be deleted</li><li>Delete Released Snapshots - will delete all released snapshots</li></ul></div><div class="section"><h3>Purging Directory<a name="Purging_Directory"></a></h3><ul><li>Delete all<ul><li>Releases Directory - will delete all releases-* directories</li><li>Build Output Directory - will delete all build output of each project</li></ul></li><li>Days Old - will delete the directory if it's older than the number of days old </li><li>Retention Count - number of directories to retain</li></ul></div><div class="section"><h3>Steps in purging:<a name="Steps_in_purging:"></a></h3><ul><li>Perform Delete All purging if it is checked.</li><li>If delete all is not checked, then is days old has a value greater than 0? If it has then perform days old purging.</li><li>If days old is 0 then perform retention count purgin
 g.</li><li>Delete released snapshots purging will always be performed if it is checked, unless the Delete All is also checked or it's a directory purging.</li></ul></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Purge Configuration<a name="Purge_Configuration"></a></h2><p>Click the <b>Purge Con
 figurations</b> link under the <b>Administration</b> section.</p><img src="../images/purgeconfigurations.png" alt="Purge Configurations" /><p>You will see all repository purge configurations and all directory purge configurations.</p><ul><li>Note:* If you have distributed builds enabled, then repository purging is not currently available on build agents. See <a class="externalLink" href="http://jira.codehaus.org/browse/CONTINUUM-2697"> CONTINUUM-2697</a> for information.<img src="../images/purgeconfigurations-view.png" alt="" /><p>Here you can add/edit/delete the purge configuration.</p><p>You can also purge the repository or directory by clicking the corresponding purge icon of the purge configuration.</p><img src="../images/purgenow.gif" alt="purge now icon" /></li></ul><div class="section"><h3>Adding / Editing Repository Purge Configuration<a name="Adding__Editing_Repository_Purge_Configuration"></a></h3><p>Specify the repository to purge.</p><img src="../images/repositorypurgeco
 nfiguration-add.png" alt="" /></div><div class="section"><h3>Adding / Editing Directory Purge Configuration<a name="Adding__Editing_Directory_Purge_Configuration"></a></h3><p>There are two types of directory purge configuration:</p><ul><li>releases - this will purge the working copies associated with releases.</li><li>buildOutput - this will purge the build output of each project.<img src="../images/directorypurgeconfiguration-add.png" alt="" /></li></ul></div><div class="section"><h3>Purging Repository<a name="Purging_Repository"></a></h3><ul><li>Delete all - will delete the entire contents of the repository</li><li>Days Old - will delete the artifact if it's older than the number of days old but still satisfies the number of retention count. <p>Example: </p><p>Days_Old = 30 days </p><p>Retention_Count = 2</p><p>If I have 5 artifacts that are older than 30 days, only 3 of them will be deleted because I have to retain any 2 artifacts (Retention count).</p></li><li>Retention Count - 
 the number of artifacts to retain; all in excess will be deleted</li><li>Delete Released Snapshots - will delete all released snapshots</li></ul></div><div class="section"><h3>Purging Directory<a name="Purging_Directory"></a></h3><ul><li>Delete all<ul><li>Releases Directory - will delete all releases-* directories</li><li>Build Output Directory - will delete all build output of each project</li></ul></li><li>Days Old - will delete the directory if it's older than the number of days old </li><li>Retention Count - number of directories to retain</li></ul></div><div class="section"><h3>Steps in purging:<a name="Steps_in_purging:"></a></h3><ul><li>Perform Delete All purging if it is checked.</li><li>If delete all is not checked, then is days old has a value greater than 0? If it has then perform days old purging.</li><li>If days old is 0 then perform retention count purging.</li><li>Delete released snapshots purging will always be performed if it is checked, unless the Delete All is als
 o checked or it's a directory purging.</li></ul></div></div>
       </div>
     </div>
     <div class="clear">
@@ -397,7 +397,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/queues.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/queues.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/queues.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/queues.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -389,7 +389,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Managing Queues<a name="Managing_Queues"></a></h2><p>Current checkouts and builds, and all other projects queued in the checkout, build, and prepare build queues can be viewed in the <b>Queues</b> page.</p><img src="../images/queues.png" alt="Queues" /><p>Prepare Build Queue</p><img src="../images/queues-prepare.png" alt="Prepare Build Queue" /><p>Build Queues</p><img src="../images/queues-view.png" alt="Queues View " /><p>Checkout Queue</p><img src="../images/queues-checkout.png" alt="Checkout Queue" /><p>You must have a <b>Manage Continuum Queues</b> role for you to:</p><ol style="list-style-type: decimal"><li>Cancel current checkouts, current builds, queued prepare builds, queued checkouts and queued builds by clicking the <img src="../images/cancelbuild.gif" alt="cancel build icon." /></li><li>Cancel multiple queued tasks by selecting the corresponding checkboxes of the checkouts, builds, or project updates you want to cancel and then click the <
 b>Cancel Entries</b> button.<p>Note: Cancelling current prepare build is not allowed to prevent data corruption.</p></li></ol></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Managing Queues<a name="Managing_Queues"></a></h2><p>Current checkouts and builds, 
 and all other projects queued in the checkout, build, and prepare build queues can be viewed in the <b>Queues</b> page.</p><img src="../images/queues.png" alt="Queues" /><p>Prepare Build Queue</p><img src="../images/queues-prepare.png" alt="Prepare Build Queue" /><p>Build Queues</p><img src="../images/queues-view.png" alt="Queues View " /><p>Checkout Queue</p><img src="../images/queues-checkout.png" alt="Checkout Queue" /><p>You must have a <b>Manage Continuum Queues</b> role for you to:</p><ol style="list-style-type: decimal"><li>Cancel current checkouts, current builds, queued prepare builds, queued checkouts and queued builds by clicking the <img src="../images/cancelbuild.gif" alt="cancel build icon." /></li><li>Cancel multiple queued tasks by selecting the corresponding checkboxes of the checkouts, builds, or project updates you want to cancel and then click the <b>Cancel Entries</b> button.<p>Note: Cancelling current prepare build is not allowed to prevent data corruption.</p>
 </li></ol></div>
       </div>
     </div>
     <div class="clear">
@@ -398,7 +398,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/schedules.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/schedules.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/schedules.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/schedules.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -389,7 +389,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Managing Schedules<a name="Managing_Schedules"></a></h2><p>Schedules initiates the building of projects continuously. In this section, adding, modifying, and deleting of schedules are discussed.</p><p>Clicking the <b>Schedules</b> link from the menu on the left will display the following page:</p><img src="../images/schedules.png" alt="List of schedules page" /><div class="section"><h3>Adding Schedules<a name="Adding_Schedules"></a></h3><p>To add a schedule, follow these steps:</p><ol style="list-style-type: decimal"><li>Click the <b>Add</b> button below the list of schedules.</li><li>Fill in the needed information in the <b>Edit Schedules</b> page shown below.<img src="../images/editSchedule.png" alt="Adding a build schedule" /><ul><li><b>Name</b> The unique identifier of the schedule. This is a required field.</li><li><b>Description</b> Brief description of the configured schedule. This is a required field.</li><li><b>Cron Expression</b> Determines
  the exact time interval that the build schedule executes.</li><li><b>Maximum job execution time (seconds)</b> This sets the maximum time for a job to be executed. This is a required field.</li><li><b>Quiet Period (seconds)</b> This a setting that delays the build if there has been a commit in the defined number of seconds prior. This is useful when using CVS, since commits are not atomic and a developer might be committing midway through an update. It is not typically needed if using Subversion.</li><li><b>Add Build Queue</b> Move build queues from the left hand list box to the right hand list box by clicking the appropriate buttons in between the two list boxes. All build queues on the right hand list box will be attached to the schedule.</li><li><b>Enabled</b> When selected, scheduled build will be executed. []</li></ul></li><li>Click <b>Save</b>.</li></ol></div><div class="section"><h3>Editing Schedules<a name="Editing_Schedules"></a></h3><p>To edit a schedule, follow these step
 s:</p><ol style="list-style-type: decimal"><li>Click the edit icon which can be found to the right of the schedule.</li><li>Modify the fields in the <b>Edit Schedules</b> page.</li><li>Click <b>Save</b>.</li></ol></div><div class="section"><h3>Deleting Schedules<a name="Deleting_Schedules"></a></h3><p>To delete a schedule, click the delete icon, the rightmost icon inline with the schedule to be deleted.</p></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Managing Schedules<a name="Managing_Schedules"></a></h2><p>Schedules initiates the 
 building of projects continuously. In this section, adding, modifying, and deleting of schedules are discussed.</p><p>Clicking the <b>Schedules</b> link from the menu on the left will display the following page:</p><img src="../images/schedules.png" alt="List of schedules page" /><div class="section"><h3>Adding Schedules<a name="Adding_Schedules"></a></h3><p>To add a schedule, follow these steps:</p><ol style="list-style-type: decimal"><li>Click the <b>Add</b> button below the list of schedules.</li><li>Fill in the needed information in the <b>Edit Schedules</b> page shown below.<img src="../images/editSchedule.png" alt="Adding a build schedule" /><ul><li><b>Name</b> The unique identifier of the schedule. This is a required field.</li><li><b>Description</b> Brief description of the configured schedule. This is a required field.</li><li><b>Cron Expression</b> Determines the exact time interval that the build schedule executes.</li><li><b>Maximum job execution time (seconds)</b> This 
 sets the maximum time for a job to be executed. This is a required field.</li><li><b>Quiet Period (seconds)</b> This a setting that delays the build if there has been a commit in the defined number of seconds prior. This is useful when using CVS, since commits are not atomic and a developer might be committing midway through an update. It is not typically needed if using Subversion.</li><li><b>Add Build Queue</b> Move build queues from the left hand list box to the right hand list box by clicking the appropriate buttons in between the two list boxes. All build queues on the right hand list box will be attached to the schedule.</li><li><b>Enabled</b> When selected, scheduled build will be executed. []</li></ul></li><li>Click <b>Save</b>.</li></ol></div><div class="section"><h3>Editing Schedules<a name="Editing_Schedules"></a></h3><p>To edit a schedule, follow these steps:</p><ol style="list-style-type: decimal"><li>Click the edit icon which can be found to the right of the schedule.<
 /li><li>Modify the fields in the <b>Edit Schedules</b> page.</li><li>Click <b>Save</b>.</li></ol></div><div class="section"><h3>Deleting Schedules<a name="Deleting_Schedules"></a></h3><p>To delete a schedule, click the delete icon, the rightmost icon inline with the schedule to be deleted.</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -398,7 +398,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/security/customising-security.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/security/customising-security.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/security/customising-security.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/security/customising-security.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -399,7 +399,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Continuum Security Configuration<a name="Continuum_Security_Configuration"></a></h2><p>Security properties and password rules can be configured in the <tt>security.properties</tt> file, which by default is searched for in:</p><ul><li><tt>~/.m2/security.properties</tt></li><li><tt>$CONTINUUM_BASE/conf/security.properties</tt></li><li><tt>$CONTINUUM_HOME/conf/security.properties</tt></li></ul><p>(In the list above, <tt>~</tt> is the home directory of the user who is running Continuum, and <tt>$CONTINUUM_HOME</tt> is the directory where Continuum is installed, such as <tt>/opt/continuum-1.2</tt>.)</p><!-- TODO: Link to Redback documentation when available --><p>Following are some of the properties you can modify. For a complete list, consult the default properties file in Redback's svn repo: <a class="externalLink" href="http://svn.codehaus.org/redback/redback/trunk/redback-configuration/src/main/resources/org/codehaus/plexus/redback/config-defaults.pro
 perties"> config-defaults.properties</a></p><div class="source"><pre># Security Policies
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Continuum Security Configuration<a name="Continuum_Security_Configuration"></a></h2
 ><p>Security properties and password rules can be configured in the <tt>security.properties</tt> file, which by default is searched for in:</p><ul><li><tt>~/.m2/security.properties</tt></li><li><tt>$CONTINUUM_BASE/conf/security.properties</tt></li><li><tt>$CONTINUUM_HOME/conf/security.properties</tt></li></ul><p>(In the list above, <tt>~</tt> is the home directory of the user who is running Continuum, and <tt>$CONTINUUM_HOME</tt> is the directory where Continuum is installed, such as <tt>/opt/continuum-1.2</tt>.)</p><!-- TODO: Link to Redback documentation when available --><p>Following are some of the properties you can modify. For a complete list, consult the default properties file in Redback's svn repo: <a class="externalLink" href="http://svn.codehaus.org/redback/redback/trunk/redback-configuration/src/main/resources/org/codehaus/plexus/redback/config-defaults.properties"> config-defaults.properties</a></p><div class="source"><pre># Security Policies
 #security.policy.password.encoder=
 security.policy.password.previous.count=6
 security.policy.password.expiration.days=90
@@ -427,7 +427,7 @@ security.policy.password.rule.nowhitespa
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/security/index.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/security/index.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/security/index.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/security/index.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -399,7 +399,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Managing Users and Security<a name="Managing_Users_and_Security"></a></h2><p><a href="./customising-security.html">Customising Security Configuration</a></p><p><a href="./ldap.html">LDAP Configuration</a></p></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Managing Users and Security<a name="Managing_Users_and_Security"></a></h2><p><a hre
 f="./customising-security.html">Customising Security Configuration</a></p><p><a href="./ldap.html">LDAP Configuration</a></p></div>
       </div>
     </div>
     <div class="clear">
@@ -408,7 +408,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/security/ldap.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/security/ldap.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/security/ldap.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/security/ldap.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../../">Continuum</a>
                 &gt;
       
-                <a href="../../">1.4.1</a>
+                <a href="../../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -399,7 +399,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>LDAP Configuration<a name="LDAP_Configuration"></a></h2><p>Continuum supports LDAP for authentication. To configure it, you should follow these steps:</p><ul><li>Shutdown Continuum</li><li>Add a <tt>security.properties</tt> files under <tt>$CONTINUUM_HOME/conf/</tt> or <tt>$CONTINUUM_BASE/conf</tt> with the following content:<div><pre>security.policy.password.expiration.enabled=false
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>LDAP Configuration<a name="LDAP_Configuration"></a></h2><p>Continuum supports LDAP 
 for authentication. To configure it, you should follow these steps:</p><ul><li>Shutdown Continuum</li><li>Add a <tt>security.properties</tt> files under <tt>$CONTINUUM_HOME/conf/</tt> or <tt>$CONTINUUM_BASE/conf</tt> with the following content:<div><pre>security.policy.password.expiration.enabled=false
 
 user.manager.impl=ldap
 ldap.bind.authenticator.enabled=true
@@ -424,7 +424,7 @@ redback.default.admin=[adminuser]
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/shutdown.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/shutdown.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/shutdown.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/shutdown.html Thu Jun  5 00:35:26 2014
@@ -62,7 +62,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -72,7 +72,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -389,7 +389,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Shutdown Continuum<a name="Shutdown_Continuum"></a></h2><p>Shutting down Continuum while a project is building or queued is NOT recommended. The build queues page should be used to cancel any currently running and queued builds before shutting down.</p><div class="section"><h3>Queues view<a name="Queues_view"></a></h3><p>From the menu, choose the 'Queues' link</p><img src="../images/queues-menu.png" alt="Queues" /><p>Then you'll get the Queues page</p><img src="../images/queues-view.png" alt="Queues" /><p>In this page you can see the current build, projects in the build queue, the current checkout and projects in the checkout queue. For each line, you can cancel the process</p></div><div class="section"><h3>Shutdown<a name="Shutdown"></a></h3><p>To shutdown Continuum, the queue must be empty, so when you want to shutdown, you can either wait until all builds are complete or cancel them.</p><p>If you don't want to have new projects added in the build 
 queue before you shutdown Continuum, you can disable all schedules. You'll need to re-enable them on the next startup. (In the future, you'll have an action to automate the disable/enable schedules process.)</p></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>Shutdown Continuum<a name="Shutdown_Continuum"></a></h2><p>Shutting down Continuum 
 while a project is building or queued is NOT recommended. The build queues page should be used to cancel any currently running and queued builds before shutting down.</p><div class="section"><h3>Queues view<a name="Queues_view"></a></h3><p>From the menu, choose the 'Queues' link</p><img src="../images/queues-menu.png" alt="Queues" /><p>Then you'll get the Queues page</p><img src="../images/queues-view.png" alt="Queues" /><p>In this page you can see the current build, projects in the build queue, the current checkout and projects in the checkout queue. For each line, you can cancel the process</p></div><div class="section"><h3>Shutdown<a name="Shutdown"></a></h3><p>To shutdown Continuum, the queue must be empty, so when you want to shutdown, you can either wait until all builds are complete or cancel them.</p><p>If you don't want to have new projects added in the build queue before you shutdown Continuum, you can disable all schedules. You'll need to re-enable them on the next startu
 p. (In the future, you'll have an action to automate the disable/enable schedules process.)</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -398,7 +398,7 @@ pageTracker._trackPageview();</script>
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/administrator_guides/webdav.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/administrator_guides/webdav.html?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
--- continuum/site-publish/docs/latest/administrator_guides/webdav.html (original)
+++ continuum/site-publish/docs/latest/administrator_guides/webdav.html Thu Jun  5 00:35:26 2014
@@ -61,7 +61,7 @@ pageTracker._trackPageview();</script>
                 <a href="../../../">Continuum</a>
                 &gt;
       
-                <a href="../">1.4.1</a>
+                <a href="../">1.4.2</a>
                   </div>
             <div class="xright">      
   
@@ -71,7 +71,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 02 Jan 2013
+             Last Published: 05 Jun 2014
             </div>
       <div class="clear">
         <hr/>
@@ -388,7 +388,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>WebDAV support for working copies<a name="WebDAV_support_for_working_copies"></a></h2><p>The WebDAV support is added in the continuum build agent only for retrieving the working copies of projects.</p><div class="section"><h3>Example using Sardine<a name="Example_using_Sardine"></a></h3><p>You can use <a class="externalLink" href="http://code.google.com/p/sardine/"> Sardine</a> for the WebDAV client.</p><p>The first sample will retrieve the directory listing for the project with id of 1.</p><div><pre>Sardine sardine = SardineFactory.begin();
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"><h2>WebDAV support for working copies<a name="WebDAV_support_for_working_copies"></a></
 h2><p>The WebDAV support is added in the continuum build agent only for retrieving the working copies of projects.</p><div class="section"><h3>Example using Sardine<a name="Example_using_Sardine"></a></h3><p>You can use <a class="externalLink" href="http://code.google.com/p/sardine/"> Sardine</a> for the WebDAV client.</p><p>The first sample will retrieve the directory listing for the project with id of 1.</p><div><pre>Sardine sardine = SardineFactory.begin();
 List&lt;DavResource&gt; resources = sardine.getResources( &quot;http://buildagenturl/workingcopy/1/&quot; );</pre></div><p>The next sample will get an <tt>InputStream</tt> reference to a remote file.</p><div><pre>Sardine sardine = SardineFactory.begin();
 InputStream is = sardine.getInputStream( &quot;http://buildagenturl/workingcopy/1/pom.xml&quot; );</pre></div></div></div>
       </div>
@@ -399,7 +399,7 @@ InputStream is = sardine.getInputStream(
     <div id="footer">
       <div class="xright" style="text-align: right">
         &#169;  
-          2003-2013
+          2003-2014
     
                   <a href="http://www.apache.org/">The Apache Software Foundation</a>
                 

Modified: continuum/site-publish/docs/latest/apache-continuum.pdf
URL: http://svn.apache.org/viewvc/continuum/site-publish/docs/latest/apache-continuum.pdf?rev=1600550&r1=1600549&r2=1600550&view=diff
==============================================================================
Binary files - no diff available.