[jbosstools-commits] JBoss Tools SVN: r22587 - in branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US: images and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sun Jun 6 18:04:12 EDT 2010
Author: irooskov at redhat.com
Date: 2010-06-06 18:04:11 -0400 (Sun, 06 Jun 2010)
New Revision: 22587
Added:
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
Modified:
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml
branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/master.xml
Log:
updated to latest release notes version for JBDS 3.0.1
Modified: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2010-06-06 09:25:50 UTC (rev 22586)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -15,8 +15,7 @@
<corpauthor>
<inlinemediaobject>
<imageobject>
- <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG">
- </imagedata>
+ <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
</imageobject>
</inlinemediaobject>
</corpauthor>
Modified: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-06-06 09:25:50 UTC (rev 22586)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -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><root_ear>/lib/lib/lib</filename> instead of <filename><root_ear>/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>
@@ -174,6 +186,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBDS-1228">JBDS-1228</ulink>: The JBoss Developer Studio installation wizard would display incorrect step numbering, seeming to jump sporadically. This occurred because steps the installer takes that are invisible to the user were still included in the displayed step numbering on each screen. In this release the step numbering has been corrected to count only the steps the user participates in.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1220">JBDS-1220</ulink>: Within the JBoss Developer Studio, the browse button that allowed a user to select the location of the JBoss Application Server would not default to the location where the JBoss Enterprise Application Platform was installed. The consequence of this was that a user would have to search for the installed location of the JBoss Enterprise Application Platform. Though installation of the JBoss Enterprise Application Platform is optional, if it is installed it can be assumed that this will be the Application Server a user will wish to use. In order to improve the user experience, when the JBoss Enterprise Application Platform is installed, the server location browse button will default to that directory.
</para>
</listitem>
@@ -199,14 +216,14 @@
</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><root_ear>/lib/lib/lib</filename> instead of <filename><root_ear>/lib</filename>. The issue has been corrected with these updated packages so that the regression no longer exists and EAR deployments function correctly.
+ <ulink url="https://jira.jboss.org/jira/browse/JBDS-1222">JBDS-1222</ulink>: A bug existed in the JBoss Developer Studio that caused stylesheets to not render correctly in the JBoss Enterprise Application Platform 5 and a <exceptionname>org.ajax4jsf.resource.ResourceNotFoundException: Static resource not found for path <resource name></exceptionname> exception when using the JBoss Enterprise Portal Platform 5 to load a JSF page through a Portlet. These errors were caused by the code to load the style sheet being: <code><a:loadStyle src="resource:///stylesheet/theme.xcss"/></code> instead of <code><a:loadStyle src="/stylesheet/theme.xcss"/></code>. This issue has now been corrected for this release.
</para>
</listitem>
- <listitem>
+ <!-- Reopened <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>
+ </listitem> -->
<listitem>
<para>
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1091">JBDS-1091</ulink>: Two bugs were found. A problem was found in the <filename>org.jboss.tools.runtime_1.1.0</filename> plug-in and the visibility of the <property>Instance</property> field was changed from public to private. These bugs respectively caused the JBoss Developer Studio <guilabel>Server View</guilabel> to not display all available servers on occasion after using the installer and jBPM runtimes to not be initialized correctly. The <filename>org.jboss.tools.runtime_1.1.0</filename> plug-in has now been updated to force a refresh of the <guilabel>Server View</guilabel> post installation, which can be verified by a refresh message appearing in the log file and the <filename>org.jboss.tools.jbpm.common</filename> plug-in has been updated to set <code>public static final PreferencesManager INSTANCE = new PreferencesManager();</code>. By correcting the <filename>org.jboss.tools.runtime_1.1.0</filename> plug-!
in, all installed servers now appear in the <guilabel>Server View</guilabel> directly after installation of the JBoss Developer Studio through the installer. Fixing the <filename>org.jboss.tools.jbpm.common</filename> plug-in now allows for jBPM runtimes to be initialized correctly. Both issues are fixed with this update.
Modified: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml 2010-06-06 09:25:50 UTC (rev 22586)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Known_Issues.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -10,11 +10,7 @@
<title>General Known Issues</title>
<para>
<itemizedlist>
- <listitem>
- <para>
- <ulink url="https://jira.jboss.org/jira/browse/JBDS-"> </ulink>
- </para>
- </listitem>
+
</itemizedlist>
</para>
</formalpara>
Modified: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml 2010-06-06 09:25:50 UTC (rev 22586)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Release_Notes.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -5,7 +5,8 @@
<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="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>
</article>
Added: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml (rev 0)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/Updating_to_the_new_Web_Tools_Platform_packages.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -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: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
===================================================================
(Binary files differ)
Property changes on: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/images/WTP_Update_Site.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/master.xml
===================================================================
--- branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/master.xml 2010-06-06 09:25:50 UTC (rev 22586)
+++ branches/3.2.helios/documentation/guides/JBDS_Release_Notes/en-US/master.xml 2010-06-06 22:04:11 UTC (rev 22587)
@@ -13,16 +13,7 @@
<articleinfo>
<title>Release Notes</title>
- <corpauthor>
- <inlinemediaobject>
- <imageobject role="fo">
- <imagedata format="PNG" fileref="images/jbosstools_logo.png" />
- </imageobject>
- <imageobject role="html">
- <imagedata/>
- </imageobject>
- </inlinemediaobject>
- </corpauthor>
+
<author>
<firstname>Isaac</firstname>
@@ -51,6 +42,6 @@
<!-- &NewFeatures; -->
&ComponentVersions;
&FixedIssues;
- &KnownIssues;
+<!-- &KnownIssues; -->
</article>
More information about the jbosstools-commits
mailing list