JBoss Tools SVN: r13249 - trunk/documentation/guides/GettingStartedGuide/en/images/project_examples.
by jbosstools-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-23 14:07:39 -0500 (Fri, 23 Jan 2009)
New Revision: 13249
Added:
trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_4.png
trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_5.png
Log:
https://jira.jboss.org/jira/browse/JBDS-476
images
Added: trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en/images/project_examples/pr_example_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 11 months
JBoss Tools SVN: r13248 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-23 14:07:02 -0500 (Fri, 23 Jan 2009)
New Revision: 13248
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/project_examples.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-476
The chapter about Project Examples is updated
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/project_examples.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/project_examples.xml 2009-01-23 16:32:27 UTC (rev 13247)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/project_examples.xml 2009-01-23 19:07:02 UTC (rev 13248)
@@ -11,63 +11,116 @@
</keywordset>
</chapterinfo>
<title>Project Examples</title>
-
- <para>JBoss Developer Studio provides an option to download and import a ready-made
- project that you can explore and derive some useful technology implementation lessons. </para>
- <para>To start working with a project example you need to take a few steps:</para>
-
-<itemizedlist>
- <listitem>
- <para>Go to the menu bar and select <emphasis><property>File > New > Other...</property></emphasis>
- </para></listitem>
+ <para><emphasis><property>JBoss Developer Studio</property></emphasis> provides an option to download and import a ready-made
+ project that you can explore and derive some useful technology implementation lessons. </para>
- <listitem><para>Select <emphasis><property>Jboss Tools > Project Examples</property></emphasis></para></listitem>
-
-</itemizedlist>
+ <section id="DownloadingProjectExample">
+ <title>Downloading a Project Example</title>
+
+ <para>To download a project example and start working with it you need to take a few steps:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Go to the menu bar and select <emphasis><property>File > New > Other...</property></emphasis>
+ </para></listitem>
+
+ <listitem><para>Select <emphasis><property>Jboss Tools > Project Examples</property></emphasis>(You can also call the <emphasis><property>Project Examples</property></emphasis> from menu bar: <emphasis><property>Help > Project Examples...</property></emphasis>)</para></listitem>
+
+
+ </itemizedlist>
+
+ <figure>
+ <title>Project Examples</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/project_examples/pr_example_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <itemizedlist>
+ <listitem><para>Now in the New Project Example dialog you can select a project you would like to explore</para>
+ <para>Project Examples Wizard provides a filter field to more easily locate the project examples you want, so you can type in the project you would like to explore in the field.</para></listitem>
+
+ </itemizedlist>
+
+
+ <figure>
+ <title>Selecting a Project Example</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/project_examples/pr_example_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <note>
+ <title>Note:</title>
+ <para>
+ The <emphasis><property>Show the Quick Fix Dialog</property></emphasis> option is described in the <link linkend="QuickFixes">Quick Fixes</link> section.
+ </para>
+ </note>
+
+ <itemizedlist>
+ <listitem><para>Press <emphasis><property>Finish</property></emphasis> to start downloading the project from the repository
+ </para></listitem>
+
+ </itemizedlist>
+
+ <para>When downloading is finished the project will be imported automatically and you will be able to see it in the Package Explorer.</para>
+
+ <para>Now you can run the application on the server.</para>
+
+ <figure>
+ <title>Seam Demo Application run on the Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/project_examples/pr_example_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
- <figure>
- <title>Project Examples</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/project_examples/pr_example_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+ <section id="QuickFixes">
+ <title>Quick Fixes</title>
+ <para>
+ Project Examples Wizard has an option for making quick fixes
+ for the imported project to easily fix possible issues like missing servers, Seam runtimes etc.
+ </para>
+ <para>To enable quick fixing option you need to check the
+ <emphasis><property>Show the Quick Fix dialog</property></emphasis> while choosing the <link linkend="DownloadingProjectExample">Project Example</link>.</para>
+
+ <para>When the project you selected is downloaded it will be checked for missing dependences and if there are some you will see a dialog listing the problems.</para>
+ <figure>
+ <title>Quick Fix Dialog box</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/project_examples/pr_example_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>To fix the problem you need to:</para>
+
+ <itemizedlist>
+ <listitem><para>Select the problem from the list</para></listitem>
+ <listitem><para>Click <emphasis><property>Quick Fix</property></emphasis> button</para></listitem>
+ </itemizedlist>
+
+ <para>You will be offered a solution or a number of solutions to the problem.</para>
+
+ <figure>
+ <title>Quick Fix Dialog box: Selecting a Fix</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/project_examples/pr_example_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>In this case, when the <emphasis><property>Finish</property></emphasis> button is pressed, Seam Settings dialog box will be displayed where you need to provide a path to the Seam environment to fix the issue.</para>
+
+ <para>When the problem is fixed you will be returned to the Quick Fix dialog box with the remaining problems to be fixed.</para>
+
+ </section>
- <itemizedlist>
- <listitem><para>Now in the New Project Example dialog you can select a project you would like to explore</para></listitem>
-
- </itemizedlist>
-
-
- <figure>
- <title>Selecting a Project Example</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/project_examples/pr_example_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem><para>Press <emphasis><property>Finish</property></emphasis> to start downloading the project from the repository
- </para></listitem>
-
- </itemizedlist>
-
- <para>When downloading is finished the project will be imported automatically and you will be able to see it in the Package Explorer.</para>
-
- <para>Now you can run the application on the server.</para>
-
- <figure>
- <title>Seam Demo Application run on the Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/project_examples/pr_example_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
</chapter>
15 years, 11 months
JBoss Tools SVN: r13247 - trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-01-23 11:32:27 -0500 (Fri, 23 Jan 2009)
New Revision: 13247
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
fix jmx core test errors
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-01-23 16:31:39 UTC (rev 13246)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-01-23 16:32:27 UTC (rev 13247)
@@ -13,6 +13,7 @@
org.jboss.tools.jmx.core,
org.eclipse.debug.core,
org.eclipse.jdt.launching
-Export-Package: org.jboss.tools.jmx.core.tests,
+Export-Package: org.jboss.tools.jmx.core,
+ org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
Bundle-ClassPath: jmx-core-test.jar
15 years, 11 months
JBoss Tools SVN: r13246 - trunk/jmx/tests/org.jboss.tools.jmx.core.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-01-23 11:31:39 -0500 (Fri, 23 Jan 2009)
New Revision: 13246
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties
Log:
fix jmx core test errors
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties 2009-01-23 15:54:15 UTC (rev 13245)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties 2009-01-23 16:31:39 UTC (rev 13246)
@@ -1,4 +1,7 @@
source.. = src/
-output.. = bin/
+output.jmx-core-test.jar = bin/
bin.includes = META-INF/,\
- .
+ jmx-core-test.jar,\
+ projects/,\
+ plugin.properties
+source.jmx-core-test.jar = src/
15 years, 11 months
JBoss Tools SVN: r13245 - trunk/vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/editor/template.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-01-23 10:54:15 -0500 (Fri, 23 Jan 2009)
New Revision: 13245
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/editor/template/VpeTemplateManagerTest.java
Log:
fix for errors in vpe tests
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/editor/template/VpeTemplateManagerTest.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/editor/template/VpeTemplateManagerTest.java 2009-01-23 15:37:57 UTC (rev 13244)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/editor/template/VpeTemplateManagerTest.java 2009-01-23 15:54:15 UTC (rev 13245)
@@ -26,7 +26,7 @@
public void testGetAnyTemplates() {
List<VpeAnyData> templates = VpeTemplateManager.getInstance().getAnyTemplates();
- assertEquals(4, templates.size());
+ assertEquals(2, templates.size());
}
public void testReload() {
15 years, 11 months
JBoss Tools SVN: r13244 - trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-01-23 10:37:57 -0500 (Fri, 23 Jan 2009)
New Revision: 13244
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/PagesEditor.java
Log:
JBIDE-3564
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/PagesEditor.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/PagesEditor.java 2009-01-23 15:27:30 UTC (rev 13243)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/PagesEditor.java 2009-01-23 15:37:57 UTC (rev 13244)
@@ -605,7 +605,7 @@
if(fileXML == null || !object.getPath().startsWith(fileXML.getPath())) {
return;
}
- if(!diagramXML.getPath().startsWith(object.getPath())) {
+ if(!object.getPath().startsWith(diagramXML.getPath())) {
object = SelectOnDiagramHandler.getItemOnDiagram(object);
if(object == null) return;
}
15 years, 11 months
JBoss Tools SVN: r13243 - trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-01-23 10:27:30 -0500 (Fri, 23 Jan 2009)
New Revision: 13243
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
fix jmx.core.test errors
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-01-23 15:22:51 UTC (rev 13242)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-01-23 15:27:30 UTC (rev 13243)
@@ -15,3 +15,4 @@
org.eclipse.jdt.launching
Export-Package: org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
+Bundle-ClassPath: jmx-core-test.jar
15 years, 11 months
JBoss Tools SVN: r13242 - trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-01-23 10:22:51 -0500 (Fri, 23 Jan 2009)
New Revision: 13242
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBIDE-3399 org.junit plugin added to dependencies list
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF 2009-01-23 14:40:30 UTC (rev 13241)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF 2009-01-23 15:22:51 UTC (rev 13242)
@@ -5,15 +5,8 @@
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jboss.tools.jbpm.convert,
- org.junit
-Import-Package: junit.framework,
- org.eclipse.core.resources,
- org.eclipse.core.runtime;version="3.4.0",
- org.eclipse.emf.common,
- org.eclipse.emf.ecore.resource,
- org.eclipse.emf.ecore.xmi,
- org.eclipse.emf.ecore.xmi.impl,
- org.osgi.framework
+ org.junit,
+ org.eclipse.core.runtime;bundle-version="3.4.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %BundleProvider
Export-Package: org.jboss.tools.jbpm.convert,
15 years, 11 months
JBoss Tools SVN: r13241 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-23 09:40:30 -0500 (Fri, 23 Jan 2009)
New Revision: 13241
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-550
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-01-23 14:38:24 UTC (rev 13240)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-01-23 14:40:30 UTC (rev 13241)
@@ -291,8 +291,27 @@
<para>Choose one of them to set to the ESB project and click <emphasis><property>Ok</property></emphasis>.</para>
+ <para>ESB container allows Source and JavaDoc locations to be set via the Properties dialog on each contained .jar: choose and right-click on any .jar file, select <emphasis><property>Properties</property></emphasis>. Choose <emphasis><property>Java Source Attachment</property></emphasis> to select location (folder, JAR or zip) containing new source for the chosen .jar:</para>
+ <figure>
+ <title>Classpath Container: Java Source Attachment</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/21_source.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Choose <emphasis><property>Javadoc Location</property></emphasis> to specify URL to the documentation generated by Javadoc. The Javadoc location will contain a file called <emphasis><property>package-list</property></emphasis>:</para>
+
+ <figure>
+ <title>Classpath Container: Javadoc Location</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/22_Javadoc.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
15 years, 11 months
JBoss Tools SVN: r13240 - trunk/esb/docs/esb_ref_guide/en/images/esb_project.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-23 09:38:24 -0500 (Fri, 23 Jan 2009)
New Revision: 13240
Added:
trunk/esb/docs/esb_ref_guide/en/images/esb_project/21_source.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/22_Javadoc.png
Log:
https://jira.jboss.org/jira/browse/JBDS-550
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_project/21_source.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_project/21_source.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_project/22_Javadoc.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_project/22_Javadoc.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 11 months