[jbosstools-commits] JBoss Tools SVN: r41765 - trunk/documentation/guides/GettingStartedGuide/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 7 03:07:34 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-07 03:07:33 -0400 (Thu, 07 Jun 2012)
New Revision: 41765

Modified:
   trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
Log:
updated automated installation information


Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml	2012-06-07 03:46:42 UTC (rev 41764)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml	2012-06-07 07:07:33 UTC (rev 41765)
@@ -8,7 +8,7 @@
 <productname>JBoss Developer Studio</productname>
 <productnumber>5.0</productnumber>
 <edition>5.0.0</edition>
-<pubsnumber>21</pubsnumber>
+<pubsnumber>22</pubsnumber>
 <abstract>
 <para>The Getting Started Guide explains the JBoss Developer Studio.</para>
 </abstract>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml	2012-06-07 03:46:42 UTC (rev 41764)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml	2012-06-07 07:07:33 UTC (rev 41765)
@@ -265,126 +265,8 @@
 			</listitem>
 		</itemizedlist>
 	</section>
-	<section id="Installing_JBoss_Developer_Studio-Automated_Installation">
-		<title>Automated Installation</title>
-		<para>
-			Parameters for automated installation are defined in the <filename>InstallConfigRecord.xml</filename> file. These parameters include the path to the installation folder, the packages to be installed and the shortcuts to be created.
-		</para>
-		<para>
-			Within the <filename>InstallConfigRecord.xml</filename> file is three parameters that can be modified for specific installation options:
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>
-					<property>AutomatedInstallation/com.jboss.jbds.installer.PathInputPanel/installpath</property>: Installation folder
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					<property>AutomatedInstallation/com.jboss.jbds.installer.JBossAsSelectPanel/installgroup</property>: jbds
-				</para>
-			<!--	<para>
-					Options:
-				</para>
-				<itemizedlist>
-					<listitem>
-						<para>
-							jbds: JBoss Developer Studio only installation 
-						</para>
-					</listitem>
-					<listitem>
-						<para>
-							jbosseap: JBoss Developer Studio with JBoss Enterprise Application Platform 
-						</para>
-					</listitem>
-				</itemizedlist> -->
-			</listitem>
-			<listitem>
-				<para>
-					<property>com.izforge.izpack.panels.ShortcutPanel</property>: Shortcut menu for installation
-				</para>
-			</listitem>
-		</itemizedlist>
-		<note>
-			<para>
-				If you change the installation folder path, you must update the <property>com.izforge.izpack.panels.ShortcutPanel</property> parameter to reflect the new path.
-			</para>
-		</note>
-		<para>
-			Once you have configured the <filename>InstallConfigRecord.xml</filename> file for your needs, the following command can be run on the command line to begin installation:
-		</para>
-<programlisting>
-java -jar /path/to/installer.jar /path/to/InstallConfigRecord.xml
-</programlisting>
-		<formalpara>
-			<title>Current limitations</title>
-			<para>
-				The following limitations currently exist when using the automated method of installation:
-			</para>
-		</formalpara>
-		<itemizedlist>
-			<listitem>
-				<para>
-					Desktop shortcuts are not supported.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					Creation of shoortcuts for all users on a system has not been tested.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					Automated installation does not check if the specified installation path already exists. If the path does exist, any files will be overwritten without notice.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					The Java Virtual Manchine to be used with JBoss Developer Studio is automatically chosen and cannot be specified.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					No verification exists to ensure the installer you are using is correct for your platform.
-				</para>
-			</listitem>
-		</itemizedlist>
-		<warning>
-			<para>
-				Automated installation does not check if the specified installation path already exists. If the path does exist, any files will be overwritten without notice.
-			</para>
-		</warning>
-		<para>
-			An example of an <filename>InstallConfigRecord.xml</filename> file is available below: 
-		</para>
-<programlisting><![CDATA[
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<AutomatedInstallation langpack="eng">
-	<com.jboss.jbds.installer.HTMLInfoPanelWithRootWarning id="introduction"/>
-	<com.izforge.izpack.panels.HTMLLicencePanel id="licence"/>
-	<com.jboss.jbds.installer.PathInputPanel id="target">
-		<installpath>/opt/local/JBDS5/GA</installpath>
-	</com.jboss.jbds.installer.PathInputPanel>
-	<com.jboss.jbds.installer.JREPathPanel id="jre"/>
-	<com.jboss.jbds.installer.JBossAsSelectPanel id="as">
-		<installgroup>jbds</installgroup>
-	</com.jboss.jbds.installer.JBossAsSelectPanel>
-	<com.jboss.jbds.installer.UpdatePacksPanel id="updatepacks"/>
-	<com.jboss.jbds.installer.DiskSpaceCheckPanel id="diskspacecheck"/>
-	<com.izforge.izpack.panels.SummaryPanel id="summary"/>
-	<com.izforge.izpack.panels.InstallPanel id="install"/>
-	<com.jboss.jbds.installer.CreateLinkPanel id="createlink">
-		<jrelocation>/usr/lib/jvm/java-1.6.0-sun-1.6.0.30.x86_64/jre/bin/java</jrelocation>
-	</com.jboss.jbds.installer.CreateLinkPanel>
-	<com.izforge.izpack.panels.ShortcutPanel id="shortcut"/>
-	<com.jboss.jbds.installer.ShortcutPanelPatch id="shortcutpatch"/>
-	<com.izforge.izpack.panels.SimpleFinishPanel id="finish"/>
-</AutomatedInstallation>	
-]]>
-</programlisting>
-	</section>
 	<section id="Installing_JBoss_Developer_Studio-Manual_Installation">
