Author: mmcallis
Date: 2008-04-18 20:41:34 -0400 (Fri, 18 Apr 2008)
New Revision: 10650
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
trying to fix all ./build|./run.sh to
sh build and sh run
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-04-18
22:06:26 UTC (rev 10649)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-04-19
00:41:34 UTC (rev 10650)
@@ -327,7 +327,7 @@
<para>
Replace <replaceable>proxy-hostname</replaceable> with the proxy
server's hostname, and <replaceable>proxy-port</replaceable> with the
correct proxy server port number.
</para>
- <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory, where
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY</filename> is the directory where the
JBoss Portal source code was downloaded to. Then, Microsoft Windows users need to run the
<command>build.bat deploy</command> command, and Linux users need to run the
<command>./build.sh deploy</command> command.
+ <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory, where
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY</filename> is the directory where the
JBoss Portal source code was downloaded to. Then, Microsoft Windows users need to run the
<command>build.bat deploy</command> command, and Linux users need to run the
<command>sh build.sh deploy</command> command.
</para>
<para>
At the end of the build process, the <filename>jboss-portal.sar</filename>
file is copied into the
<filename>$JBOSS_HOME/server/default/deploy/</filename> directory:
@@ -343,7 +343,7 @@
<note>
<title>Portal Modules</title>
<para>
- The previous steps install a bare version of JBoss Portal. In previous versions,
several additional modules were deployed as well, but this has since been modularized to
provide greater flexibility. To deploy additional modules, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalModules">...
module list</ulink> for more information. To deploy all modules at once, change into
the <filename>build</filename> directory. If you are running Linux, run the
<command>./build.sh deploy-all</command> command. If you are running Microsoft
Windows, run the <command>build.bat deploy-all</command> command.
+ The previous steps install a bare version of JBoss Portal. In previous versions,
several additional modules were deployed as well, but this has since been modularized to
provide greater flexibility. To deploy additional modules, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalModules">...
module list</ulink> for more information. To deploy all modules at once, change into
the <filename>build</filename> directory. If you are running Linux, run the
<command>sh build.sh deploy-all</command> command. If you are running
Microsoft Windows, run the <command>build.bat deploy-all</command> command.
</para>
</note>
</para>
@@ -358,7 +358,7 @@
</para>
<para>
<screen>
-./build.sh main
+sh build.sh main
</screen>
</para>
</listitem>
@@ -368,17 +368,17 @@
</para>
<para>
<screen>
-./build.sh deploy-ha
+sh build.sh deploy-ha
</screen>
</para>
<para>
- After the <command>./build.sh deploy-ha</command> command completes, the
<filename>jboss-portal-ha.sar</filename> file is copied into the
<filename>$JBOSS_HOME/server/all/deploy/</filename> directory.
+ After the <command>sh build.sh deploy-ha</command> command completes,
the <filename>jboss-portal-ha.sar</filename> file is copied into the
<filename>$JBOSS_HOME/server/all/deploy/</filename> directory.
</para>
</listitem>
</orderedlist>
</para>
<para>
- To build the clustered version on Microsoft Windows, repeat the previous steps,
replacing <command>./build.sh</command> with
<command>build.bat</command>.
+ To build the clustered version on Microsoft Windows, repeat the previous steps,
replacing <command>sh build.sh</command> with
<command>build.bat</command>.
</para>
</sect2>
<sect2>
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-18
22:06:26 UTC (rev 10649)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-19
00:41:34 UTC (rev 10650)
@@ -1587,7 +1587,7 @@
</listitem>
<listitem>
<para>
- Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory. To build
the JBoss Portal source code on Linux, run the <command>./build.sh
deploy</command> command, or, if you are running Microsoft Windows, run the
<command>build.bat deploy</command> command. If this is the first build,
third-party libraries are obtained from an online repository, so you must be connected to
the Internet. After building, if the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/thirdparty/</filename> directory does
not exist, it is created, and populated with the files required for later steps. For
further details, refer to <xref linkend="building_deploying_from_source"
/>.
+ Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory. To build
the JBoss Portal source code on Linux, run the <command>sh build.sh
deploy</command> command, or, if you are running Microsoft Windows, run the
<command>build.bat deploy</command> command. If this is the first build,
third-party libraries are obtained from an online repository, so you must be connected to
the Internet. After building, if the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/thirdparty/</filename> directory does
not exist, it is created, and populated with the files required for later steps. For
further details, refer to <xref linkend="building_deploying_from_source"
/>.
</para>
</listitem>
<listitem>