Author: jzurbano
Date: Tue Oct 6 10:15:08 2009
New Revision: 822190
URL: http://svn.apache.org/viewvc?rev=822190&view=rev
Log:
[CONTINUUM-2353] - Make it clearer in the documentation how Local Repositories need to be
configured in Distributed Builds
- added local repository information in distributed build setup
- updated project groups documentation and site.xml
- added screen shots
merge r 822180:822181 from 1.3.x branch
Added:
continuum/trunk/continuum-docs/src/site/resources/images/project-group-summary.png (with
props)
continuum/trunk/continuum-docs/src/site/resources/images/project-groups.png (with props)
continuum/trunk/continuum-docs/src/site/resources/images/update-project-group.png (with
props)
Modified:
continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt
continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt
continuum/trunk/continuum-docs/src/site/site.xml
Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt?rev=822190&r1=822189&r2=822190&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
(original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
Tue Oct 6 10:15:08 2009
@@ -83,6 +83,11 @@
* {{{build-agent-groups.html}Add}} your Build Agents to a Build Agent Group.
* {{{buildEnvironment.html} Add}} your Build Agent Group to Build Environment.
+
+ * Make sure that the {{{localRepository.html} local repository}} of the {{{projectgroup.html}
project group}} is properly configured.
+ In this case, it should point to the path of the repository where the build agent is
installed/running.
+
+ []
<<WARNING>> Need to have a central remote repository to store the artifacts
created from the build agent so that other agents will be able to use the new artifacts.
Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt?rev=822190&r1=822189&r2=822190&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt Tue
Oct 6 10:15:08 2009
@@ -4,6 +4,10 @@
Local Repository
+ 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 (<<<$USER_HOME/.m2/repository>>>).
+
Click the <<Local Repositories>> link under the <<Administration>>
section
[../images/localrepositories.png] Local Repositories
Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt?rev=822190&r1=822189&r2=822190&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt Tue
Oct 6 10:15:08 2009
@@ -1,14 +1,18 @@
------
- Adding Project Group
+ Managing Project Groups
------
Olivier Lamy
------
- Oct 11 2007
+ Oct 06 2009
------
-Adding a Project Group
+Managing Project Groups
- From the Project Groups page, use the the 'Add Project Group' button
+[../images/project-groups.png] Group Summary homepage
+
+* Adding a Project Group
+
+ From the home page (Group Summary) Use the the <<<Add Project Group>>>
button
[../images/add-project-group.png] Add Project Group
@@ -21,14 +25,43 @@
* Project Group Name
* Project Group Id
+
+ []
-Deleting a Project Group
+* Editing a Project Group
+
+ From the home page (Group Summary), click the project group name link.
+
+ The project group information will then be displayed.
+
+[../images/project-group-summary.png] Project Group Summary
+
+ Then, click on the <<<Edit>>> button.
+
+[../images/update-project-group.png] Update Project Group
+
+ The following fields can be updated:
+
+ * <<Project Group Name>>: The name of the project group.
+
+ * <<Description>>: A brief description about the group.
+
+ * {{{localRepository.html} <<Local Repository>>}}: The specific repository
used for the project
+ which points to the exact location of the repository in the machine used for building.
+
+ * <<Homepage Url>>: The site of the project.
+
+ []
+
+ And, projects can be moved to another project group.
+
+* Deleting a Project Group
There are two ways to delete a project group.
From the home page (Group Summary), click the Delete icon to the right of the group you
wish to delete.
- From the Project Group Summary page, click the Delete Group button.
+ From the Project Group Summary page, click the <<<Delete Group>>> button.
Confirm the deletion
@@ -36,5 +69,3 @@
sharing a user database among several Continuum instances, users will still be able to
access the same
group on a different server.
-
-
Added: continuum/trunk/continuum-docs/src/site/resources/images/project-group-summary.png
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/resources/images/project-group-summary.png?rev=822190&view=auto
==============================================================================
Binary file - no diff available.
Propchange: continuum/trunk/continuum-docs/src/site/resources/images/project-group-summary.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: continuum/trunk/continuum-docs/src/site/resources/images/project-groups.png
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/resources/images/project-groups.png?rev=822190&view=auto
==============================================================================
Binary file - no diff available.
Propchange: continuum/trunk/continuum-docs/src/site/resources/images/project-groups.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: continuum/trunk/continuum-docs/src/site/resources/images/update-project-group.png
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/resources/images/update-project-group.png?rev=822190&view=auto
==============================================================================
Binary file - no diff available.
Propchange: continuum/trunk/continuum-docs/src/site/resources/images/update-project-group.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Modified: continuum/trunk/continuum-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/site.xml?rev=822190&r1=822189&r2=822190&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/site.xml (original)
+++ continuum/trunk/continuum-docs/src/site/site.xml Tue Oct 6 10:15:08 2009
@@ -76,7 +76,7 @@
<item name="Security Configuration" href="administrator_guides/security/customising-security.html"/>
<item name="LDAP Configuration" href="administrator_guides/security/ldap.html"/>
</item>
- <item name="Adding Project Group" href="administrator_guides/projectgroup.html"/>
+ <item name="Managing Project Groups" href="administrator_guides/projectgroup.html"/>
<item name="Managing Builders" href="administrator_guides/builder.html"/>
<item name="Managing JDKs" href="administrator_guides/jdk.html"/>
<item name="Managing Build Environments" href="administrator_guides/buildEnvironment.html"/>
|