[jboss-cvs] JBossAS SVN: r96108 - in projects/ejb3/trunk/package-manager/docs/guide/en: modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 6 11:00:08 EST 2009


Author: jaikiran
Date: 2009-11-06 11:00:07 -0500 (Fri, 06 Nov 2009)
New Revision: 96108

Added:
   projects/ejb3/trunk/package-manager/docs/guide/en/modules/installing.xml
Modified:
   projects/ejb3/trunk/package-manager/docs/guide/en/master.xml
   projects/ejb3/trunk/package-manager/docs/guide/en/modules/package-manager.xml
Log:
EJBTHREE-1942 Added an installation section

Modified: projects/ejb3/trunk/package-manager/docs/guide/en/master.xml
===================================================================
--- projects/ejb3/trunk/package-manager/docs/guide/en/master.xml	2009-11-06 15:39:21 UTC (rev 96107)
+++ projects/ejb3/trunk/package-manager/docs/guide/en/master.xml	2009-11-06 16:00:07 UTC (rev 96108)
@@ -9,7 +9,8 @@
 <!ENTITY package SYSTEM "modules/package.xml">
 <!ENTITY package-manager SYSTEM "modules/package-manager.xml">
 <!ENTITY package-build-tool SYSTEM "modules/package-build-tool.xml">
-<!ENTITY package-manager-database SYSTEM "modules/package-manager-database.xml">        
+<!ENTITY package-manager-database SYSTEM "modules/package-manager-database.xml">
+<!ENTITY installation SYSTEM "modules/installing.xml">
 ]>
 <book lang="en">
   <bookinfo>
@@ -27,5 +28,6 @@
     &overview;
     &components;
     &ivyDepMgr;
+    &installation;
     &status;
 </book>
\ No newline at end of file

Added: projects/ejb3/trunk/package-manager/docs/guide/en/modules/installing.xml
===================================================================
--- projects/ejb3/trunk/package-manager/docs/guide/en/modules/installing.xml	                        (rev 0)
+++ projects/ejb3/trunk/package-manager/docs/guide/en/modules/installing.xml	2009-11-06 16:00:07 UTC (rev 96108)
@@ -0,0 +1,43 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+  ~ JBoss, Home of Professional Open Source
+  ~ Copyright 2005, JBoss Inc., and individual contributors as indicated
+  ~ by the @authors tag. See the copyright.txt in the distribution for a
+  ~ full listing of individual contributors.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  -->
+<chapter id="installation">
+    <title>Package Manager Installation</title>
+    <para>
+        To use or build the package manager, you need Java 6.
+    </para>
+    <para>
+        The package manager can be currently built from
+        <ulink url="http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/package-manager/">SVN</ulink>.
+        However at a later stage it will be made available to be downloaded from jboss.org download site. To build from SVN,
+        you need a Maven 2.0.9 or higher and JDK 6. The command to build the package manager is as follows:
+        <programlisting>
+<![CDATA[
+[jpai at jaikiran package-manager]$ mvn clean package
+     ]]>
+        </programlisting>
+        This command creates the package manager in .zip format as well as .tar.gz format. These files will be available
+        under package-manager/target folder. To install the package manager, extract the .zip (or .tar.gz) to a folder of
+        your choice and then run the setup script available in the bin folder. For more details about the setup script,
+        take a look at <xref linkend="package-manager-setup">this section</xref>
+    </para>
+</chapter>

Modified: projects/ejb3/trunk/package-manager/docs/guide/en/modules/package-manager.xml
===================================================================
--- projects/ejb3/trunk/package-manager/docs/guide/en/modules/package-manager.xml	2009-11-06 15:39:21 UTC (rev 96107)
+++ projects/ejb3/trunk/package-manager/docs/guide/en/modules/package-manager.xml	2009-11-06 16:00:07 UTC (rev 96108)
@@ -26,7 +26,7 @@
         Now that we have seen what a package contains and how to create a package, let's now see some details
         around the JBoss Package Manager which processes these packages.
     </para>
-    <sect2>
+    <sect2 id="package-manager-setup">
         <title>Setting up the Package Manager</title>
         <para>
             The package manager needs to be setup once, before it can be used. The package manager installation contains




More information about the jboss-cvs-commits mailing list