JBoss Tools SVN: r28183 - branches/jbosstools-3.2.0.CR1/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-12 23:38:33 -0500 (Wed, 12 Jan 2011)
New Revision: 28183
Modified:
branches/jbosstools-3.2.0.CR1/build/publish.sh
Log:
merge from trunk into branch (suppress */lib/*.jar in source zips)
Modified: branches/jbosstools-3.2.0.CR1/build/publish.sh
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/publish.sh 2011-01-13 04:19:47 UTC (rev 28182)
+++ branches/jbosstools-3.2.0.CR1/build/publish.sh 2011-01-13 04:38:33 UTC (rev 28183)
@@ -146,7 +146,7 @@
fi
zip ${STAGINGDIR}/all/${srczipname} -q -r * -x hudson_workspace\* -x documentation\* -x download.jboss.org\* -x requirements\* \
-x workingset\* -x labs\* -x build\* -x \*test\* -x \*target\* -x \*.class -x \*.svn\* -x \*classes\* -x \*bin\* -x \*.zip \
- -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\*
+ -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\* -x \*/lib/\*.jar
popd
z=${STAGINGDIR}/all/${srczipname}; for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
@@ -170,7 +170,7 @@
pushd ${STAGINGDIR}/all/sources
zip ${STAGINGDIR}/all/${SRCSNAME} -q -r * -x hudson_workspace\* -x documentation\* -x download.jboss.org\* -x requirements\* \
-x workingset\* -x labs\* -x build\* -x \*test\* -x \*target\* -x \*.class -x \*.svn\* -x \*classes\* -x \*bin\* -x \*.zip \
- -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\*
+ -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\* -x \*/lib/\*.jar
popd
rm -fr ${STAGINGDIR}/all/sources
15 years, 3 months
JBoss Tools SVN: r28182 - trunk/documentation/guides/GettingStartedGuide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 23:19:47 -0500 (Wed, 12 Jan 2011)
New Revision: 28182
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
trunk/documentation/guides/GettingStartedGuide/en-US/further_reading.xml
trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
General Updates
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="first_seam" xreflabel="first_seam">
+<chapter id="first_seam">
<?dbhtml filename="first_seam.html"?>
<chapterinfo>
<keywordset>
@@ -220,11 +220,11 @@
</mediaobject>
</figure>
- <tip>
+ <note>
<title>Tip:</title>
<para>If you want to name your web project "MyProject-war" note that the Test project name should not be "MyProject-war-test",
it should be "MyProject-test".</para>
- </tip>
+ </note>
<para>Click on <property>Finish</property> button. Now, there should be a new Seam project
called “workshop” listed in Package Explorer view.</para>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/further_reading.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/further_reading.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/further_reading.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="further_reading" xreflabel="further_reading">
+<chapter id="further_reading">
<?dbhtml filename="further_reading.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="getting_started" xreflabel="getting_started">
+<chapter id="getting_started">
<?dbhtml filename="getting_started.html"?>
<chapterinfo>
<keywordset>
@@ -343,13 +343,13 @@
</mediaobject>
</figure>
- <tip>
+ <note>
<title>Tip:</title>
<para>By selecting <emphasis>
<property>Default Java VM</property>
</emphasis> you set default Java VM of your system (to verify your Java environment, type
"java -version" in console).</para>
- </tip>
+ </note>
<para>Selecting <emphasis>
<property>Specific Java VM</property>
@@ -561,11 +561,11 @@
</itemizedlist>
<para>The current version of JBoss Tools (3.1.0.GA) targets at Eclipse 3.5.2 Galileo JEE Bundle which is available from <ulink url="http://www.eclipse.org/downloads/">eclipse.org</ulink>.</para>
- <tip>
+ <note>
<title>Tip:</title>
<para>We recommend you do not use Eclipse.org update site to go from old version of Eclipse to new one.
Instead we suggest that you download the full binary from <ulink url="http://www.eclipse.org/downloads/">here</ulink>.</para>
- </tip>
+ </note>
<para>If you can only use Eclipse 3.3 use <ulink url="http://www.jboss.org/tools/download.html">JBoss Tools 2.1.2</ulink>, but
JBoss Tools 2.x will not have any of the new features.</para>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="gsg_faq" xreflabel="gsg_faq" role="updated">
+<chapter id="gsg_faq" role="updated">
<?dbhtml filename="gsg_faq.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jsp_application" xreflabel="jsp_application">
+<chapter id="jsp_application">
<?dbhtml filename="jsp_application.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="manage" xreflabel="manage">
+<chapter id="manage">
<?dbhtml filename="manage.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="project_examples" xreflabel="project_examples" role="new">
+<chapter id="project_examples" role="new">
<?dbhtml filename="project_examples.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-01-13 04:05:11 UTC (rev 28181)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-01-13 04:19:47 UTC (rev 28182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="rad_jsf_application" xreflabel="rad_jsf_application">
+<chapter id="rad_jsf_application">
<?dbhtml filename="rad_jsf_application.html"?>
<chapterinfo>
<keywordset>
15 years, 3 months
JBoss Tools SVN: r28181 - trunk/smooks/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 23:05:11 -0500 (Wed, 12 Jan 2011)
New Revision: 28181
Modified:
trunk/smooks/docs/reference/en-US/references.xml
Log:
General Updates
Modified: trunk/smooks/docs/reference/en-US/references.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 03:59:23 UTC (rev 28180)
+++ trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 04:05:11 UTC (rev 28181)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="reference">
+<chapter id="references">
<?dbhtml filename="reference.html"?>
<chapterinfo>
<keywordset>
@@ -660,7 +660,7 @@
</section>
<section>
<title>Apply Template Wizard</title>
- <para>The <property>Apply Template Wizard</property> helps you to add a new <property>Apply Template Task</property> to the Smooks configuration file. You can call it from the popup menu when the <property>Java Mapping</property> item in the Processing Task section is selected by following <menuchoice><guimenuitem>Add Task</guimenuitem><guimenuitem>Apply Template/guimenuitem></menuchoice> (see <xref linkend="apply_templ"/> picture).</para>
+ <para>The <property>Apply Template Wizard</property> helps you to add a new <property>Apply Template Task</property> to the Smooks configuration file. You can call it from the popup menu when the <property>Java Mapping</property> item in the Processing Task section is selected by following <menuchoice><guimenuitem>Add Task</guimenuitem><guimenuitem>Apply Template</guimenuitem></menuchoice> (see <xref linkend="apply_templ"/> picture).</para>
<para>The wizard consists of several pages:</para>
<orderedlist>
15 years, 3 months
JBoss Tools SVN: r28180 - trunk/smooks/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 22:59:23 -0500 (Wed, 12 Jan 2011)
New Revision: 28180
Modified:
trunk/smooks/docs/reference/en-US/summary.xml
Log:
General Updates
Modified: trunk/smooks/docs/reference/en-US/summary.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/summary.xml 2011-01-13 03:58:42 UTC (rev 28179)
+++ trunk/smooks/docs/reference/en-US/summary.xml 2011-01-13 03:59:23 UTC (rev 28180)
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter>
- <?dbhtml filename="summary.html"?>
- <title>Summary</title>
- <para>In conclusion, with this document you know all the capabilities of Smooks Tools and could easily start with them.
- The chapters above walked you through the steps on how to create and configure some XML to JAVA mapping project.
- If you have questions or suggestions concerned both the documentation and tools behavior,
- you are welcome to JBoss Tools Users forum.
- Please, use Jira to report bugs and requests on documentation.</para>
-
- <section>
- <title>Other relevant resources on the topic</title>
- <para>All JBoss Developer Studio/JBoss Tools release documentation you can find at
- <ulink url="http://docs.jboss.org/tools">http://docs.jboss.org/tools</ulink> in the corresponding release directory.
- </para>
- <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs">http://download.jboss.org/jbosstools/nightly-docs</ulink>. </para>
-<para>
- For more information about Smooks technology please visit
- <ulink url="http://www.smooks.org/mediawiki/index.php?title=Main_Page">
- Smooks Technology Home Page</ulink>
-</para>
- <para>You can find a set of screencasts on Smooks tools technology <ulink url="http://community.jboss.org/wiki/JBossTools-SmooksEditor">here</ulink>.</para>
- </section>
+ <?dbhtml filename="summary.html"?>
+ <title>Summary</title>
+ <para>The document summarizes the capabilities of Smooks Tools, and provides some instructions on how to use them. The chapters above also walked you through the steps on creating and configuring a XML to JAVA mapping project. If you have questions or suggestions concerned both the documentation and tools behavior, you are welcome to JBoss Tools Users forum. Please, use Jira to report bugs and requests on documentation.</para>
+
+ <section>
+ <title>Other relevant resources on the topic</title>
+ <para>All JBoss Developer Studio/JBoss Tools release documentation can be found at <ulink url="http://docs.jboss.org/tools">http://docs.jboss.org/tools</ulink> in the corresponding release directory.
+ </para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs">http://download.jboss.org/jbosstools/nightly-docs</ulink>. </para>
+ <para>
+ For more information about Smooks technology please visit the <ulink url="http://www.smooks.org/mediawiki/index.php?title=Main_Page">Smooks Technology Home Page</ulink>
+ </para>
+ <para>You can find a collection of screencasts covering the Smooks tools technology <ulink url="http://community.jboss.org/wiki/JBossTools-SmooksEditor">here</ulink>.</para>
+ </section>
</chapter>
15 years, 3 months
JBoss Tools SVN: r28179 - trunk/drools.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-12 22:58:42 -0500 (Wed, 12 Jan 2011)
New Revision: 28179
Modified:
trunk/drools/.gitignore
Log:
gitignore
Modified: trunk/drools/.gitignore
===================================================================
--- trunk/drools/.gitignore 2011-01-13 03:22:57 UTC (rev 28178)
+++ trunk/drools/.gitignore 2011-01-13 03:58:42 UTC (rev 28179)
@@ -1 +1,3 @@
drools-5.2.0-SNAPSHOT-eclipse-all.zip
+m2-repository
+sources
15 years, 3 months
JBoss Tools SVN: r28178 - trunk/smooks/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 22:22:57 -0500 (Wed, 12 Jan 2011)
New Revision: 28178
Modified:
trunk/smooks/docs/reference/en-US/references.xml
Log:
General Updates
Modified: trunk/smooks/docs/reference/en-US/references.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 03:13:00 UTC (rev 28177)
+++ trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 03:22:57 UTC (rev 28178)
@@ -596,8 +596,7 @@
<section>
<title>Decode Configuration</title>
<para>Smooks tools support decode parameter configuration through the Decode tab in <emphasis> <property>Properties View</property></emphasis> activated by clicking the connection between input model and bean items. </para>
- <para>On the picture below you can see an example of decode configurations
- for mapping some <property>Input Model</property> Item to <property>Date</property> format:</para>
+ <para>On the picture below you can see an example of decode configurations for mapping an <property>Input Model</property> Item to a <property>Date</property> format:</para>
<figure>
<title>Decode Configuration tab in Properties View</title>
<mediaobject>
@@ -629,26 +628,19 @@
<row>
<entry>Decoder Parameters</entry>
- <entry>For most of decoders <emphasis><property>Decoder Parametres table</property></emphasis> is empty.
- But some of the decoders require additional configuration
- (like Date decoder on the picture above),so you should configure them
- by editing the corresponding line in the <property>Value</property> row.
- For example for Date Decoder:
+ <entry>For most of decoders the <emphasis><property>Decoder Parameters table</property></emphasis> is empty. But some of the decoders require additional configuration
+ (like Date decoder on the picture above), so you should configure them by editing the corresponding line in the <property>Value</property> row. For example, for the Date Decoder:
<itemizedlist>
<listitem><para><property>format</property> - Date format string.</para></listitem>
- <listitem><para><property>locale country</property> - ISO Country Code.
- Upper case two-letter code defined by ISO-3166. </para></listitem>
- <listitem><para><property>locale language</property> - ISO Language Code.
- Lower case two-letter code defined by ISO-639. </para></listitem>
+ <listitem><para><property>locale country</property> - ISO Country Code. Upper case two-letter code defined by ISO-3166. </para></listitem>
+ <listitem><para><property>locale language</property> - ISO Language Code. Lower case two-letter code defined by ISO-639. </para></listitem>
</itemizedlist>
</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>The <property>Decoder Parameters</property> section for <property>EnumDecoder</property>
- quite differs from other types of decoders.
- See the picture below:</para>
+ <para>The <property>Decoder Parameters</property> section for <property>EnumDecoder</property> quite differs from other types of decoders. See the picture below:</para>
<figure>
<title>EnumDecoder in Properties View</title>
<mediaobject>
@@ -659,25 +651,16 @@
</figure>
<para>The Decoder Parameters section for EnumDecoder in Properties View consists of 2 rows:</para>
<itemizedlist>
- <listitem><para><property>From Data Value</property> - The lines in this row are editable.
- You can change them according to the names of enum types you used in input file.
+ <listitem><para><property>From Data Value</property> - The lines in this row are editable. You can change them according to the names of enum types you used in input file.
</para></listitem>
- <listitem><para><property>To Enum Value</property> - The lines in this row are not editable.
- Here a set of all constants declared in mapped Enum type is listed.
- The user is responsible for correspondence between the values in these two rows. </para></listitem>
+ <listitem><para><property>To Enum Value</property> - The lines in this row are not editable. Here a set of all constants declared in mapped Enum type is listed. The user is responsible for correspondence between the values in these two rows. </para></listitem>
</itemizedlist>
- <para>For more information about different decoder parametres read <ulink url="http://www.smooks.org/mediawiki/index.php?title=Main_Page">
- Smooks Technology Documentation</ulink>.</para>
+ <para>For more information about different decoder parameters read the <ulink url="http://www.smooks.org/mediawiki/index.php?title=Main_Page">Smooks Technology Documentation</ulink>.</para>
</section>
<section>
<title>Apply Template Wizard</title>
- <para>The <property>Apply Template Wizard</property>
- helps you to add a new <property>Apply Template Task</property> to
- Smooks configuration file.
- You can call it from the popup menu when <property>Java Mapping</property> item in Processing
- Task section is selected by following <emphasis>Add Task > Apply Template</emphasis>
- (see <xref linkend="apply_templ"/> picture).</para>
+ <para>The <property>Apply Template Wizard</property> helps you to add a new <property>Apply Template Task</property> to the Smooks configuration file. You can call it from the popup menu when the <property>Java Mapping</property> item in the Processing Task section is selected by following <menuchoice><guimenuitem>Add Task</guimenuitem><guimenuitem>Apply Template/guimenuitem></menuchoice> (see <xref linkend="apply_templ"/> picture).</para>
<para>The wizard consists of several pages:</para>
<orderedlist>
@@ -697,8 +680,7 @@
</listitem>
<listitem><para>The second page is specific for each of the output message formats:</para>
<itemizedlist>
- <listitem><para>If the <property>CSV</property> output message type was selected at
- the previous step the second wizard page will be the following :</para>
+ <listitem><para>If the <property>CSV</property> output message type was selected in the previous step the second wizard page will be the following :</para>
<figure>
<title>CSV:The second page of Apply Template Wizard</title>
<mediaobject>
@@ -743,7 +725,7 @@
<row>
<entry>Output Field name</entry>
- <entry>Click the checkbox if you want the output csv message also include field names.</entry>
+ <entry>Click the checkbox if you want the output CSV message to also include field names.</entry>
<entry></entry>
</row>
@@ -752,9 +734,7 @@
</table>
</listitem>
<listitem>
- <para>The following second wizard page will appear
- if <property>XML</property> output message type was selected at
- the previous step:</para>
+ <para>The following second wizard page will appear if the <property>XML</property> output message type was selected in the previous step:</para>
<figure>
<title>Apply Template Wizard. Second Page Options if XML output format is selected.</title>
<mediaobject>
@@ -763,10 +743,8 @@
</imageobject>
</mediaobject>
</figure>
- <para>Here you should firstly select XSD or Sample XML format of output template and then
- click <property>Browse File System</property>
- or <property>Browse Workspace</property> button depending on what
- browse type you want to use.For example, if you click <property>Browse Workspace</property>
+ <para>Here you should first select the XSD or Sample XML output template format and then click the <property>Browse File System</property>
+ or the <property>Browse Workspace</property> button depending on what browse type you want to use. For example, if you click <property>Browse Workspace</property>
the following view will appear:
</para>
<figure>
@@ -777,10 +755,9 @@
</imageobject>
</mediaobject>
</figure>
- <para>In the workspace you should select the template you
- want to use and click <property>Ok</property>.
+ <para>In the workspace you should select the template you want to use and click the <guibutton>OK</guibutton> button.
</para>
- <para>If you selected XSD format after adjusting the template path you should click Load button:
+ <para>If you selected XSD format after adjusting the template path you should click the <guibutton>Load</guibutton> button:
</para>
<figure>
<title>Load Button</title>
@@ -790,8 +767,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>After that it is necessary to select in the <property>Select Root Element
- </property> the root node for the template and click <property>Finish</property>.</para>
+ <para>After that it is necessary to select the root node for the template in the <property>Select Root Element</property>. Then click the <guibutton>Finish</guibutton> button.</para>
<figure>
<title>Load Button</title>
<mediaobject>
@@ -800,9 +776,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>If you have chosen Sample XML option after selecting
- the template xml file destination you should only
- click <property>Finish</property>:
+ <para>If you have chosen Sample XML option after selecting the template XML file destination you should only click the <guibutton>Finish</guibutton> button:
</para>
<figure>
<title>Load Button</title>
15 years, 3 months
JBoss Tools SVN: r28177 - trunk/smooks/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 22:13:00 -0500 (Wed, 12 Jan 2011)
New Revision: 28177
Modified:
trunk/smooks/docs/reference/en-US/references.xml
Log:
General Updates
Modified: trunk/smooks/docs/reference/en-US/references.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 03:02:11 UTC (rev 28176)
+++ trunk/smooks/docs/reference/en-US/references.xml 2011-01-13 03:13:00 UTC (rev 28177)
@@ -9,12 +9,10 @@
</keywordset>
</chapterinfo>
<title>Reference</title>
- <para>This chapter includes detailed reference information about all tabs of the Smooks Configuration Editor.</para>
+ <para>This chapter includes detailed reference information on all tabs in the Smooks Configuration Editor.</para>
<section id="process_tab">
<title>Process tab</title>
- <para>The Process tab of the Smooks Configuration Editor helps to configure different types of transformations.
- By default smooks configuration file is opened in this editor.If you have another default settings for editor opening
- you should left click smooks configuration file and select:<emphasis>Open With->Smooks Configuration Editor</emphasis>.</para>
+ <para>The Process tab of the Smooks Configuration Editor provides a way to configure different types of transformations. By default the smooks configuration file is opened in this editor. If you have set another editor to open the file by default, you should right click on the smooks configuration file and select <menuchoice><guimenuitem>Open With</guimenuitem><guimenuitem>Smooks Configuration Editor</guimenuitem></menuchoice>.</para>
<para>The Process tab has two sections:</para>
<itemizedlist>
<listitem><para><xref linkend="processing_task_section"/></para></listitem>
@@ -31,8 +29,7 @@
</figure>
<section id="processing_task_section">
<title>Processing Task section</title>
- <para>Using the popup menu in the Processing Task section you
- can select which types of technologies(templating or mapping ones) you will use for transofmation: </para>
+ <para>Using the popup menu in the Processing Task section you can select which types of technologies (templating or mapping ones) you will use for transformation: </para>
<para>The descriptions of the popup menu options are in the following table.</para>
<table>
<title>Process Tab. Processing Task section.</title>
@@ -51,11 +48,9 @@
<tbody>
<row>
<entry>Add Task</entry>
- <entry>Select one of the following tasks according to the necessary type of Source and Result types of the files:
+ <entry>Select one of the following tasks according to the required Source and Result file types:
<itemizedlist>
- <listitem><para><emphasis>Input</emphasis> - this task is required and
- appears automatically when Smooks config file is created.
- You should just configure it properly.</para></listitem>
+ <listitem><para><emphasis>Input</emphasis> - this task is required and appears automatically when Smooks config file is created. You should just configure it properly.</para></listitem>
<listitem><para><emphasis>Java Mapping</emphasis></para></listitem>
<listitem><para><emphasis>Apply Template</emphasis></para></listitem>
</itemizedlist>
@@ -65,8 +60,7 @@
<row>
<entry>Delete</entry>
- <entry>Click this option if you want to delete some task from the section.
- Note:you can't delete input task because it's required.</entry>
+ <entry>Click this option if you want to delete some task from the section. Note:you can't delete input task because it's required.</entry>
<entry></entry>
</row>
@@ -100,13 +94,10 @@
</section>
<section id="selected_task_details">
<title>Selected Task Details Section</title>
- <para>The options of this section depends on the selected task in the Processing Task section.
- Because there are 3 types of tasks there are 3 different sets of its options in the Selected Task Details Section.
- They will be described one by one. </para>
+ <para>The options available in this section depends on the selected task in the Processing Task section. Because there are 3 types of tasks there are 3 different sets of its options in the Selected Task Details Section. They will be described one by one. </para>
<section>
<title>Selected Task Details Section for Input Task.</title>
- <para>On the picture below you can find an example of Selected Task Details Section view
- if XML is selected as input type.</para>
+ <para>On the picture below you can find an example of the Selected Task Details Section view if XML is selected as input type.</para>
<figure>
<title>Selected Task Details Section for Input XML Task.</title>
@@ -116,8 +107,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>As you can see on the picture above Input Configuration section is empty for XML input file.
- But this section has special configuration options for CSV,EDI,JSON,Custom input files.</para>
+ <para>As you can see on the picture above the Input Configuration section is empty for XML input file. However, this section has special configuration options for CSV,EDI,JSON,Custom input files.</para>
<para>Here are the screens of these configuration options:</para>
<itemizedlist>
@@ -180,7 +170,7 @@
<row>
<entry>Input type</entry>
<entry>Select your type of input file.
- If don't find your type in the list,you should use Custom type:
+ If you don't find your type in the list, you should use Custom type:
<itemizedlist>
<listitem><para>No Input</para></listitem>
<listitem><para>XML</para></listitem>
@@ -214,10 +204,7 @@
</para></listitem>
<listitem><para><emphasis>Record Name</emphasis> - Name of csv record element.</para></listitem>
<listitem><para><emphasis>Root Name</emphasis> - Name of csv root element.</para></listitem>
- <listitem><para><emphasis>indent</emphasis> - Add indentation character data to
- the generated event stream. This simply makes
- the generated event stream easier to read in its serialized form. Useful for
- testing etc.
+ <listitem><para><emphasis>indent</emphasis> - Add indentation character data to the generated event stream. This simply makes the generated event stream easier to read in its serialized form. Useful for testing etc.
</para></listitem>
<listitem><para><emphasis>Skip Lines</emphasis> - Number of lines to skip before processing starts.
</para></listitem>
@@ -225,17 +212,11 @@
</listitem>
<listitem><para><emphasis>EDI</emphasis></para>
<itemizedlist>
- <listitem><para><emphasis>Target Profile</emphasis> - Defines the output
- transformation profile
+ <listitem><para><emphasis>Target Profile</emphasis> - Defines the output transformation profile
</para></listitem>
<listitem><para><emphasis>Encoding</emphasis> - The character encoding.</para></listitem>
- <listitem><para><emphasis>Mapping Model</emphasis> - Defines the EDI Mapping Model
- configuration for processing the
- EDI message stream to a stream of SAX events that can be processed by Smooks.</para></listitem>
- <listitem><para><emphasis>Validate</emphasis> - This attribute turns on/off datatype validation in the EDI Parser.
- Validation is on by default.
- It makes sense to turn datatype validation off on the EDI Reader
- if the EDI data is being bound into a Java Object model.
+ <listitem><para><emphasis>Mapping Model</emphasis> - Defines the EDI Mapping Model configuration for processing the EDI message stream to a stream of SAX events that can be processed by Smooks.</para></listitem>
+ <listitem><para><emphasis>Validate</emphasis> - This attribute turns on/off datatype validation in the EDI Parser. Validation is on by default. It makes sense to turn datatype validation off on the EDI Reader if the EDI data is being bound into a Java Object model.
</para></listitem>
</itemizedlist>
</listitem>
@@ -244,26 +225,19 @@
<listitem><para><emphasis>Target Profile</emphasis> - Defines the output transformation profile</para></listitem>
<listitem><para><emphasis>Array Element Name</emphasis> - The element name of an array element.
</para></listitem>
- <listitem><para><emphasis>Encoding</emphasis> - encoding: The default encoding of any JSON message
- InputStream processed by this Reader.</para></listitem>
- <listitem><para><emphasis>Illegal Element Name Char Replacement</emphasis> - If illegal characters are encountered in a JSON element name then they are replaced with this value.
- By default this is not defined, so that the reader doesn't doesn't search for illegal characters.
+ <listitem><para><emphasis>Encoding</emphasis> - encoding: The default encoding of any JSON message InputStream processed by this Reader.</para></listitem>
+ <listitem><para><emphasis>Illegal Element Name Char Replacement</emphasis> - If illegal characters are encountered in a JSON element name then they are replaced with this value. By default this is not defined, so that the reader doesn't doesn't search for illegal characters.
</para></listitem>
- <listitem><para><emphasis>Indent</emphasis> - Add indentation character data to the generated event stream. This simply makes
- the generated event stream easier to read in its serialized form. Useful for
- testing etc.
+ <listitem><para><emphasis>Indent</emphasis> - Add indentation character data to the generated event stream. This simply makes the generated event stream easier to read in its serialized form. Useful for testing etc.
</para></listitem>
- <listitem><para><emphasis>Key Prefix on Numeric</emphasis> - The prefix character to add if the JSON node name starts with a number.
- By default this is not defined, so that the reader doesn't search for element names that start with a number.
+ <listitem><para><emphasis>Key Prefix on Numeric</emphasis> - The prefix character to add if the JSON node name starts with a number. By default this is not defined, so that the reader doesn't search for element names that start with a number.
</para></listitem>
- <listitem><para><emphasis>Key Whitespace Replacement</emphasis> - The replacement character for whitespaces in a JSON map key.
- By default this not defined, so that the reader doesn't search for whitespaces.
+ <listitem><para><emphasis>Key Whitespace Replacement</emphasis> - The replacement character for whitespaces in a JSON map key. By default this not defined, so that the reader doesn't search for whitespaces.
</para></listitem>
<listitem><para><emphasis>Null Value Replacement</emphasis> - The replacement string for JSON NULL values.</para></listitem>
<listitem><para><emphasis>Root Name</emphasis> - The element name of the document root.
</para></listitem>
- <listitem><para><emphasis>Key Maps</emphasis> - Defines a JSON element name mapping
- The "from" key will be replaced with the "to" key or the contents of the element.
+ <listitem><para><emphasis>Key Maps</emphasis> - Defines a JSON element name mapping The "from" key will be replaced with the "to" key or the contents of the element.
</para></listitem>
</itemizedlist>
</listitem>
@@ -322,13 +296,12 @@
</row>
<row>
<entry>Input Data</entry>
- <entry>You should select a data file using <emphasis>Add</emphasis> and <emphasis>Delete</emphasis> buttons</entry>
+ <entry>You should select a data file using the <guibutton>Add</guibutton> and <guibutton>Delete</guibutton> buttons</entry>
<entry></entry>
</row>
<row>
<entry>Input Model View</entry>
- <entry>Using this view you can see the structure of your input file.If the file has been changed, to see the changes
- click <emphasis>Refresh</emphasis>link.</entry>
+ <entry>Using this view you can see the structure of your input file.If the file has been changed, to see the changes click the <emphasis>Refresh</emphasis>link.</entry>
<entry></entry>
</row>
</tbody>
@@ -336,8 +309,7 @@
</table>
</section>
<section id="mapping_task"><title>Selected Task Details section for Java Mapping Task.</title>
- <para>Selected Task Details section for this task is presented by the graf,
- that lighten the process of java mapping. </para>
+ <para>Selected Task Details section for this task is presented by the graph, which eases the process of java mapping. </para>
<figure>
<title>Selected Task Details Section for Mapping Task.</title>
<mediaobject>
@@ -346,10 +318,8 @@
</imageobject>
</mediaobject>
</figure>
- <para>This graphical editor allows you to perform drag&drop operation with the nodes of transformed data to map the source data to target data.
- When you save the changes in the graphical editor the correct Smooks configuration file content will be generated. </para>
- <para>Using the popup menu in the <emphasis>Selected Task Details</emphasis> section you
- can manage the diagram elements on the canvas. </para>
+ <para>This graphical editor allows you to perform drag&drop operations with the nodes of transformed data to map the source data to target data. When you save the changes in the graphical editor the correct Smooks configuration file content will be generated. </para>
+ <para>Using the popup menu in the <emphasis>Selected Task Details</emphasis> section you can manage the diagram elements on the canvas. </para>
<para>The descriptions of the popup menu options are in the following table.</para>
<table id="popup">
<title>Popup menu. Selected Task Details section.</title>
@@ -370,37 +340,32 @@
<entry>Add</entry>
<entry>Select one of the following tasks:
<itemizedlist>
- <listitem><para><emphasis>Java Class</emphasis> - adds bean context item to the config file.
- This option is available when no elements are selected and a user right click the canvas.
+ <listitem><para><emphasis>Java Class</emphasis> - adds a bean context item to the config file. This option is available when no elements are selected and a user right clicks on the canvas.
</para></listitem>
- <listitem><para><emphasis>Expession Binding</emphasis> - adds expression based
- binding to selected java binding element.</para></listitem>
- <listitem><para><emphasis>Value Binding</emphasis> - adds Value binding (<jb:value>)
- to the selected java binding element.</para></listitem>
- <listitem><para><emphasis>Bean Binding</emphasis> - adds Wiring binding (<jb:wiring>)
- to the selected java binding element.</para></listitem>
+ <listitem><para><emphasis>Expession Binding</emphasis> - adds expression based binding to selected java binding element.</para></listitem>
+ <listitem><para><emphasis>Value Binding</emphasis> - adds Value binding (<jb:value>) to the selected java binding element.</para></listitem>
+ <listitem><para><emphasis>Bean Binding</emphasis> - adds Wiring binding (<jb:wiring>) to the selected java binding element.</para></listitem>
</itemizedlist>
</entry>
<entry></entry>
</row>
<row>
<entry>Undo</entry>
- <entry>By this option you can revert the changes made at the previous step.
+ <entry>This option allows you to revert any changes made in the previous step.
</entry>
<entry></entry>
</row>
<row>
<entry>Redo</entry>
- <entry>By this option you can redo the changes made at the previous step.
+ <entry>This option allows you to redo the changes made at the previous step.
</entry>
<entry></entry>
</row>
<row>
<entry>Delete</entry>
- <entry>This option is available only if you select some element on the canvas.
- Click this option if you want to delete the element from it.
+ <entry>This option is available only if you select an element on the canvas. Click this option if you want to delete the element from it.
</entry>
<entry></entry>
@@ -413,11 +378,8 @@
</row>
<row>
<entry>Properties</entry>
- <entry>Click this option if you want to add <emphasis>Properties view</emphasis>
- to the current perspective.
- The just opened <emphasis>Properties view</emphasis>
- will automatically reflect the properties of the selected
- diagram element.
+ <entry>Click this option if you want to add the <emphasis>Properties view</emphasis> to the current perspective. The <emphasis>Properties view</emphasis>
+ will automatically display the properties of the selected diagram element.
</entry>
<entry></entry>
</row>
@@ -450,8 +412,7 @@
</table>
</section>
<section><title>Selected Task Details section for Template Task.</title>
- <para>Selected Task Details section for this task is presented by the graf,
- that is similar to the <xref linkend="mapping_task"/>.
+ <para>Selected Task Details section for this task is presented by the graph, which is similar to what is described in the section <xref linkend="mapping_task"/>.
</para>
<figure>
<title>Selected Task Details Section for Template Task.</title>
@@ -468,7 +429,7 @@
</section>
<section id="options_tab">
<title>Options Tab</title>
- <para>This section describes Options tab of the Smooks Configuration File editor, gives short recommendations how this tab can be used during the project configuring.</para>
+ <para>This section describes Options tab of the Smooks Configuration File editor, and gives short recommendations how this tab can be used during the project configuring.</para>
<figure>
<title> Options tab of the Smooks Configuration File editor</title>
<mediaobject>
@@ -480,8 +441,7 @@
<section>
<title>Smooks Configuration section</title>
<para>
- In the <property>Smooks Configuration</property> section of <property>Options Tab</property>
- only one element is availible:Smooks Platform Version
+ The <property>Smooks Configuration</property> section in the <property>Options Tab</property> displays only the Smooks Platform Version value.
</para>
<figure>
<title>Smooks Configuration section of Options tab</title>
@@ -491,16 +451,14 @@
</imageobject>
</mediaobject>
</figure>
- <para>This parameter is not rechangable,
- and is set according to the vesion of the Smooks libraries that are added to the project.
+ <para>This value can not be modified, and is set according to the version of the Smooks libraries that are added to the project.
</para>
</section>
<section>
<title>Filter Settings Filter section</title>
<para>
- In Filter Settings section you can set
- the following global options responsible for Smooks filtering configuring:</para>
+ In Filter Settings section you can set the following global options responsible for the Smooks filtering configuration:</para>
<figure>
<title>Filter Settings section of Options tab</title>
<mediaobject>
@@ -509,7 +467,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>This behavior can be turned off using this global configuration parameter and can be overriden on a per fragment basis by targetting a Visitor implementation at that fragment that takes ownership of the Result writer (in the case of SAX filtering), or simply modifies the DOM (in the case of DOM filtering). As an example of this, see the FreeMarkerTemplateProcessor.
+ <para>This behavior can be turned off using this global configuration parameter and can be overridden on a per fragment basis by targeting a Visitor implementation at that fragment that takes ownership of the Result writer (in the case of SAX filtering), or simply modifies the DOM (in the case of DOM filtering). As an example of this, see the FreeMarkerTemplateProcessor.
</para>
<table>
<title>Options Tab. Filter Settings section.</title>
@@ -528,10 +486,7 @@
<tbody>
<row>
<entry>Stream Filter Type</entry>
- <entry>Determines the type of processing model that will be used.
- Please refer to <ulink url="http://www.smooks.org/mediawiki/index.php?title=V1.2:Smooks_v1.2_User_Gui...">
- Filtering Process Selection section</ulink>
- of the official Smooks User Guide for more information about these models:
+ <entry>Determines the type of processing model that will be used. Please refer to the <ulink url="http://www.smooks.org/mediawiki/index.php?title=V1.2:Smooks_v1.2_User_Gui..."> Filtering Process Selection section</ulink> of the official Smooks User Guide for more information about these models:
<itemizedlist>
<listitem><para><emphasis>SAX</emphasis></para></listitem>
<listitem><para><emphasis>DOM</emphasis></para></listitem>
@@ -542,10 +497,7 @@
<row>
<entry>Default Serialization is On</entry>
- <entry>Defines whether default serialization should be switched on.
- Default serialization being turned on leads to locating StreamResult/DOMResult
- to the Result objects provided to the Smooks.filterSource method and to
- serialization all the events to that Result.</entry>
+ <entry>Defines whether the default serialization should be switched on. Default serialization being enabled leads to locating StreamResult/DOMResult to the Result objects provided to the Smooks.filterSource method and to serialization all the events to that Result.</entry>
<entry>false</entry>
</row>
@@ -557,7 +509,7 @@
<section id="smooksformeditor_sourcetab">
<title>Source Tab</title>
- <para>This section provides information about Smooks Source Editor Page.</para>
+ <para>This section provides information about the Smooks Source Editor Page.</para>
<section>
<title>XML Source Editor</title>
<para>You can use this editor to edit the Smooks Configuration file directly. </para>
@@ -572,9 +524,7 @@
</section>
<section>
<title>Error underlining in Graphical Editor</title>
- <para>If the <property>Smooks tools</property> can't understand the configuration
- file or the configuration file is illegal (XML structure isn't right for Smooks
- Configuration file, etc.), the error is underlined.</para>
+ <para>If the <property>Smooks tools</property> can't understand the configuration file or the configuration file is illegal (e.g. XML structure isn't valid for a Smooks Configuration file), the error is underlined.</para>
<figure>
<title>Graphical Editor</title>
<mediaobject>
@@ -588,7 +538,9 @@
<section>
<title>Smooks Configuration File Validator</title>
- <para>Smooks configuration file validator will validate your Smooks configuration file. Just right-click on the file and then click on the <property>Validate</property> button. The validator can be enabled/disabled in <emphasis><property>Window -> Preferences -> Validation</property></emphasis>:</para>
+ <para>
+ The Smooks configuration file validator will validate your Smooks configuration file. Just right-click on the file and then click on the <guibutton>Validate</guibutton> button. The validator can be enabled/disabled by selecting <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem><guimenuitem>Validation</guimenuitem></menuchoice>, as you can see in the image below:
+ </para>
<figure>
<title>Validation: Smooks Configuration File Validator</title>
@@ -599,7 +551,7 @@
</mediaobject>
</figure>
- <para>You can set up your Smooks validator to include, exclude groups to validate and specify rules for validation. Just click on the <property>Settings</property> button and use the options provided:</para>
+ <para>You can set up your Smooks validator to include and exclude groups to validate, and specify rules for validation. Just click on the <guibutton>Settings</guibutton> button and use the options provided, which you can see in the image below:</para>
<figure>
<title>Smooks Configuration File Validator Settings</title>
@@ -609,22 +561,18 @@
</imageobject>
</mediaobject>
</figure>
- <para>For more details about Smooks editor, also see the movie, <ulink url="">"Overview of the Smooks Editor"</ulink>.</para>
</section>
</section>
<section>
<title>Properties View</title>
- <para><emphasis><property>Properties View</property></emphasis> is available for some
- elements on the canvas of Java Mapping and Apply Template Tasks,like:</para>
+ <para><emphasis><property>Properties View</property></emphasis> is available for some elements on the canvas of Java Mapping and Apply Template Tasks, like:</para>
<itemizedlist>
<listitem><para><emphasis><property>Java mapping</property></emphasis>:java class members,its fields,
links between input values and the class members;</para></listitem>
<listitem><para><emphasis><property>Apply Template</property></emphasis>:output template.</para></listitem>
</itemizedlist>
<para>To add <emphasis><property>Properties View</property></emphasis>
- to the opened perspective the user can either open <property>Window->Show View->Preferences</property>
- in the toolbar or right click the element which properties he wants to inspect and select <property>Properties</property>
- in the popup menu.On the picture below you can see how this view looks like when some csv template is selected.
+ to the opened perspective the user can either open <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Show View</guimenuitem><guimenuitem>Preferences</guimenuitem></menuchoice> in the toolbar or right click the element which properties he wants to inspect and select <property>Properties</property> in the popup menu. On the picture below you can see how this view looks like when some csv template is selected.
</para>
<figure>
<title>Properties View</title>
@@ -635,9 +583,7 @@
</mediaobject>
</figure>
<para>
- This view is fully syncronized with the canvas of <emphasis><property>Smooks Configuration Editor</property></emphasis>.
- This means that when you change selected element by click,the properties of a new element are immediatly displayed in it.
- Using <emphasis><property>Properties View</property></emphasis> you can edit all the properties of the selected item.
+ This view is fully synchronized with the canvas of the <emphasis><property>Smooks Configuration Editor</property></emphasis>. This means that when you change the selected element by clicking on it, the properties of a new element are immediately displayed in it. Using <emphasis><property>Properties View</property></emphasis> you can then edit all the properties of the selected item.
</para>
<figure>
<title>Synchronization between Properties View and the canvas</title>
@@ -649,9 +595,7 @@
</figure>
<section>
<title>Decode Configuration</title>
- <para>Smooks tools support decode parameter configuration through the Decode tab in <emphasis>
- <property>Properties View</property></emphasis>
- activated by clicking the connection between input model and bean items. </para>
+ <para>Smooks tools support decode parameter configuration through the Decode tab in <emphasis> <property>Properties View</property></emphasis> activated by clicking the connection between input model and bean items. </para>
<para>On the picture below you can see an example of decode configurations
for mapping some <property>Input Model</property> Item to <property>Date</property> format:</para>
<figure>
15 years, 3 months
JBoss Tools SVN: r28176 - trunk/drools.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-12 22:02:11 -0500 (Wed, 12 Jan 2011)
New Revision: 28176
Modified:
trunk/drools/build.sh
Log:
add linebreak
Modified: trunk/drools/build.sh
===================================================================
--- trunk/drools/build.sh 2011-01-13 03:01:47 UTC (rev 28175)
+++ trunk/drools/build.sh 2011-01-13 03:02:11 UTC (rev 28176)
@@ -51,6 +51,7 @@
<archiveSite>true</archiveSite>
</configuration>
</plugin>
+
</plugins>
</build>
</project>" >> ${WORKSPACE}/sources/drools/pom.xml
15 years, 3 months
JBoss Tools SVN: r28175 - trunk/drools.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-12 22:01:47 -0500 (Wed, 12 Jan 2011)
New Revision: 28175
Modified:
trunk/drools/build.sh
Log:
typo in pattern
Modified: trunk/drools/build.sh
===================================================================
--- trunk/drools/build.sh 2011-01-13 02:35:05 UTC (rev 28174)
+++ trunk/drools/build.sh 2011-01-13 03:01:47 UTC (rev 28175)
@@ -47,7 +47,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-packaging-plugin</artifactId>
<configuration>
- <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}</format>
+ <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}'</format>
<archiveSite>true</archiveSite>
</configuration>
</plugin>
15 years, 3 months
JBoss Tools SVN: r28174 - trunk/smooks/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-01-12 21:35:05 -0500 (Wed, 12 Jan 2011)
New Revision: 28174
Modified:
trunk/smooks/docs/reference/en-US/tasks.xml
Log:
General Updates
Modified: trunk/smooks/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/tasks.xml 2011-01-13 02:27:51 UTC (rev 28173)
+++ trunk/smooks/docs/reference/en-US/tasks.xml 2011-01-13 02:35:05 UTC (rev 28174)
@@ -88,9 +88,7 @@
<title>Java Mapping Task</title>
<para>
- If you decide to do Java Mapping, you need to make sure that your Input reader has been set up and you have some sample data specified.
- Then you should select <emphasis>Input Task</emphasis> in the Process tab and click the plus (+) sign to the right of the icon.
- Select <emphasis>Java Mapping</emphasis> from the popup menu and it will appear to the right, connected to <emphasis>Input Task</emphasis>. Then select <emphasis>Java Mapping</emphasis> task.
+ If you decide to do Java Mapping, you need to make sure that your Input reader has been set up and you have some sample data specified. Then you should select <emphasis>Input Task</emphasis> in the Process tab and click the plus (+) sign to the right of the icon. Select <emphasis>Java Mapping</emphasis> from the popup menu and it will appear to the right, connected to <emphasis>Input Task</emphasis>. Then select <emphasis>Java Mapping</emphasis> task.
</para>
<figure>
<title>Java Mapping configuration</title>
@@ -100,9 +98,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>Another method of adding <emphasis>Java Mapping</emphasis> element
- to the canvas in the Processing Tasks section is to right click Input Task
- element and select <emphasis>Java Mapping</emphasis> in the popup menu. </para>
+ <para>Another method of adding a <emphasis>Java Mapping</emphasis> element to the canvas in the Processing Tasks section is to right click on the Input Task element and select <emphasis>Java Mapping</emphasis> in the popup menu. </para>
<figure>
<title>Java Mapping configuration</title>
<mediaobject>
@@ -112,7 +108,7 @@
</mediaobject>
</figure>
<para>
- Right-click on the canvas in an empty space and select "Add ->Java Class".
+ Right-click on the canvas in an empty space and select <menuchoice><guimenuitem>Add</guimenuitem><guimenuitem>Java Class</guimenuitem></menuchoice>.
</para>
<figure>
<title>Java Mapping configuration</title>
@@ -123,14 +119,7 @@
</mediaobject>
</figure>
<para>
- <emphasis>Java Bean Creation</emphasis> wizard appears.
- Specify a unique identifier for the new class, the class path.
- If the Java class is specified, you'll see a list of the properties in the box below.
- Click <emphasis>Finish</emphasis> when you're done.
- Now with the input and output models on the canvas, you can click and drag
- from the various input elements to corresponding output elements.
- Make sure to connect collection elements to corresponding collection elements.
- Finally your mapping should look nearly like the one on the picture below.
+ This will display the <emphasis>Java Bean Creation</emphasis> wizard. Specify a unique identifier for the new class and the class path. If the Java class is specified, you'll see a list of the properties in the box below. Click the <guibutton>Finish</guibutton> button when you're done. Now, with the input and output models on the canvas, you can click and drag from the various input elements to corresponding output elements. Make sure to connect collection elements to corresponding collection elements. Finally your mapping should look something like the one on the picture below.
</para>
<figure>
<title>Final Mapping schema</title>
@@ -140,17 +129,14 @@
</imageobject>
</mediaobject>
</figure>
- <para>For details, also see the movie,
- <ulink url="http://www.screencast.com/users/tfennelly/folders/Camtasia/media/a6648ba3...">"XML to Java"</ulink>.
+ <para>The movie <ulink url="http://www.screencast.com/users/tfennelly/folders/Camtasia/media/a6648ba3...">"XML to Java"</ulink> has more information on this process.
</para>
- <para>If you are interested in transforming EDI to Java, please, follow the
- <ulink url="http://www.screencast.com/users/tfennelly/folders/Camtasia/media/a72704fb...">link</ulink>.</para>
+ <para>If you are interested in transforming EDI to Java you can find more information <ulink url="http://www.screencast.com/users/tfennelly/folders/Camtasia/media/a72704fb...">here</ulink>.</para>
</section>
<section>
<title>Apply Template Task</title>
- <para>The "Apply Template" task works very similarly to the <xref linkend="mapping"/>, where you map between an input model and an output model.
- Select the <emphasis>Java Mapping</emphasis> task you want to use as the input model in the Process Map pane and click the plus (+) sign to the right of the icon.
+ <para>The "Apply Template" task works very similarly to the section <xref linkend="mapping"/>, where you define a mapping between an input model and an output model. Select the <emphasis>Java Mapping</emphasis> task you want to use as the input model in the Process Map pane and click the plus (+) sign to the right of the icon.
</para>
<figure id="apply_templ">
<title>Apply Template configuration</title>
@@ -161,8 +147,7 @@
</mediaobject>
</figure>
<para>
- The <property>Message Type Selection</property> wizard will appear.
- In our example we will transfer our data to csv output format,so you should select <emphasis><property>CSV</property></emphasis> and click <property>Next</property>.</para>
+ This will display the <property>Message Type Selection</property> wizard. In our example we will transfer our data to csv output format, so you should select <emphasis><property>CSV</property></emphasis> and click the <guibutton>Next</guibutton> button.</para>
<figure>
<title>Message Type Selection</title>
<mediaobject>
@@ -172,7 +157,7 @@
</mediaobject>
</figure>
<para>
- On the next wizard page put the following string into the Fields,select <property>Output Fields Names</property> and click <property>Finish</property>.</para>
+ On the next wizard page put the following string into the Fields, select <property>Output Fields Names</property> and click the <property>Finish</property> button.</para>
<figure>
<title>CSV output message configuration</title>
<mediaobject>
@@ -182,15 +167,9 @@
</mediaobject>
</figure>
<para>
- After these steps <property>"Apply Template"</property>
- task will appear to the right, connected to the task you created it from.
- To continue the process of configuration you should click on it and find <emphasis>CSV Template</emphasis>
- item with entered fields on the canvas.Now you can click and drag from various
- input elements to corresponding output elements
- in the template. Make sure to connect collection elements to the c
- orresponding <emphasis>csv-record</emphasis>.
- In our example we transfer into CSV output only the elements
- of <property>orderItems</property> collection (see the picture below):
+ After these steps the <property>"Apply Template"</property> task will appear to the right, connected to the task you created it from. To continue the configuration processyou should click on it and find the <emphasis>CSV Template</emphasis> item with entered fields on the canvas. Now you can click and drag from various input elements to corresponding output elements
+ in the template. Make sure to connect collection elements to the corresponding <emphasis>csv-record</emphasis>. In our example output only the elements
+ of <property>orderItems</property> collection to the CSV format (see the picture below):
</para>
<figure>
<title>Relations between input and output models</title>
@@ -204,11 +183,7 @@
<section>
<title>Smooks Configuration testing using Smooks Run Configuration</title>
- <para>This option is intended to view the results of Smooks transforming procedure.
- To do the testing you should select your <emphasis>Smooks Configuration file</emphasis> you want to transfer in the Project Navigator or open it in
- the Smooks Configuration Editor and then select "Run As..." from the <emphasis><property>Run</property></emphasis>
- toolbar button
- or <emphasis><property>Run->Smooks Run Configuration</property></emphasis> option in the top menu bar. And Smooks Configuration file will be run automatically.
+ <para>This option is used to view the results of Smooks transforming procedure. To do the testing you should select your <emphasis>Smooks Configuration file</emphasis> you want to transfer in the Project Navigator or open it in the Smooks Configuration Editor and then select "Run As..." from the <emphasis><property>Run</property></emphasis> toolbar button or select the <emphasis><property>Run->Smooks Run Configuration</property></emphasis> option in the top menu bar. The Smooks Configuration file will then be run automatically.
</para>
<figure>
<title>Smooks Configuration testing</title>
@@ -218,9 +193,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>If any errors or warnings appear, they will pop up in a dialog.
- The output of the test will appear in the Console view.
- In our case the following streaming output will appear:</para>
+ <para>Any errors or warnings will appear in a pop up dialog. The output of the test will appear in the Console view. In our case the following streaming output will appear:</para>
<programlisting role="JAVA"><![CDATA[[Stream Templating Result ...]
|--
|"productId","quantity","price"
15 years, 3 months