JBoss Tools SVN: r12700 - trunk/tests/features/org.jboss.tools.test.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-19 00:50:08 -0500 (Fri, 19 Dec 2008)
New Revision: 12700
Modified:
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
Log:
[JBIDE-3399] add to test feature
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2008-12-18 23:03:49 UTC (rev 12699)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2008-12-19 05:50:08 UTC (rev 12700)
@@ -413,4 +413,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.jboss.tools.jbpm.convert.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>
17 years
JBoss Tools SVN: r12699 - in trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert: test and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-18 18:03:49 -0500 (Thu, 18 Dec 2008)
New Revision: 12699
Added:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
Removed:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
Log:
[JBIDE-3399] move test class; add into tests builder
Copied: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java (from rev 12698, trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java)
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java 2008-12-18 23:03:49 UTC (rev 12699)
@@ -0,0 +1,16 @@
+package org.jboss.tools.jbpm.convert;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
+import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
+import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+
+
+public class JBPMConvertAllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(BpmnConvertTest.class);
+ return suite;
+ }
+}
Property changes on: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java 2008-12-18 22:56:56 UTC (rev 12698)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java 2008-12-18 23:03:49 UTC (rev 12699)
@@ -1,16 +0,0 @@
-package org.jboss.tools.jbpm.convert.test;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
-import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
-import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
-
-
-public class JBPMConvertAllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite();
- suite.addTestSuite(BpmnConvertTest.class);
- return suite;
- }
-}
17 years
JBoss Tools SVN: r12698 - in trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test: META-INF and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-18 17:56:56 -0500 (Thu, 18 Dec 2008)
New Revision: 12698
Added:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF
Log:
[JBIDE-3399] fix manifest and add wrapper suite
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 2008-12-18 21:52:03 UTC (rev 12697)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF 2008-12-18 22:56:56 UTC (rev 12698)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Test Plug-in
+Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.jbpm.convert.test;singleton:=true
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -14,4 +14,4 @@
org.eclipse.emf.ecore.xmi.impl,
org.osgi.framework
Bundle-ActivationPolicy: lazy
-Bundle-Vendor: JBoss, a division of Red Hat
+Bundle-Vendor: %BundleProvider
\ No newline at end of file
Added: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties 2008-12-18 22:56:56 UTC (rev 12698)
@@ -0,0 +1,3 @@
+# properties file for org.jboss.tools.jbpm.convert.test
+BundleProvider =JBoss, a division of Red Hat
+BundleName = jBPM Convert Tests Bundle
\ No newline at end of file
Added: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java 2008-12-18 22:56:56 UTC (rev 12698)
@@ -0,0 +1,16 @@
+package org.jboss.tools.jbpm.convert.test;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
+import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
+import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+
+
+public class JBPMConvertAllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(BpmnConvertTest.class);
+ return suite;
+ }
+}
17 years
JBoss Tools SVN: r12697 - in branches/jbosstools-3.0.0.CR1/jmx/tests: org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-18 16:52:03 -0500 (Thu, 18 Dec 2008)
New Revision: 12697
Added:
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java
Modified:
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
[JBIDE-3401] add tests to build (backport from trunk)
Modified: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2008-12-18 18:20:27 UTC (rev 12696)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2008-12-18 21:52:03 UTC (rev 12697)
@@ -7,11 +7,11 @@
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %BundleProvider
-Require-Bundle: org.junit4;bundle-version="4.3.1",
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.eclipse.core.runtime;bundle-version="3.4.0",
- org.jboss.tools.jmx.core;bundle-version="0.2.1",
- org.eclipse.debug.core;bundle-version="3.4.0",
- org.eclipse.jdt.launching;bundle-version="3.4.0"
+Require-Bundle: org.junit,
+ org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.jboss.tools.jmx.core,
+ org.eclipse.debug.core,
+ org.eclipse.jdt.launching
Export-Package: org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
Added: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java (rev 0)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java 2008-12-18 21:52:03 UTC (rev 12697)
@@ -0,0 +1,18 @@
+package org.jboss.tools.jmx.core;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
+import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
+import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+
+
+public class AllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(DefaultMBeanServerConnectionFactoryTest.class);
+ suite.addTestSuite(DefaultProviderTest.class);
+ suite.addTestSuite(NodeBuilderTestCase.class);
+ return suite;
+ }
+}
Added: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java (rev 0)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java 2008-12-18 21:52:03 UTC (rev 12697)
@@ -0,0 +1,14 @@
+package org.jboss.tools.jmx.ui;
+import org.jboss.tools.jmx.ui.internal.MBeanUtilsTestCase;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+
+public class AllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(MBeanUtilsTestCase.class);
+ return suite;
+ }
+}
17 years
JBoss Tools SVN: r12696 - trunk/birt/docs/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-12-18 13:20:27 -0500 (Thu, 18 Dec 2008)
New Revision: 12696
Modified:
trunk/birt/docs/en/modules/birt_designer.xml
trunk/birt/docs/en/modules/introduction.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-510 - making the document validated;
Modified: trunk/birt/docs/en/modules/birt_designer.xml
===================================================================
--- trunk/birt/docs/en/modules/birt_designer.xml 2008-12-18 18:18:32 UTC (rev 12695)
+++ trunk/birt/docs/en/modules/birt_designer.xml 2008-12-18 18:20:27 UTC (rev 12696)
@@ -11,63 +11,156 @@
</chapterinfo>
<title>BIRT Report Designer</title>
-
- <para>BIRT Designer is an intuitive and quite easy Eclipse-based set of plugins to make reports. In this chapter we will describe its interface and its features to you.</para>
-
- <section id="birt_designer_UI" xreflabel="birt_designer_UI">
- <title>BIRT User Interface</title>
-
- <para>The central part of the user interface is the <property>Layout Editor</property>. It displays the whole process of building a report and contains the following tabs:</para>
-
- <itemizedlist>
- <listitem><para><emphasis role="bold">Layout</emphasis> - this is an area where you can edit your report design;</para></listitem>
- <listitem><para><emphasis role="bold">Preview</emphasis> - runs your report created and shows the output;</para></listitem>
- <listitem><para><emphasis role="bold">Script</emphasis> - on this page you can add JavaScript to your report to customize its behavior;</para></listitem>
- <listitem><para><emphasis role="bold">XML Source</emphasis> - this is an area where you can view and modify the XML source of your report;</para></listitem>
- <listitem><para><emphasis role="bold">Master Page</emphasis> - use it to format page data.</para></listitem> </itemizedlist>
-
- <para>The next part of user interface is different <property>Views</property> that can be arranged around the Layout Editor area the way you like:</para>
-
- <itemizedlist>
- <listitem><para><emphasis role="bold">Palette</emphasis> - shows the standard report items you can add to your report using drag and drop.</para></listitem>
- <listitem><para><emphasis role="bold">Outline</emphasis> - shows the structure of your report as a tree view.</para></listitem>
- <listitem><para><emphasis role="bold">Navigator</emphasis> - shows your projects and reports within the projects.</para></listitem>
- <listitem><para><emphasis role="bold">Data Explorer</emphasis> - shows your data sources, data sets and report parameters. You also can use this view to add data set columns to your report layout.</para></listitem>
- <listitem><para><emphasis role="bold">Property Editor</emphasis> - displays properties for many report items.</para></listitem>
- <listitem><para><emphasis role="bold">Properties View</emphasis> - shows all properties for a report item as a simple list.</para></listitem>
- <listitem><para><emphasis role="bold">Library Explorer View</emphasis> - allows the reuse of report objects, such as tables, data sources and styles. Objects created for reuse are stored in a library file. The Library Explorer will display Libraries that exist in the Resource folder. Developed libraries can be added to the resource folder by selecting <emphasis>File→Publish Library in Resource Folder</emphasis>. The resource folder location can be configured. </para></listitem>
-
-
-
- </itemizedlist>
-
-
-
-
-
- </section>
-
+
+ <para>BIRT Designer is an intuitive and quite easy Eclipse-based set of plugins to make reports.
+ In this chapter we will describe its interface and its features to you.</para>
+
+ <section id="birt_designer_UI" xreflabel="birt_designer_UI">
+ <title>BIRT User Interface</title>
+
+ <para>The central part of the user interface is the <property>Layout Editor</property>. It
+ displays the whole process of building a report and contains the following tabs:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para><emphasis role="bold">Layout</emphasis> - this is an area where you can edit
+ your report design;</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Preview</emphasis> - runs your report created and shows
+ the output;</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Script</emphasis> - on this page you can add JavaScript
+ to your report to customize its behavior;</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">XML Source</emphasis> - this is an area where you can
+ view and modify the XML source of your report;</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Master Page</emphasis> - use it to format page
+ data.</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>The next part of user interface is different <property>Views</property> that can be
+ arranged around the Layout Editor area the way you like:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para><emphasis role="bold">Palette</emphasis> - shows the standard report items you
+ can add to your report using drag and drop.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Outline</emphasis> - shows the structure of your report
+ as a tree view.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Navigator</emphasis> - shows your projects and reports
+ within the projects.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Data Explorer</emphasis> - shows your data sources, data
+ sets and report parameters. You also can use this view to add data set columns
+ to your report layout.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Property Editor</emphasis> - displays properties for
+ many report items.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Properties View</emphasis> - shows all properties for a
+ report item as a simple list.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Library Explorer View</emphasis> - allows the reuse of
+ report objects, such as tables, data sources and styles. Objects created for
+ reuse are stored in a library file. The Library Explorer will display Libraries
+ that exist in the Resource folder. Developed libraries can be added to the
+ resource folder by selecting <emphasis>File→Publish Library in Resource
+ Folder</emphasis>. The resource folder location can be configured. </para>
+ </listitem>
+
+
+
+ </itemizedlist>
+
+
+
+
+
+ </section>
+
<section id="birt_designer_features">
-
+
<title>BIRT Report Designer Features</title>
<para>Here are the main BIRT Report Designer features:</para>
- <itemizedlist><listitem><para><emphasis role="bold">Palette</emphasis> - contains tables, labels, and charts. It is used in conjunction with the Layout View to design reports.</para></listitem>
- <listitem><para><emphasis role="bold">Data Explorer</emphasis> - organizes your data sources and data sets. The Data Sets editor enables testing your data set to check whether the report receives the correct data. You can also create cubes using your data sets (when building any dynamic cross tables) and design necessary report parameters.</para></listitem>
- <listitem><para><emphasis role="bold">Resource Explorer</emphasis> - BIRT allows the reuse of report objects, such as tables, data sources and styles. Objects created for reuse are stored in a library file. To browse the contents of report libraries BIRT supplies the Resource Explorer view. This view lists all libraries within the resource folder, in addition to other shared content such as images and JavaScript files.</para></listitem>
- <listitem><para><emphasis role="bold">Property Editor</emphasis> - shows the most commonly used properties. BIRT also integrates with the standard Eclipse property view to display a detailed listing of all properties for an item.</para></listitem>
- <listitem><para><emphasis role="bold">Layout View</emphasis> - WYSIWYG editor. You can select any element from the Palette, drag and drop it to the report and then edit the way you like.</para></listitem>
- <listitem><para><emphasis role="bold">Script Editor</emphasis> - scripting adds business logic to reports during data access, report generation, or viewing. The code editor provides standard features for editing scripts: syntax coloring, auto-complete etc. You also can debug scripts when the report is running.</para></listitem>
- <listitem><para><emphasis role="bold">Report Preview</emphasis> - Report Preview is used to test your newly created report with some real data.</para></listitem>
- <listitem><para><emphasis role="bold">Chart Builder</emphasis> - using the Chart Builder you can add any charts to the design of your report. Just select a chart type, then data and, finally, format the chart.</para></listitem>
- <listitem><para><emphasis role="bold">Expression Builder </emphasis> - expressions are simple scripts that return a value. They are used to assign data values to report elements, build image locations, hyperlinks, parameter default values etc.</para></listitem>
- <listitem><para><emphasis role="bold">Cheat Sheets</emphasis> - Cheat sheets are small pices of useful documentation that lead you through a report creation process. Just select what you need and then follow the instructions.</para></listitem>
- <listitem><para><emphasis role="bold">Outline</emphasis> - this view provides a compact overview of the entire report structure.</para></listitem>
- </itemizedlist>
-
-
-
-
+ <itemizedlist>
+ <listitem>
+ <para><emphasis role="bold">Palette</emphasis> - contains tables, labels, and
+ charts. It is used in conjunction with the Layout View to design reports.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Data Explorer</emphasis> - organizes your data sources
+ and data sets. The Data Sets editor enables testing your data set to check
+ whether the report receives the correct data. You can also create cubes using
+ your data sets (when building any dynamic cross tables) and design necessary
+ report parameters.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Resource Explorer</emphasis> - BIRT allows the reuse of
+ report objects, such as tables, data sources and styles. Objects created for
+ reuse are stored in a library file. To browse the contents of report libraries
+ BIRT supplies the Resource Explorer view. This view lists all libraries within
+ the resource folder, in addition to other shared content such as images and
+ JavaScript files.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Property Editor</emphasis> - shows the most commonly
+ used properties. BIRT also integrates with the standard Eclipse property view to
+ display a detailed listing of all properties for an item.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Layout View</emphasis> - WYSIWYG editor. You can select
+ any element from the Palette, drag and drop it to the report and then edit the
+ way you like.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Script Editor</emphasis> - scripting adds business logic
+ to reports during data access, report generation, or viewing. The code editor
+ provides standard features for editing scripts: syntax coloring, auto-complete
+ etc. You also can debug scripts when the report is running.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Report Preview</emphasis> - Report Preview is used to
+ test your newly created report with some real data.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Chart Builder</emphasis> - using the Chart Builder you
+ can add any charts to the design of your report. Just select a chart type, then
+ data and, finally, format the chart.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Expression Builder </emphasis> - expressions are simple
+ scripts that return a value. They are used to assign data values to report
+ elements, build image locations, hyperlinks, parameter default values
+ etc.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Cheat Sheets</emphasis> - Cheat sheets are small pices
+ of useful documentation that lead you through a report creation process. Just
+ select what you need and then follow the instructions.</para>
+ </listitem>
+ <listitem>
+ <para><emphasis role="bold">Outline</emphasis> - this view provides a compact
+ overview of the entire report structure.</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>In this guide we made a simple overview of the BIRT plugin: its installation, support,
+ features etc. that will help you to make your first steps with it.</para>
+
</section>
-
- <para>In this guide we made a simple overview of the BIRT plugin: its installation, support, features etc. that will help you to make your first steps with it.</para>
+
</chapter>
Modified: trunk/birt/docs/en/modules/introduction.xml
===================================================================
--- trunk/birt/docs/en/modules/introduction.xml 2008-12-18 18:18:32 UTC (rev 12695)
+++ trunk/birt/docs/en/modules/introduction.xml 2008-12-18 18:20:27 UTC (rev 12696)
@@ -16,32 +16,49 @@
</chapterinfo>
<title>Introduction</title>
-
+
<section>
-
+
<title>What is BIRT?</title>
- <para>BIRT plugin for JBoss Developer Studio is an Eclipse-based open source reporting system for web applications based on Java and J2EE. BIRT consists of two main components: a report designer based on Eclipse, and a runtime component that can be added to your app server. BIRT also offers a charting engine that lets you add charts to your own Web application.</para>
- <para>With the help of BIRT you can generate a great number of reports to be used in your application:</para>
-
+ <para>BIRT plugin for JBoss Developer Studio is an Eclipse-based open source reporting
+ system for web applications based on Java and J2EE. BIRT consists of two main
+ components: a report designer based on Eclipse, and a runtime component that can be
+ added to your app server. BIRT also offers a charting engine that lets you add charts to
+ your own Web application.</para>
+ <para>With the help of BIRT you can generate a great number of reports to be used in your
+ application:</para>
+
<itemizedlist>
- <listitem><para>Lists</para></listitem>
- <listitem><para>Charts</para></listitem>
- <listitem><para>Crosstabs, or cross-tabulation, or matrix</para></listitem>
- <listitem><para>Letters and Documents</para></listitem>
- <listitem><para>Compound Reports</para></listitem>
+ <listitem>
+ <para>Lists</para>
+ </listitem>
+ <listitem>
+ <para>Charts</para>
+ </listitem>
+ <listitem>
+ <para>Crosstabs, or cross-tabulation, or matrix</para>
+ </listitem>
+ <listitem>
+ <para>Letters and Documents</para>
+ </listitem>
+ <listitem>
+ <para>Compound Reports</para>
+ </listitem>
</itemizedlist>
-
- <para>In this guide we provide you with the information on BIRT Designer which allows you to create a report much faster and with far fewer errors so sparing your time.</para>
-
+
+ <para>In this guide we provide you with the information on BIRT Designer which allows you to
+ create a report much faster and with far fewer errors so sparing your time.</para>
+
<literallayout> </literallayout>
- <para>You can find detailed information on the BIRT report types and anatomy here:</para>
- <ulink url="http://www.eclipse.org/birt/phoenix/intro/">JBoss BIRT</ulink>
-
- <para>All JBoss Developer Studio/JBoss Tools documentation you can find <ulink url="http://docs.jboss.org/tools/">here</ulink>.</para>
- <para>The latest documentation builds are available <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">here</ulink>.</para>
-
+ <para>You can find detailed information on the BIRT report types and anatomy here: <ulink
+ url="http://www.eclipse.org/birt/phoenix/intro/">JBoss BIRT</ulink></para>
+
+
+ <para>All JBoss Developer Studio/JBoss Tools documentation you can find <ulink
+ url="http://docs.jboss.org/tools/">here</ulink>.</para>
+ <para>The latest documentation builds are available <ulink
+ url="http://download.jboss.org/jbosstools/nightly-docs/">here</ulink>.</para>
+
</section>
-
-
-
+
</chapter>
17 years
JBoss Tools SVN: r12694 - trunk/smooks/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-12-18 12:52:13 -0500 (Thu, 18 Dec 2008)
New Revision: 12694
Modified:
trunk/smooks/docs/reference/en/modules/introduction.xml
trunk/smooks/docs/reference/en/modules/quick_start.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3296 correcting language for Smooks guide
Modified: trunk/smooks/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-18 17:31:34 UTC (rev 12693)
+++ trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-18 17:52:13 UTC (rev 12694)
@@ -52,7 +52,7 @@
</sect1>
<sect1>
<title>What is Smooks dev tools?</title>
- <para>Smooks dev tools is a sets of graphical tools for editing Smooks configuration file base on Eclipse.</para>
+ <para>Smooks dev tools is a set of graphical tools for editing Smooks configuration file base on Eclipse.</para>
<figure>
<title>Smooks form editor</title>
<mediaobject>
@@ -69,10 +69,10 @@
</link>
.
</para>
- <para> Smooks dev tools(JBossTools) run with the latest Eclipse and other required plug-ins(GEF,EMF,etc.).</para>
- <para> User should download the latest IDE for Java EE developers from this
+ <para> Smooks dev tools (JBossTools) run with the latest Eclipse and other required plug-ins (GEF, EMF, etc.).</para>
+ <para> You should download the latest IDE for Java EE developers from this
<link linkend="http://www.eclipse.org/downloads/">site
- </link>. It contains many plug-ins ( GEF,EMF,etc. ) required by Smooks dev tools.
+ </link>. It contains many plug-ins ( GEF, EMF, etc. ) required by Smooks dev tools.
</para>
</sect1>
</chapter>
Modified: trunk/smooks/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-18 17:31:34 UTC (rev 12693)
+++ trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-18 17:52:13 UTC (rev 12694)
@@ -267,7 +267,7 @@
<para>Please click the "Fix it" link, a menu is popped-up with several "resolve methods" on it.
</para>
<para> Select the first resolve method: 'Connect the "OrderItem" to the
- "LineItem" ', then the "OrderItem" was connected with the
+ "LineItem" ', then the "OrderItem" is connected with the
"LineItem".
</para>
<para>But the notify message area still shows some other errors:
@@ -281,7 +281,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>OK, let's deal with the fire error ---- Click "Fix it" link and select the first resolve method. The "orderItems" was connected with the "lineItems".
+ <para>OK, let's deal with the fire error ---- Click "Fix it" link and select the first resolve method. The "orderItems" is connected with the "lineItems".
</para>
<tip>
<title>Tip</title>
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2008-12-18 17:31:34 UTC (rev 12693)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2008-12-18 17:52:13 UTC (rev 12694)
@@ -41,7 +41,7 @@
<section id="configurationpage_parsetype">
<title>Smooks parse type</title>
<para>Open the "Other configuration" section, we will see there
- is a sets of radio buttons:</para>
+ is a set of radio buttons:</para>
<figure>
<title>Smooks parse type</title>
<mediaobject>
@@ -71,14 +71,14 @@
</figure>
<para>
There are three buttons on the right side of the "File Import"
- list. User can click those to add/edit/remove the import files.
+ list. You can click those to add/edit/remove the import files.
</para>
<tip>
<title>Tip</title>
<para>
If the import file dosen't exist, the image of the import file
will change to "Error Image".
- If user double-click the import file in
+ If you double-click the import file in
the "Import File" list, the file will be open with a new default
editor.
</para>
@@ -125,7 +125,7 @@
</orderedlist>
</para>
<para>
- User can modify the parameters of the "Date Decoder" item with the
+ You can modify the parameters of the "Date Decoder" item with the
left detail page.
</para>
<figure>
@@ -138,7 +138,7 @@
</mediaobject>
</figure>
<para>
- When user defined new "Date Decoder", they can use the
+ When you defined new "Date Decoder", they can use the
<link linkend="graphicalpage_propertiesview"> "JavaBean Properties"</link> GUI to set the them to be the "Java type".
</para>
<!--
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml 2008-12-18 17:31:34 UTC (rev 12693)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml 2008-12-18 17:52:13 UTC (rev 12694)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="smooksformeditor_graphicaltab" xreflabel="Smooks Graphical Editor Page">
- <?dbhtml filename="smooks_form_editor_graphicaltab.html"?>
+ <?dbhtml filename="smooks_form_editor_graphicaltab.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Tools</keyword>
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
<title>Smooks Graphical Editor Page</title>
- <para>
+ <para>
Smooks Graphical Editor Page is one tab of the Smooks Form
Editor.
</para>
@@ -23,24 +23,24 @@
</mediaobject>
</figure>
<para>
- This graphical editor could allow you to do drug/drop operations
- with the nodes of transform data to mapping the source data to target
+ This graphical editor could allow you to perform drug/drop operations
+ with the nodes of transform data to map the source data to target
data.
</para>
<para>
- When you save the graphical editor the correct Smooks
- configuration file contents
+ When you save the changes in the graphical editor the correct Smooks
+ configuration file content
will be generated.
</para>
<section>
- <title>Introduce the areas of graphical editor</title>
- <para> Please, read the
+ <title>Introducing the areas of graphical editor</title>
+ <para>Information on the topic could be found here
<link linkend="quickstart_formeditor">"Quick Start/Smooks Form Editor"</link>
</para>
</section>
<section>
<title>Load source/target data</title>
- <para> Click the links under the data viewer, the data type selection wizard page will be shown.
+ <para> Click the links under the data viewer, the data type selection wizard page will be shown.
</para>
<figure>
<title>Data type selection wizard page</title>
@@ -51,7 +51,7 @@
</imageobject>
</mediaobject>
</figure>
- <para> There are a sets of transform data type on the wizard page,select one type and click
+ <para> There are sets of transform data type on the wizard page, select one type and click
<property>Next</property>
, the data source selection wizard page will be shown.
<tip>
@@ -79,21 +79,21 @@
</imageobject>
</mediaobject>
</figure>
- <para> When finish the data selection(file path selection), Click
+ <para> When you finish the data selection (file path selection), Click
<property>Finish</property>
, the data viewer will display the selected data structure.
</para>
</section>
<section>
- <title>Use the graphical editor to mapping</title>
- <para> Please, read the
+ <title>Using the graphical editor for mapping</title>
+ <para>To get information on the topic please, read the
<link linkend="quickstart_mapping">"Quick Start/Mapping"</link>
</para>
</section>
<section>
<title>Error messages</title>
- <para> When you do any mapping operations, the Smooks tools will validate the file contents with "Mapping Logic", If there is any errors of the configuration file contents
- ,error messages will be shown on the
+ <para>When you do any mapping operations, the Smooks tools validates the file content with "Mapping Logic", If there is any errors of the configuration file content
+ , error messages are shown on the
<link linkend="quickstart_formeditor">"Error
message area"</link>
.
@@ -104,36 +104,35 @@
</section>
<section id="graphicalpage_propertiesview">
<title>Properties Viewer</title>
- <para> You can edit the properties of the "connection lines" with the properties viewer.
+ <para> You can edit the properties of the "connection lines" with the properties viewer.
</para>
- <para> Select the menu: "Window -> Show View -> Other -> Properties", the properties viewer will be opened.
+ <para> Select the menu: "Window -> Show View -> Other -> Properties", the properties viewer is opened.
</para>
<para>
When you select on the connection lines, the properties viewer
- will show a sets of section GUI for editing the properties of the
+ will show a set of section GUI for editing the properties of the
connection line.
</para>
<tip>
- <title>Note</title>
+ <title>Tip</title>
<para>
- These GUI on the properties viewer will be displayed when the
+ This GUI on the properties viewer is displayed when the
"Smooks
- Graphical Page" was active,if not the properties viewer will
- display empty GUI.
+ Graphical Page" is active, if not, the properties viewer
+ displays empty GUI.
</para>
<para>
- If the source data type of the selected connection line was
- "XML",The properties viewer will show a "XML Properties" section
+ If the source data type of the selected connection line is
+ "XML", The properties viewer shows a "XML Properties" section
GUI.
</para>
<para>
- But the source data type of the selected connection line was
- "Java",
- the "XML Properties" section GUI doesn't display.
+ But if the source data type of the selected connection line is
+ "Java", the "XML Properties" section GUI isn't 'displayed.
</para>
<para>
It means that if the source/target data type of the selected
- connection line was different, the properties viewer will show
+ connection line is different, the properties viewer shows
different GUI.
</para>
</tip>
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml 2008-12-18 17:31:34 UTC (rev 12693)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml 2008-12-18 17:52:13 UTC (rev 12694)
@@ -11,7 +11,7 @@
<title>Smooks Source Editor Page</title>
<section>
<title>XML Source Editor</title>
- <para> User can use this editor to edit the Smooks configuration file directly.
+ <para>You can use this editor to edit the Smooks configuration file directly.
</para>
<figure>
<title>Graphical Editor</title>
@@ -25,7 +25,7 @@
</section>
<section>
<title>Error Messages GUI</title>
- <para> If the Smooks tools can't understand the configuration file or the configuration file was illegal(XML structure isn't right for Smooks configuration file, etc.),The error message panel will display above the XML editor.
+ <para>If the Smooks tools can't understand the configuration file or the configuration file is illegal (XML structure isn't right for Smooks configuration file, etc.), The error message panel will be displayed above the XML editor.
</para>
<figure>
<title>Graphical Editor</title>
@@ -36,16 +36,16 @@
</imageobject>
</mediaobject>
</figure>
- <tip>
- <title>Note</title>
+ <note>
+ <title>Tip</title>
<para>
- When the error message panel was displayed, other editors (
- Graphical Editor, Configuration Editor ) will be disabled.
+ When the error message panel is displayed, other editors (
+ Graphical Editor, Configuration Editor ) are disabled.
</para>
<para>
- User can't edit the configuration file with other editors until
- file was right.
+ You can't edit the configuration file with other editors until
+ file becomes valid.
</para>
- </tip>
+ </note>
</section>
</chapter>
\ No newline at end of file
17 years
JBoss Tools SVN: r12693 - documentation/trunk/movies/archiving.
by jbosstools-commits@lists.jboss.org
Author: msorokin
Date: 2008-12-18 12:31:34 -0500 (Thu, 18 Dec 2008)
New Revision: 12693
Added:
documentation/trunk/movies/archiving/archiving.wnk
Log:
https://jira.jboss.org/jira/browse/JBDS-428
a remade movie
Added: documentation/trunk/movies/archiving/archiving.wnk
===================================================================
(Binary files differ)
Property changes on: documentation/trunk/movies/archiving/archiving.wnk
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years
JBoss Tools SVN: r12691 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-18 12:02:22 -0500 (Thu, 18 Dec 2008)
New Revision: 12691
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-18 16:37:50 UTC (rev 12690)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-18 17:02:22 UTC (rev 12691)
@@ -281,7 +281,7 @@
</section>
- <section id="using_SOA" role="updated">
+ <section id="using_SOA">
<title>Using and Configuring SOA Platform</title>
<para>In this chapter you will know what is JBoss Enterprise SOA Platform and how you can configure it to use for your ESB projects. </para>
@@ -289,7 +289,7 @@
<para>JBoss Enterprise SOA Platform delivers a flexible, standards-based platform to integrate applications, SOA services, business events and automate business processes. The SOA Platform integrates specific versions of JBoss ESB, jBPM, Drools and the JBoss Enterprise Application Platform that are certified to work together in a single supported enterprise distribution.</para>
<para>Having configured JBoss Enterprise SOA Platform for your ESB project you don't need to install and configure ESB server and runtime as they are already included.</para>
- <para>Check here to find more details on the platform: <ulink url="http://www.jboss.com/products/platforms/soa">JBoss Enterprise SOA Platform</ulink> <ulink url="http://www.jboss.com/products/platforms/soa/components">JBoss Enterprise SOA Platform Component Details</ulink> JBoss Enterprise SOA Platform Component Details and here to view Answers to Frequently Asked Questions</para>
+ <para>Check here to find more details on the platform: <ulink url="http://www.jboss.com/products/platforms/soa">JBoss Enterprise SOA Platform</ulink> and <ulink url="http://www.jboss.com/products/platforms/soa/components">JBoss Enterprise SOA Platform Component Details</ulink>.</para>
<para>You can know what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
17 years