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 2013/01/01 07:27:09 UTC

svn commit: r1427311 - in /continuum/trunk/continuum-docs/src/site: ./ apt/user_guides/managing_builddef/ resources/images/

Author: brett
Date: Tue Jan  1 06:27:08 2013
New Revision: 1427311

URL: http://svn.apache.org/viewvc?rev=1427311&view=rev
Log:
fold down the build definition docs and update the screenshots for update policy

Added:
    continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png   (contents, props changed)
      - copied, changed from r1426388, continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png
Removed:
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/builddefGroup.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/builddefProject.apt
    continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png
Modified:
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt
    continuum/trunk/continuum-docs/src/site/pdf.xml
    continuum/trunk/continuum-docs/src/site/site.xml

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt?rev=1427311&r1=1427310&r2=1427311&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt Tue Jan  1 06:27:08 2013
@@ -15,5 +15,58 @@ Managing Build Definitions
 
     Continuum includes some default build definitions which can be changed in the <<{{{../../administrator_guides/builddefTemplate.html}Build Definition Templates}}>> screen.
 
-    You can add or edit build definitions at the <<{{{./builddefGroup.html}Project Group level}}>> or at the <<{{{./builddefProject.html}Project level}}>>.
+    You can add or edit build definitions at the <<Project Group level>> or at the <<Project level>>.
 
+Project Group Build Definition
+
+    The project group level build definition is executed on all of the projects in the group. The following description
+    covers the fields for a Maven project, though the fields for other types are similar.
+
+[../../images/buildDefGroup.png] Project Group Build Definitions
+
+    To add a build definition to your project group, under the <<Build Definitions>> tab in the <<Project Information>>
+    screen, click <<Add>>.
+
+    Supply the values for the necessary fields:
+
+      * Enter your <<POM filename>>, which is very likely the same as previous builds, <<<pom.xml>>>.
+
+      * In the <<Goals>> text box, enter your new goals. For example, <<<clean site deploy>>> or <<<release:branch>>>.
+
+      * You may have arguments for Maven, such as <<<--batch-mode --non-recursive>>>.
+          Add your arguments in the <<Arguments>> text box or leave it empty.
+
+      * Check <<Build Fresh>> to do a fresh checkout from SCM before the build process.
+      Check <<Always Build>> if you want to execute the goal every time you build the project.
+      If you want this build definition to be your default for building your project,
+      check the <<Is it default?>> check box.
+
+      * Select your build schedule from the pull-down menu. There will only be the <<<DEFAULT_SCHEDULE>>>
+      if you have not defined any others.
+
+      * Select from the pull-down menu the <<Build Environment>> for the build definition.
+
+      * Select the <<Type>> from the pull-down menu.
+
+      * Select the <<Update Policy>> from the pull-down menu. This describes when a Continuum project definition should
+        be updated if changes are detected in the Maven POM.
+
+      * You can supply a short description of the build definition (<<Description>>).
+
+      []
+
+[../../images/add-build-definition.png]
+
+    Click <<Save>> to complete the changes.
+
+Project Build Definition
+
+    The project level build definition is executed for a specific project where the build definition is defined. The
+    following description covers the fields for a Maven project, though the fields for other types are similar.
+
+[../../images/buildDefProject.png] Project Build Definitions
+
+    To add a build definition to your project, select a project within the group and under the <<Build Definitions>>
+    section in the <<Project Information>> screen, click <<Add>>.
+
+    The fields are the same as for a project group build definition.

Modified: continuum/trunk/continuum-docs/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/pdf.xml?rev=1427311&r1=1427310&r2=1427311&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/pdf.xml (original)
+++ continuum/trunk/continuum-docs/src/site/pdf.xml Tue Jan  1 06:27:08 2013
@@ -42,8 +42,6 @@
     <item name="Remove a Project" ref="user_guides/managing_project/removeProject.html"/>
     <item name="Working Copy" ref="user_guides/managing_project/workingCopy.html"/>
     <item name="Managing Build Definitions" ref="user_guides/managing_builddef/index.html"/>
-    <item name="Project Build Definition" ref="user_guides/managing_builddef/builddefProject.html"/>
-    <item name="Project Group Build Definition" ref="user_guides/managing_builddef/builddefGroup.html"/>
     <item name="Managing Notification" ref="user_guides/notification/index.html"/>
     <item name="Mail Notification" ref="user_guides/notification/mail.html"/>
     <item name="IRC Notification" ref="user_guides/notification/irc.html"/>

Copied: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png (from r1426388, continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png)
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png?p2=continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png&p1=continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png&r1=1426388&r2=1427311&rev=1427311&view=diff
==============================================================================
Binary files - no diff available.

Propchange: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: continuum/trunk/continuum-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/site.xml?rev=1427311&r1=1427310&r2=1427311&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/site.xml (original)
+++ continuum/trunk/continuum-docs/src/site/site.xml Tue Jan  1 06:27:08 2013
@@ -43,10 +43,7 @@
           <item name="Remove a Project" href="user_guides/managing_project/removeProject.html"/>
           <item name="Working Copy" href="user_guides/managing_project/workingCopy.html"/>
         </item>
-        <item name="Managing Build Definitions" href="user_guides/managing_builddef/index.html" collapse="true">
-          <item name="Project Build Definition" href="user_guides/managing_builddef/builddefProject.html"/>
-          <item name="Project Group Build Definition" href="user_guides/managing_builddef/builddefGroup.html"/>
-        </item>
+        <item name="Managing Build Definitions" href="user_guides/managing_builddef/index.html"/>
         <item name="Managing Notification" href="user_guides/notification/index.html" collapse="true">
           <item name="Mail Notification" href="user_guides/notification/mail.html"/>
           <item name="IRC Notification" href="user_guides/notification/irc.html"/>