Author: irooskov(a)redhat.com
Date: 2012-07-08 20:44:45 -0400 (Sun, 08 Jul 2012)
New Revision: 42455
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated with new issue
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2012-07-06
23:59:41 UTC (rev 42454)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2012-07-09
00:44:45 UTC (rev 42455)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.1</edition>
- <pubsnumber>2</pubsnumber>
+ <pubsnumber>3</pubsnumber>
<abstract>
<para>
These release notes contain important information related to the JBoss Developer
Studio. New features, known issues, resources, and other current issues are addressed
here.
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2012-07-06
23:59:41 UTC (rev 42454)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2012-07-09
00:44:45 UTC (rev 42455)
@@ -3,43 +3,48 @@
<title>
Enhancements and fixed issues in version 5.0.1
</title>
- <variablelist>
- <!-- JBIDE-12177 -->
- <varlistentry>
- <term>
- <ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12177">JBIDE...
- </term>
- <listitem>
- <para>
- The feature to auto-complete code tags was broken in the Visual Editor. When
attempting to auto-complete a code tag, invalid code would be generated. This has been
corrected by modifying the content assist file XmlTagCompletionProposalComputer.java to
ensure partner code tags are generated correctly when using auto-completion.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBIDE-12158 -->
- <varlistentry>
- <term>
- <ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12158">JBIDE...
- </term>
- <listitem>
- <para>
- An issue existed when creating a Dynamic Web Project and modifying the project to
include the JBoss Core Portlet facet to the project. The portlet-api library was not
detected in the target runtime, forcing the user to manually specify it via the user
library. This has been corrected by adding the option, Portlet Target Runtime Provider, to
the combo-box on the JBoss Portlet Capabilities wizard page.
- </para>
- </listitem>
-</varlistentry>
+<variablelist>
+ <!-- JBIDE-12177 -->
+ <varlistentry>
+ <term><ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12177">JBIDE...
+ <listitem>
+ <para>
+ The feature to auto-complete code tags was broken in the Visual Editor. When
attempting to auto-complete a code tag, invalid code would be generated. This has been
corrected by modifying the content assist file XmlTagCompletionProposalComputer.java to
ensure partner code tags are generated correctly when using auto-completion.
+ </para>
+ </listitem>
+ </varlistentry>
+ <!-- JBIDE-12158 -->
+ <varlistentry>
+ <term><ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12158">JBIDE...
+ <listitem>
+ <para>
+ An issue existed when creating a Dynamic Web Project and modifying the project
to include the JBoss Core Portlet facet to the project. The portlet-api library was not
detected in the target runtime, forcing the user to manually specify it via the user
library. This has been corrected by adding the option, Portlet Target Runtime Provider, to
the combo-box on the JBoss Portlet Capabilities wizard page.
+ </para>
+ </listitem>
+ </varlistentry>
+
<!-- JBIDE-12071 -->
<varlistentry>
- <term>
- <ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12071">JBIDE...
- </term>
- <listitem>
- <para>
+ <term><ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12071">JBIDE...
+ <listitem>
+ <para>
Previously, when a user performed a drag-and-drop action to publish a project it
was ignored. This occurred because the code to publish a project only accepted direct
user-initiated actions and not those considered to be a shell action. The
ExpressPublishMethod.java and ExpressBehaviour.java files have been updated to handle
shell actions correctly. As a result, incremental publishes initiated by the user are now
also handled correctly.
</para>
</listitem>
</varlistentry>
+ <!-- JBIDE-12046 -->
+ <varlistentry>
+ <term><ulink
url="https://issues.jboss.org/jira/browse/JBIDE-12046">JBIDE...
+ <listitem>
+ <para>
+ When a user tried to start or deploy to a remote server that was no longer
reachable, various errors would be returned, however no adequate description of the issue
was communicated. This issue has been resolved by returning a descriptive error when the
remote server is unreachable and checking for file system responsiveness before attempting
to publish.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
+
</section>