Author: mmcallis
Date: 2008-01-31 21:10:51 -0500 (Thu, 31 Jan 2008)
New Revision: 9694
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
2.3.1. Getting the Sources updating, rephrasing,
adding content
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
00:46:09 UTC (rev 9693)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
02:10:51 UTC (rev 9694)
@@ -190,53 +190,68 @@
<title>Installing from Sources</title>
<sect2>
<title>Getting the Sources</title>
- <para>There are two ways for you to obtain the JBoss Portal source files:
- <itemizedlist>
- <listitem>
- <para>From our
- <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
page</ulink>
- </para>
- </listitem>
- <listitem>
- <para>From SVN, using the following URL:
- <itemizedlist>
-
<
listitem>http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_B... :
For the latest sources of the 2.6 branch</listitem>
- <
listitem>http://anonsvn.jboss.org/repos/portal/trunk/ : For the latest
sources</listitem>
- </itemizedlist>
- <note>
- For more information on Portal SVN, and accessing different
versions of the Portal codebase,
- please visit
- <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... wiki
article</ulink>.
- </note>
- </para>
- </listitem>
- </itemizedlist>
- <note><para>Several parts have been extracted from the code
above. Those modules have a different lifecycle and
- a different versioning. Here is the list of modules used in JBoss Portal
2.6.3 and the location of the source code.
- <itemizedlist>
- <listitem><para>JBoss Portal Common 1.1.0:</para>
<
para>http://anonsvn.jboss.org/repos/portal/modules/common/tags/JBP_COM...
- <listitem>JBoss Portal Web 1.1:
http://anonsvn.jboss.org/repos/portal/modules/web/tags/JBP_WEB_1_1_0</...
- <listitem>JBoss Portal Test 1.0.1:
http://anonsvn.jboss.org/repos/portal/modules/test/tags/JBP_TEST_1_0_1<...
- <listitem>JBoss Portal Portlet 1.0.1:
http://anonsvn.jboss.org/repos/portal/modules/portlet/tags/JBP_PORTLET_1_...
- <listitem>JBoss Portal Identity 1.0.1:
http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_...
- </itemizedlist>
- </para>
- </note>
- </para>
- <para>
- After checking out of SVN or extracting the Source zip, your directory
structure should look like this:
+ <para>
+ The JBoss Portal source files can be obtained from the the
+ <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
Portal Downloads</ulink> page. The source files downloaded uses a
<filename>JBoss Portal Source Code</filename> naming convention. As well, they
can be obtained from SVN:
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ the latest source files of the 2.6 branch:
<
emphasis>http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_B...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the latest sources:
<
emphasis>http://anonsvn.jboss.org/repos/portal/trunk/</emphasis>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ Several parts have been extracted from the repositories above. These modules have a
different lifecycle and a different version scheme. The following is a list of modules
used in JBoss Portal 2.6.3, and the locations of their source code:
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ JBoss Portal Common 1.1.0:
<
emphasis>http://anonsvn.jboss.org/repos/portal/modules/common/tags/JBP...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ JBoss Portal Web 1.1:
<
emphasis>http://anonsvn.jboss.org/repos/portal/modules/web/tags/JBP_WE...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ JBoss Portal Test 1.0.1:
<
emphasis>http://anonsvn.jboss.org/repos/portal/modules/test/tags/JBP_T...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ JBoss Portal Portlet 1.0.1:
<
emphasis>http://anonsvn.jboss.org/repos/portal/modules/portlet/tags/JB...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ JBoss Portal Identity 1.0.1:
<
emphasis>http://anonsvn.jboss.org/repos/portal/modules/identity/tags/J...
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ After checking out the source from SVN, or after extracting the <filename>JBoss
Portal Source Code</filename> zip file, the directory structure will be similar to
the following:
+ </para>
<mediaobject>
<imageobject>
<imagedata align="center" valign="middle"
fileref="images/setup/svncodir.png"/>
</imageobject>
</mediaobject>
- <note>
- <para>The screenshot above, shows the downloaded source directory.
Those of you checking out from SVN, will get
- an empty <emphasis>thirdparty</emphasis> directory. This
directory will be filled when you first run the build
- in the following steps.</para>
- </note>
- </para>
- </sect2>
+ <para>
+ If the source files were obtained from SVN, there will be an empty
<filename>thirdparty</filename> directory. This directory will contain files
after building the JBoss Portal source in <xref
linkend="building_deploying_from_source" />. For more information about the
JBoss Portal SVN, and accessing different versions of the JBoss Portal codebase, please
visit the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... SVN
Repo</ulink> page on the JBoss Wiki.
+ </para>
+ </sect2>
<sect2>
<title>Setting up the application server</title>
<sect3>
@@ -281,7 +296,7 @@
</para>
</sect3>
</sect2>
- <sect2>
+ <sect2 id="building_deploying_from_source">
<title>Building/Deploying from Sources</title>
<para>To build and deploy the JBoss Portal service, go to
<filename>JBOSS_PORTAL_HOME_DIRECTORY/build</filename>