-		<title>Manual Installation</title>
+		<title>Installation</title>
     <para>
       JBoss Developer Studio comes with a universal installer, allowing you to use the same file to install on Linux, Windows and Max OS X operating systems. The following steps show you how to install JBoss Developer Studio:
     </para>
@@ -735,7 +617,125 @@
 		</para>
 	</note>
  </section> -->
- 
+	 <section id="Installing_JBoss_Developer_Studio-Automated_Installation">
+		 <title>Automating subsequent installations</title>
+		 <para>
+			 Parameters for automated installation are defined in the <filename>InstallConfigRecord.xml</filename> file. These parameters include the path to the installation folder, the packages to be installed and the shortcuts to be created.
+		 </para>
+		 <para>
+			 Within the <filename>InstallConfigRecord.xml</filename> file is three parameters that can be modified for specific installation options:
+		 </para>
+		 <itemizedlist>
+			 <listitem>
+				 <para>
+					 <property>AutomatedInstallation/com.jboss.jbds.installer.PathInputPanel/installpath</property>: Installation folder
+				 </para>
+			 </listitem>
+			 <listitem>
+				 <para>
+					 <property>AutomatedInstallation/com.jboss.jbds.installer.JBossAsSelectPanel/installgroup</property>: jbds
+				 </para>
+				 <!--	<para>
+					 Options:
+				 </para>
+				 <itemizedlist>
+					 <listitem>
+						 <para>
+							 jbds: JBoss Developer Studio only installation 
+						 </para>
+					 </listitem>
+					 <listitem>
+						 <para>
+							 jbosseap: JBoss Developer Studio with JBoss Enterprise Application Platform 
+						 </para>
+					 </listitem>
+				 </itemizedlist> -->
+			 </listitem>
+			 <listitem>
+				 <para>
+					 <property>com.izforge.izpack.panels.ShortcutPanel</property>: Shortcut menu for installation
+				 </para>
+			 </listitem>
+		 </itemizedlist>
+		 <note>
+			 <para>
+				 If you change the installation folder path, you must update the <property>com.izforge.izpack.panels.ShortcutPanel</property> parameter to reflect the new path.
+			 </para>
+		 </note>
+		 <para>
+			 Once you have configured the <filename>InstallConfigRecord.xml</filename> file for your needs, the following command can be run on the command line to begin installation:
+		 </para>
+		 <programlisting>
+			 java -jar /path/to/installer.jar /path/to/InstallConfigRecord.xml
+		 </programlisting>
+		 <formalpara>
+			 <title>Current limitations</title>
+			 <para>
+				 The following limitations currently exist when using the automated method of installation:
+			 </para>
+		 </formalpara>
+		 <itemizedlist>
+			 <listitem>
+				 <para>
+					 Desktop shortcuts are not supported.
+				 </para>
+			 </listitem>
+			 <listitem>
+				 <para>
+					 Creation of shoortcuts for all users on a system has not been tested.
+				 </para>
+			 </listitem>
+			 <listitem>
+				 <para>
+					 Automated installation does not check if the specified installation path already exists. If the path does exist, any files will be overwritten without notice.
+				 </para>
+			 </listitem>
+			 <listitem>
+				 <para>
+					 The Java Virtual Manchine to be used with JBoss Developer Studio is automatically chosen and cannot be specified.
+				 </para>
+			 </listitem>
+			 <listitem>
+				 <para>
+					 No verification exists to ensure the installer you are using is correct for your platform.
+				 </para>
+			 </listitem>
+		 </itemizedlist>
+		 <warning>
+			 <para>
+				 Automated installation does not check if the specified installation path already exists. If the path does exist, any files will be overwritten without notice.
+			 </para>
+		 </warning>
+		 <para>
+			 An example of an <filename>InstallConfigRecord.xml</filename> file is available below: 
+		 </para>
+<programlisting>
+<![CDATA[
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<AutomatedInstallation langpack="eng">
+	<com.jboss.jbds.installer.HTMLInfoPanelWithRootWarning id="introduction"/>
+	<com.izforge.izpack.panels.HTMLLicencePanel id="licence"/>
+	<com.jboss.jbds.installer.PathInputPanel id="target">
+		<installpath>/opt/local/JBDS5/GA</installpath>
+	</com.jboss.jbds.installer.PathInputPanel>
+	<com.jboss.jbds.installer.JREPathPanel id="jre"/>
+	<com.jboss.jbds.installer.JBossAsSelectPanel id="as">
+		<installgroup>jbds</installgroup>
+	</com.jboss.jbds.installer.JBossAsSelectPanel>
+	<com.jboss.jbds.installer.UpdatePacksPanel id="updatepacks"/>
+	<com.jboss.jbds.installer.DiskSpaceCheckPanel id="diskspacecheck"/>
+	<com.izforge.izpack.panels.SummaryPanel id="summary"/>
+	<com.izforge.izpack.panels.InstallPanel id="install"/>
+	<com.jboss.jbds.installer.CreateLinkPanel id="createlink">
+		<jrelocation>/usr/lib/jvm/java-1.6.0-sun-1.6.0.30.x86_64/jre/bin/java</jrelocation>
+	</com.jboss.jbds.installer.CreateLinkPanel>
+	<com.izforge.izpack.panels.ShortcutPanel id="shortcut"/>
+	<com.jboss.jbds.installer.ShortcutPanelPatch id="shortcutpatch"/>
+	<com.izforge.izpack.panels.SimpleFinishPanel id="finish"/>
+</AutomatedInstallation>	
+]]>
+</programlisting>
+	</section>
 	 <section id="Upgrading">
 		 <?dbhtml filename="Upgrading.html"?>
 			 <title>Upgrading</title>



More information about the jbosstools-commits mailing list