JBoss Tools SVN: r4916 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2007-11-15 09:27:01 -0500 (Thu, 15 Nov 2007)
New Revision: 4916
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1317
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2007-11-15 09:53:05 UTC (rev 4915)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2007-11-15 14:27:01 UTC (rev 4916)
@@ -2199,9 +2199,10 @@
public void selectionChanged(SelectionChangedEvent event) {
if (editPart.getVisualMode() != VpeEditorPart.SOURCE_MODE) {
if(toolbarFormatControllerManager != null) toolbarFormatControllerManager.selectionChanged();
- if(selectionBar != null) selectionBar.selectionChanged();
}
+ if(selectionBar != null) selectionBar.selectionChanged();
+
if (!switcher.startActiveEditor(ActiveEditorSwitcher.ACTIVE_EDITOR_SOURCE)) {
return;
}
@@ -2268,13 +2269,13 @@
* and in process event handles some components are repainted(like buttons)
* and flasher are not repainted, so we should paint flasher
*/
- Display.getCurrent().asyncExec(new Thread(){
+
+ Display.getDefault().asyncExec(new Thread(){
public void run(){
getXulRunnerEditor().showSelectionRectangle();
}
});
-// getXulRunnerEditor().showSelectionRectangle();
}
17 years, 1 month
JBoss Tools SVN: r4915 - trunk/documentation/whatsnew/hibernate.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-11-15 04:53:05 -0500 (Thu, 15 Nov 2007)
New Revision: 4915
Modified:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
Log:
Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html 2007-11-15 09:38:02 UTC (rev 4914)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html 2007-11-15 09:53:05 UTC (rev 4915)
@@ -13,7 +13,7 @@
<p align="right"><a href="../index.html">< Main Index</a> <a href="../seam/seam-news-1.0.0.cr1.html">Seam Tools News ></a></p>
-<p>Previous <a href="http://www.hibernate.org/hib_docs/tools/eclipse/newandnoteworthy/hibernat...">new and noteworth for 3.2.0.beta11</a></p>
+<p>Previous <a href="http://www.hibernate.org/hib_docs/tools/eclipse/newandnoteworthy/hibernat...">new and noteworthy for 3.2.0.beta11</a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
<td colspan="2">
17 years, 1 month
JBoss Tools SVN: r4914 - trunk/documentation/whatsnew/hibernate.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-11-15 04:38:02 -0500 (Thu, 15 Nov 2007)
New Revision: 4914
Modified:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
Log:
updated whatsnew
Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html 2007-11-14 22:40:42 UTC (rev 4913)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html 2007-11-15 09:38:02 UTC (rev 4914)
@@ -13,6 +13,7 @@
<p align="right"><a href="../index.html">< Main Index</a> <a href="../seam/seam-news-1.0.0.cr1.html">Seam Tools News ></a></p>
+<p>Previous <a href="http://www.hibernate.org/hib_docs/tools/eclipse/newandnoteworthy/hibernat...">new and noteworth for 3.2.0.beta11</a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
<td colspan="2">
17 years, 1 month
JBoss Tools SVN: r4913 - trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2007-11-14 17:40:42 -0500 (Wed, 14 Nov 2007)
New Revision: 4913
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/build.properties
Log:
Unit Tests Failing a fault of build.properties not exporting the jars. Poop.
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/build.properties 2007-11-14 18:07:08 UTC (rev 4912)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/build.properties 2007-11-14 22:40:42 UTC (rev 4913)
@@ -2,4 +2,6 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ lib/,\
+ libsrc/
17 years, 1 month
JBoss Tools SVN: r4912 - trunk/jst/plugins/org.jboss.tools.jst.web.ui.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2007-11-14 13:07:08 -0500 (Wed, 14 Nov 2007)
New Revision: 4912
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-1315
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-11-14 16:49:42 UTC (rev 4911)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-11-14 18:07:08 UTC (rev 4912)
@@ -7,7 +7,7 @@
actionSets.serverActions.selectServer.label=JBoss Tools WTP Server Actions
actionSets.serverActions.label=JBoss Tools WTP Server Actions
actionSets.serverActions.description=Description for JBoss Tools WTP Server Actions
-actionSets.serverActions.changeWebXmlTimeStamp.label=Change web.xml Time Stamp
+actionSets.serverActions.changeWebXmlTimeStamp.label=Touch descriptors
actionSets.serverActions.restartServer.label=Restart Server
actionSets.serverActions.stopServer.label=Stop Server
actionSets.serverActions.debugServer.label=Start Server in Debug Mode
@@ -21,17 +21,9 @@
strutsProblemName=Verification Problem
constraintProblemName=Constraint Problem
-actionSets.redhatMenu.label=JBoss Tools
-actionSets.redhatMenu.description=JBoss Tools
-
-actionSets.licenseMenu.label=License
-
-actionSets_license.label=Web Studio License
-actionSets_license.description=JBoss Tools License
-actionSets.license.label=&JBoss Tools License
-
perspective.name=Web Development
paletteViewPart.name=JBoss Tools Palette
+
actionSets_online_help.label=JBoss Tools Help
actionSets_online_help.description=
17 years, 1 month
JBoss Tools SVN: r4911 - trunk/seam/plugins/org.jboss.tools.seam.xml.ui.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2007-11-14 11:49:42 -0500 (Wed, 14 Nov 2007)
New Revision: 4911
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1298
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml 2007-11-14 16:45:44 UTC (rev 4910)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml 2007-11-14 16:49:42 UTC (rev 4911)
@@ -13,7 +13,7 @@
<selection class="org.eclipse.core.resources.IResource">
</selection>
<description>
- Create a Seam Components XM LFile
+ Create a Seam Components XML File
</description>
</wizard>
</extension>
17 years, 1 month
JBoss Tools SVN: r4910 - trunk/documentation/qa/reports.
by jbosstools-commits@lists.jboss.org
Author: anis
Date: 2007-11-14 11:45:44 -0500 (Wed, 14 Nov 2007)
New Revision: 4910
Added:
trunk/documentation/qa/reports/smoke-13.11.2007.doc
Log:
Added a file remotely
Added: trunk/documentation/qa/reports/smoke-13.11.2007.doc
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/qa/reports/smoke-13.11.2007.doc
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 1 month
JBoss Tools SVN: r4909 - trunk/jst/plugins/org.jboss.tools.jst.web.ui.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2007-11-14 11:40:02 -0500 (Wed, 14 Nov 2007)
New Revision: 4909
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-1315
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-11-14 16:23:44 UTC (rev 4908)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-11-14 16:40:02 UTC (rev 4909)
@@ -4,9 +4,9 @@
actionSets.modelActions.description=Description For JBoss Tools Model Actions
actionSets.projectActions.saveModel.label=Save Model
-actionSets.serverActions.selectServer.label=Red Hat WTP Server Actions
-actionSets.serverActions.label=Red Hat WTP Server Actions
-actionSets.serverActions.description=Description for Red Hat WTP Server Actions
+actionSets.serverActions.selectServer.label=JBoss Tools WTP Server Actions
+actionSets.serverActions.label=JBoss Tools WTP Server Actions
+actionSets.serverActions.description=Description for JBoss Tools WTP Server Actions
actionSets.serverActions.changeWebXmlTimeStamp.label=Change web.xml Time Stamp
actionSets.serverActions.restartServer.label=Restart Server
actionSets.serverActions.stopServer.label=Stop Server
@@ -21,8 +21,8 @@
strutsProblemName=Verification Problem
constraintProblemName=Constraint Problem
-actionSets.redhatMenu.label=Red Hat
-actionSets.redhatMenu.description=Red Hat
+actionSets.redhatMenu.label=JBoss Tools
+actionSets.redhatMenu.description=JBoss Tools
actionSets.licenseMenu.label=License
17 years, 1 month
JBoss Tools SVN: r4908 - trunk/seam/plugins/org.jboss.tools.seam.ui.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2007-11-14 11:23:44 -0500 (Wed, 14 Nov 2007)
New Revision: 4908
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1298
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2007-11-14 15:35:41 UTC (rev 4907)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2007-11-14 16:23:44 UTC (rev 4908)
@@ -63,7 +63,7 @@
id="org.jboss.tools.seam.ui.wizard.SeamConversationWizard"
name="Seam Conversation">
<description>
- description body text
+ Create a Seam Conversation
</description>
<selection
class="org.eclipse.core.resources.IResource">
@@ -77,7 +77,7 @@
id="org.jboss.tools.seam.ui.wizard.SeamEntityWizard"
name="Seam Entity">
<description>
- description body text
+ Create a Seam Entity
</description>
<selection
class="org.eclipse.core.resources.IResource">
17 years, 1 month
JBoss Tools SVN: r4907 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-11-14 10:35:41 -0500 (Wed, 14 Nov 2007)
New Revision: 4907
Added:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_2_a.png
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_6.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-137 updated text context and screenshot accrording to a new build
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_2_a.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_2_a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_6.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-11-14 14:50:30 UTC (rev 4906)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-11-14 15:35:41 UTC (rev 4907)
@@ -20,7 +20,7 @@
<section>
<title>Create a Seam Project</title>
- <para>To create a new web application in <property>Seam</property>, select <emphasis><property>New > Project ... > Seam > Seam Web Project</property></emphasis>. You will be prompted to enter a name and a location directory for your new project. You will also be asked to choose a JBoss AS server to deploy the project. You must choose the JBoss AS 4.2.0 instance we had defined in the JBoss AS Server manager view.</para>
+ <para>To create a new web application in <property>Seam</property>, select <emphasis><property>New > Project ... > Seam > Seam Web Project</property></emphasis>. You will be prompted to enter a name and a location directory for your new project. The wizard has an option for selecting the actual Server (and not just WTP runtime) that will be used for the project. This allow the wizard to correctly identify where the needed datasource and driver libraries need to go.</para>
<figure>
<title>Create a Seam Project</title>
@@ -31,7 +31,7 @@
</mediaobject>
</figure>
- <para>Next, you will be asked to select the "features" you want to use in your project. This allows Red Hat Developer Studio to setup the appropriate tooling for your project. Since JBoss Seam integrates all popular Java EE frameworks, you can select any combination of technologies from the list. Here, for this project, we will select Dynamic Web Module, Java, Java Persistence (JPA), JavaServer Faces (JSF), and Seam Facet for a typical database-driven web application.</para>
+ <para>Next, you will be asked to select the "features" you want to use in your project. This allows Red Hat Developer Studio to setup the appropriate tooling for your project. Since JBoss Seam integrates all popular Java EE frameworks, you can select any combination of technologies from the list. Here, for this project, we will select Dynamic Web Module, Java, Java Persistence (JPA), JavaServer Faces (JSF), and Seam Facet for a typical database-driven web application. </para>
<figure>
<title>Select Toolings for the Project</title>
@@ -41,33 +41,30 @@
</imageobject>
</mediaobject>
</figure>
-
- <para>A dynamic web application contains both web pages and Java code. The wizard will ask you where you want to put those files. You can just leave the default values.</para>
-
+ <para>In this screen you can also bring up server runtimes panel by clicking <emphasis><property>Show Runtimes</property></emphasis> in the bottom right corner. This panel shows available server runtimes. Then this button will be changed into <emphasis><property>Hide Runtimes</property></emphasis> one.</para>
+ <para>Click <emphasis><property>Next</property></emphasis> to proceed further.</para>
<figure>
- <title>Select Directory Names for Web Pages and Java Files</title>
+ <title>Available Server Runtimes</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/first_seam/first_seam_3.png"/>
+ <imagedata fileref="images/first_seam/first_seam_2_a.png"/>
</imageobject>
</mediaobject>
</figure>
+ <para>A dynamic web application contains both web pages and Java code. The wizard will ask you where you want to put those files. You can just leave the default values.</para>
-
-
- <para>We will use a default connection provided by RHDS.</para>
- <orderedlist>
- <listitem><para>Click <emphasis><property>Next</property></emphasis> in the dialog <property>JPA Facet</property></para></listitem>
- </orderedlist>
<figure>
- <title>Select Provider for JPA JARs</title>
+ <title>Select Directory Names for Web Pages and Java Files</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/first_seam/first_seam_4.png"/>
+ <imagedata fileref="images/first_seam/first_seam_3.png"/>
</imageobject>
</mediaobject>
- </figure>
- <para>Since you selected JPA and JSF tooling support, the project needs to incorporate the JAR files for those frameworks on its classpath. In the next screen, you will be able to select where those library JARs come from. The easiest is just to select the JARs provided by the JBoss AS runtime associated with this project. That is why it is important to chose the right JBoss AS 4.2 runtime in the project setup window.</para>
+ </figure>
+
+
+ <para>We will use a default pre-configured HSQLDB connection provided by RHDS.</para>
+ <para>In the next screen, you will be able to select where those library JARs come from. The easiest is just to select the JARs provided by the JBoss AS runtime associated with this project. That is why it is important to chose the right JBoss AS 4.2 runtime in the project setup window.</para>
<orderedlist continuation="continues">
<listitem><para>Check <emphasis><property>Server Supplied JSF Implementation</property></emphasis>. We will use JSF implementation that comes with JBoss server</para></listitem>
<listitem><para>Click <emphasis><property>Next</property></emphasis></para></listitem>
@@ -83,7 +80,7 @@
<para>We will also use a default Hibernate Dialect - <emphasis>org.hibernate.dialect.HSQLDialect</emphasis> and deploy as a <emphasis>war</emphasis> archive.</para>
- <para>The project setup wizard also asks you to configure how Seam generates code for the project. The Seam Home Folder should point to a valid Seam distribution. By default, it is set to the Seam distribution bundled in your Red Hat Developer Studio tool. If you need another one choose it from the drop down list box:</para>
+ <para>The project setup wizard also asks you to configure how Seam generates code for the project. The Seam Home Folder should point to a valid Seam distribution. By default, it is set to the Seam distribution bundled in your Red Hat Developer Studio tool. If you need another one choose setting up the appropriate check box:</para>
<figure>
<title>Enter Java Packages for Generated Code</title>
17 years, 1 month