[jbosstools-commits] JBoss Tools SVN: r22447 - in trunk/documentation/guides/JBDS_Release_Notes/en-US: images and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 31 23:28:57 EDT 2010


Author: irooskov at redhat.com
Date: 2010-05-31 23:28:57 -0400 (Mon, 31 May 2010)
New Revision: 22447

Added:
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml
   trunk/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
Modified:
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml
Log:
updated with new info on WTP updating


Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml	2010-05-31 22:11:45 UTC (rev 22446)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml	2010-06-01 03:28:57 UTC (rev 22447)
@@ -144,6 +144,18 @@
 			</itemizedlist>
 		</para>
 	</formalpara> -->
+	<formalpara id="Fixed_Issues-Web_Tools_Platform">
+		<title>Web Tools Platform</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						<ulink url="http://jira.jboss.com/jira/browse/JBDS-1155">JBDS-1155</ulink>: A regression existed in the Eclipse 3.5.2 Web Tools Platform (WTP) 3.1.2. The bug would break EAR deployments that used classpath variables by deploying dependent artifacts to <filename>&lt;root_ear&gt;/lib/lib/lib</filename> instead of <filename>&lt;root_ear&gt;/lib</filename>. The issue has been corrected with these updated packages so that the regression no longer exists and EAR deployments function correctly.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</formalpara>
 <!--	<formalpara>
 		<title>XHTML Editor</title>
 		<para>
@@ -204,16 +216,6 @@
 				</listitem>
 				<listitem>
 					<para>
-						<ulink url="http://jira.jboss.com/jira/browse/JBDS-1155">JBDS-1155</ulink>: A regression existed in the Eclipse 3.5.2 Web Tools Platform (WTP) 3.1.2. The bug would break EAR deployments that used classpath variables by deploying dependent artifacts to <filename>&lt;root_ear&gt;/lib/lib/lib</filename> instead of <filename>&lt;root_ear&gt;/lib</filename>. The issue has been corrected with these updated packages so that the regression no longer exists and EAR deployments function correctly.
-					</para>
-					<note>
-						<para> 
-							Though this bug is fixed, a known issue exists (<xref linkend="JBDS-1207" />) that prohibits WTP updates in this release.
-						</para>
-					</note>
-				</listitem>
-				<listitem>
-					<para>
 						<ulink url="http://jira.jboss.com/jira/browse/JBDS-1147">JBDS-1147</ulink>: An incorrect link to the Guvnor Rules repository was included in the JBoss Developer Studio. This bug caused the repository to become unreachable. This has been fixed by correcting the link to be <ulink url="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/webdav">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/webdav</ulink>. The JBoss Developer Studio is now able to connect to the Guvnor Rules repository.
 					</para>
 				</listitem>

Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml	2010-05-31 22:11:45 UTC (rev 22446)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml	2010-06-01 03:28:57 UTC (rev 22447)
@@ -23,11 +23,6 @@
 							</para>
 						</note>
 					</listitem>
-					<listitem id="JBDS-1207" xreflabel="JBDS-1207">
-						<para>
-							<ulink url="https://jira.jboss.org/jira/browse/JBDS-1207">JBDS-1207</ulink>:An issue exists that prohibits updates related to the Web Tools Platform appearing on the JBoss Developer Studio site.
-						</para>
-					</listitem>
 				</itemizedlist>
 			</para>
 		</formalpara>

Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml	2010-05-31 22:11:45 UTC (rev 22446)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml	2010-06-01 03:28:57 UTC (rev 22447)
@@ -5,6 +5,7 @@
 	<xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 <!--	<xi:include href="New_Features.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 	<xi:include href="Component_Versions.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+	<xi:include href="Updating_to_the_new_Web_Tools_Platform_packages.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="Fixed_Issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="Known_Issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>

Added: trunk/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml	                        (rev 0)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml	2010-06-01 03:28:57 UTC (rev 22447)
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<section id="Updating-to-the-new-Web-Tools-Platform-packages">
+	<title>Updating to the new Web Tools Platform packages</title>
+	<para>
+		In order to receive the updated Web Tools Platform packages for the JBoss Developer Studio 3.0.1 (<xref linkend="Fixed_Issues-Web_Tools_Platform" />) the following location needs to be added or enabled as part of the update process: <ulink url="http://download.eclipse.org/webtools/updates/">http://download.eclipse.org/webtools/updates/</ulink>. From this location install the two patches that appear under the <guimenuitem>Patches</guimenuitem> menu and labeled as <filename>Patches 2010 04 13</filename>. 
+	</para>
+	<mediaobject>
+		<imageobject>
+			<imagedata fileref="images/WTP_Update_Site.png"/>
+		</imageobject>
+		<caption>Selecting the Web Tools Platform patches from the update site</caption>
+	</mediaobject>
+	<important>
+		<para>
+			You can only use the update method if the JBoss Developer Studio 3.0 is currently installed.
+		</para>
+		<para>
+			If the JBoss Developer Studio 3.0.1 will be a new installation, the Web Tools Platform patches are included with the install and no extra update or patches are necessary.
+		</para>
+	</important>
+</section>
\ No newline at end of file

Added: trunk/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the jbosstools-commits mailing list