JBoss Tools SVN: r4017 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2007-10-05 05:12:49 -0400 (Fri, 05 Oct 2007)
New Revision: 4017
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesVirtualEarthTemplate.java
Log:
Fix RichFaces virtualEarth template for Linux and Mac
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesVirtualEarthTemplate.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesVirtualEarthTemplate.java 2007-10-05 08:23:35 UTC (rev 4016)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesVirtualEarthTemplate.java 2007-10-05 09:12:49 UTC (rev 4017)
@@ -27,9 +27,9 @@
*/
public class RichFacesVirtualEarthTemplate extends VpeAbstractTemplate {
- private static String EARTH_AERIAL = "/virtualearth/earth_aerial.png";
- private static String EARTH_HYBRID = "/virtualearth/earth_hybrid.png";
- private static String EARTH_ROAD = "/virtualearth/earth_road.png";
+ private static String EARTH_AERIAL = "/virtualEarth/earth_aerial.png";
+ private static String EARTH_HYBRID = "/virtualEarth/earth_hybrid.png";
+ private static String EARTH_ROAD = "/virtualEarth/earth_road.png";
private static String MAP_STYLE_ATTRIBUTE_NAME = "mapStyle";
17 years, 2 months
JBoss Tools SVN: r4016 - trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/tld/model/handlers.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-10-05 04:23:35 -0400 (Fri, 05 Oct 2007)
New Revision: 4016
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/tld/model/handlers/ImportTLDToPaletteSupport.java
Log:
JBIDE-1006
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/tld/model/handlers/ImportTLDToPaletteSupport.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/tld/model/handlers/ImportTLDToPaletteSupport.java 2007-10-05 08:03:19 UTC (rev 4015)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/tld/model/handlers/ImportTLDToPaletteSupport.java 2007-10-05 08:23:35 UTC (rev 4016)
@@ -98,6 +98,8 @@
added.setAttributeValue(URIConstants.LIBRARY_URI, getAttributeValue(0, URIConstants.LIBRARY_URI));
added.setAttributeValue(URIConstants.DEFAULT_PREFIX, getAttributeValue(0, URIConstants.DEFAULT_PREFIX));
PaletteAdopt.add(parent, getTarget(), added);
+
+ parent.getModel().saveOptions();
}
XModelObject selectedFile;
17 years, 3 months
JBoss Tools SVN: r4015 - branches/jbosstools_xulrunner/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template.
by jbosstools-commits@lists.jboss.org
Author: ezheleznyakov
Date: 2007-10-05 04:03:19 -0400 (Fri, 05 Oct 2007)
New Revision: 4015
Modified:
branches/jbosstools_xulrunner/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDataTableElements.java
Log:
Fix ClassCastException
Modified: branches/jbosstools_xulrunner/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDataTableElements.java
===================================================================
--- branches/jbosstools_xulrunner/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDataTableElements.java 2007-10-04 16:50:50 UTC (rev 4014)
+++ branches/jbosstools_xulrunner/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDataTableElements.java 2007-10-05 08:03:19 UTC (rev 4015)
@@ -360,7 +360,7 @@
nsIDOMNode child = children.item(i);
if (tagName.equalsIgnoreCase(child.getNodeName())) {
if (ind == index) {
- return (nsIDOMElement)child;
+ return (nsIDOMElement)child.queryInterface(nsIDOMElement.NS_IDOMELEMENT_IID);
} else {
ind++;
}
17 years, 3 months
JBoss Tools SVN: r4014 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-10-04 12:50:50 -0400 (Thu, 04 Oct 2007)
New Revision: 4014
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
Log:
new and noteworthy for b11
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html 2007-10-04 16:36:42 UTC (rev 4013)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html 2007-10-04 16:50:50 UTC (rev 4014)
@@ -70,8 +70,30 @@
<p><img src="multiexporter.png"/>
</tr>
+
+
<tr>
<td valign="top" align="left">
+ <p align="right"><b></b></td>
+ <td valign="top">
+ <p>This release brings a "port" of Exadel Studio's entity diagram to Hibernate Tools. Right-Click on an entity and you get an option for "Open Mapping Diagram".</p>
+
+<p>This diagram shows your entities with relationships to its entities and how it is mapped to the database.</p>
+
+<p><img src="entitymappingdiagram.png"/></p>
+
+<p>Be warned that for large sets of classes the diagram might get too crowded! You can collapse/expand entities/tables and relationships as you want to get a better overview.</p>
+
+<p> </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>Eclipse variables support in paths</b></td>
<td valign="top">
<p>You can now use Eclipse variables in output and template paths which allow the launch configuration to be more portable between machines and can be parameterized dependent on the current selection in the UI.</p>
17 years, 3 months
JBoss Tools SVN: r4013 - trunk/documentation/qa/Reports.
by jbosstools-commits@lists.jboss.org
Author: anis
Date: 2007-10-04 12:36:42 -0400 (Thu, 04 Oct 2007)
New Revision: 4013
Added:
trunk/documentation/qa/Reports/smoke-04.10.2007-linux.doc
Log:
Added a file remotely
Added: trunk/documentation/qa/Reports/smoke-04.10.2007-linux.doc
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/qa/Reports/smoke-04.10.2007-linux.doc
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 3 months
JBoss Tools SVN: r4012 - trunk/documentation/qa/Reports.
by jbosstools-commits@lists.jboss.org
Author: anis
Date: 2007-10-04 12:36:28 -0400 (Thu, 04 Oct 2007)
New Revision: 4012
Added:
trunk/documentation/qa/Reports/smoke-04.10.2007-windows.doc
Log:
Added a file remotely
Added: trunk/documentation/qa/Reports/smoke-04.10.2007-windows.doc
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/qa/Reports/smoke-04.10.2007-windows.doc
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 3 months
JBoss Tools SVN: r4011 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-10-04 12:35:21 -0400 (Thu, 04 Oct 2007)
New Revision: 4011
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
Log:
new and noteworthy for b11
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
===================================================================
(Binary files differ)
Property changes on: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html (rev 0)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html 2007-10-04 16:35:21 UTC (rev 4011)
@@ -0,0 +1,86 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="default_.css">
+<title>Hibernate Eclipse Tools 3.2.0.beta11 News</title>
+</head>
+
+<body>
+
+<h1>Hibernate Tools 3.2.0.beta11 - New and Noteworthy</h1>
+
+ <p>Previous <a href="hibernate-eclipse-news-3.2.0.beta11.html">new and noteworthy for 3.2.0.beta11</a></p>
+ <p><a href="http://opensource.atlassian.com/projects/hibernate/secure/IssueNavigator....">Release notes</a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>General</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Eclipse 3.2 incompatible</b></td>
+ <td valign="top">
+ <p>This release is (unfortuantely) incompatible with Eclipse 3.2/WTP 1.5 and thus requires Eclipse 3.3/WTP 2.0.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>Views</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>New and improved entity/mapping diagram</b></td>
+ <td valign="top">
+ <p>This release brings a "port" of Exadel Studio's entity diagram to Hibernate Tools. Right-Click on an entity and you get an option for "Open Mapping Diagram".</p>
+
+<p>This diagram shows your entities with relationships to its entities and how it is mapped to the database.</p>
+
+<p><img src="entitymappingdiagram.png"/></p>
+
+<p>Be warned that for large sets of classes the diagram might get too crowded! You can collapse/expand entities/tables and relationships as you want to get a better overview.</p>
+
+<p> </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>Code generation</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Multiple exporters in Eclipse code generation</b></td>
+ <td valign="top">
+ <p></p>
+<p>The UI and code generation launch configuration have been updated to not just be limited to a preset of exporters.</p>
+<p>Now you can add any number of exporters and each exporter have their own settings with the possibility of having their own output and template path directory.</p>
+
+<p><img src="multiexporter.png"/>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Eclipse variables support in paths</b></td>
+ <td valign="top">
+ <p>You can now use Eclipse variables in output and template paths which allow the launch configuration to be more portable between machines and can be parameterized dependent on the current selection in the UI.</p>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
===================================================================
(Binary files differ)
Property changes on: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 3 months
JBoss Tools SVN: r4010 - tags/hibernatetools-3.2.0.beta11.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-10-04 12:01:16 -0400 (Thu, 04 Oct 2007)
New Revision: 4010
Added:
tags/hibernatetools-3.2.0.beta11/hibernatetools/
Log:
retagging htools
Copied: tags/hibernatetools-3.2.0.beta11/hibernatetools (from rev 4009, trunk/hibernatetools)
17 years, 3 months
JBoss Tools SVN: r4008 - trunk/documentation/GettingStartedGuide/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-10-04 11:35:17 -0400 (Thu, 04 Oct 2007)
New Revision: 4008
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-160
language correction
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-10-04 14:50:59 UTC (rev 4007)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-10-04 15:35:17 UTC (rev 4008)
@@ -11,20 +11,20 @@
</keywordset>
</chapterinfo>
<title>Manage JBoss AS from Red Hat Developer Studio</title>
- <para>Red Hat Developer Studio ships with <property>JBoss EAP v.4.2</property> bundled. When you followed the default installation of Red Hat Developer Studio, you already have a <property>JBoss 4.2 server</property> installed and defined. To run <property>JBoss AS 4.2</property> you need JDK 1.5. JDK 6 is not formally supported yet, although you may be able to start the server with it.</para>
+ <para>Red Hat Developer Studio ships with <property>JBoss EAP v.4.2</property> bundled. When you followed the default installation of Red Hat Developer Studio, you should already have a <property>JBoss 4.2 server</property> installed and defined. To run <property>JBoss AS 4.2</property> you need JDK 1.5., JDK 6 is not formally supported yet, although you may be able to start the server with it.</para>
<section id="JBossbundled">
<?dbhtml filename="JBossbundled.html"?>
- <title>How to manage the JBoss AS bundled in RHDS</title>
+ <title>How to Manage the JBoss AS Mundled in RHDS</title>
<para></para>
<section id="StartingServer">
<?dbhtml filename="StartingServer.html"?>
<title>Starting JBoss server</title>
- <para>Starting <property>JBoss server</property> is quite simple. Red Hat Developer Studio allows you control its behaviour through a special toolbar: start it in a regular or debug mode, stop it, or restart it.</para>
+ <para>Starting <property>JBoss server</property> is quite simple. Red Hat Developer Studio allows you to control its behaviour with the help of a special toolbar: where you could start it in a regular or debug mode, stop it, or restart it.</para>
<itemizedlist>
- <listitem><para>To launch the server click the green-with-white-arrow icon on the <property>JBoss Server</property> View or right click server name in this view and select "Start". If this view is not open select <emphasis>Window > Show View > Other > Server > JBoss Server View</emphasis></para></listitem>
+ <listitem><para>To launch the server click the green-with-white-arrow icon on the <property>JBoss Server View </property>or right click server name in this view and select <emphasis><property>Start</property></emphasis>. If this view is not open, select <emphasis>Window > Show View > Other > Server > JBoss Server View</emphasis></para></listitem>
</itemizedlist>
<figure>
-<title>Starting from icon</title>
+<title>Starting From Icon</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/startingfromicon.png"/>
@@ -33,7 +33,7 @@
</figure>
<figure>
-<title>Starting from JBoss Server view</title>
+<title>Starting from JBoss Server View</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/startingfromserversview.png"/>
@@ -41,7 +41,7 @@
</mediaobject>
</figure>
-<para>While launching Server output will be written to the Console view:</para>
+<para>While launching, Server output is written to the Console view:</para>
<figure>
<title>Console output</title>
@@ -51,16 +51,16 @@
</imageobject>
</mediaobject>
</figure>
-<para>When server has started you should see "Started" right to its name in <property>JBoss Server</property> view (column "Status").</para>
+<para>When the server is started you should see "Started" right to its name in <property>JBoss Server</property> view (column "Status").</para>
<figure>
-<title>Server is started</title>
+<title>Server is Started</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/serverstarted.png"/>
</imageobject>
</mediaobject>
</figure>
-<para>To see event log after the server is started expand "Event Log" branch beneath <property>JBoss Server</property> View:</para>
+<para>To see event log after the server is started, expand "Event Log" branch beneath <property>JBoss Server</property> View:</para>
<figure>
<title>Event Log</title>
<mediaobject>
@@ -73,7 +73,7 @@
<section id="StoppingJBoss">
<?dbhtml filename="StoppingJBoss.html"?>
<title>Stopping JBoss server</title>
- <para>To stop the server click the Stop icon in <property>JBoss Server</property> View or right click the server name and press Stop.</para>
+ <para>To stop the server, click the <emphasis><property>Stop</property></emphasis> icon in <property>JBoss Server View </property> or right click the server name and press <emphasis><property>Stop</property></emphasis>.</para>
<figure>
<title>Stopping server</title>
<mediaobject>
@@ -82,12 +82,12 @@
</imageobject>
</mediaobject>
</figure>
-<para>When the server is stopped you will see "Stopped" next to its name in Status column.</para>
+<para>When the server is stopped you will see "Stopped" next to its name in the Status column.</para>
</section>
<section id="ServerPreferences">
<?dbhtml filename="ServerPreferences.html"?>
<title>Server Container Preferences</title>
- <para>You can control how Red Hat Developer Studio interacts with servlet containers in Preferences. Select <emphasis>Window > Preferences > JBoss Tools > JBoss Servers</emphasis> and switch to the desired server:</para>
+ <para>You can control how Red Hat Developer Studio interacts with servlet containers in Preferences. In order to do this, select <emphasis>Window > Preferences > JBoss Tools > JBoss Servers</emphasis> and switch to the desired server:</para>
<figure>
<title>Server preferences</title>
<mediaobject>
@@ -96,7 +96,7 @@
</imageobject>
</mediaobject>
</figure>
-<para>Also you can double click the server name in <property>JBoss Server</property> view and open an Overview of the server. Here you can specify some common settings: host name, server name, runtime and so on.</para>
+<para>Also you can double click the server name in <property>JBoss Server</property> view and open an overview of the server. Here you can specify some common settings: host name, server name, runtime and so on.</para>
<figure>
<title>Server overview</title>
<mediaobject>
@@ -111,15 +111,15 @@
<section id="JBossInstances">
<?dbhtml filename="JBossInstances.html"?>
- <title>How to manage JBoss AS instances in RHDS</title>
- <para>Although Red Hat Developer Studio works closely with <property>JBoss EAP 4.2</property> we do not ultimately tie you to any particular server for deployment. There are some servers that Studio supports directly (through the bundled Eclipse WTP plug-ins). Suppose you want to deploy the application to <property>JBoss 4.2.1 server</property>. First of all you need to install it.</para>
+ <title>How to Manage JBoss AS Instances in RHDS</title>
+ <para>Although Red Hat Developer Studio works closely with <property>JBoss EAP 4.2</property> we do not ultimately tie you to any particular server for deployment. There are some servers that Studio supports directly (via the bundled Eclipse WTP plug-ins). Suppose you want to deploy the application to <property>JBoss 4.2.1 server</property>. First of all you need to install it.</para>
<section id="JBossInstalling">
<?dbhtml filename="JBossInstalling.html"?>
<title>JBoss AS Installation</title>
<itemizedlist>
<listitem><para>Download the binary package of <property>JBoss 4.2.1</property> and save it on your computer: <ulink url="http://labs.jboss.com/jbossas/downloads">http://labs.jboss.com/jbossas/downloads</ulink></para></listitem>
</itemizedlist>
-<para>It does not matter where on your system you install <property>JBoss</property>. Note, however, that installing <property>JBoss</property> into a directory that has a name containing spaces causes problems in some situations with Sun-based VMs. So try to avoid using installation folders that have spaces in their names.</para>
+<para>It does not matter where on your system you install <property>JBoss</property>. Note, however, that installing <property>JBoss</property> into a directory that has a name containing spaces causes problems in some situations with Sun-based VMs. Thus, try to avoid using installation folders that have spaces in their names.</para>
<para>There is no requirement for root access to run <property>JBoss</property> on UNIX/Linux systems because none of the default ports are within the 0-1023 privileged port range.</para>
<itemizedlist continuation="continues">
<listitem><para>After you have the binary archive you want to install, use the JDK jar tool (or any other ZIP extraction tool) to extract the jboss-4.2.1.zip archive contents into a location of your choice. The jboss-4.2.1.tgz archive is a gzipped tar file that requires a gnutar compatible tar which can handle the long pathnames in the archive. The extraction process will create a jboss-4.2.1 directory. </para></listitem>
17 years, 3 months