From jbosstools-commits at lists.jboss.org Wed Mar 10 11:36:42 2010 Content-Type: multipart/mixed; boundary="===============6396317487200068930==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r20741 - in trunk/jbpm/docs/reference/en-US: images/guided_tour_jboss_jbpmgpd and 1 other directories. Date: Wed, 10 Mar 2010 11:36:42 -0500 Message-ID: <201003101636.o2AGagUN025041@svn01.web.mwc.hst.phx2.redhat.com> --===============6396317487200068930== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: abogachuk Date: 2010-03-10 11:36:41 -0500 (Wed, 10 Mar 2010) New Revision: 20741 Modified: trunk/jbpm/docs/reference/en-US/Introduction.xml trunk/jbpm/docs/reference/en-US/Test_Drive_Proc.xml trunk/jbpm/docs/reference/en-US/guided_tour_jboss_jbpmgpd.xml trunk/jbpm/docs/reference/en-US/images/guided_tour_jboss_jbpmgpd/guided_= tour_6.png trunk/jbpm/docs/reference/en-US/images/the_views/the_views_10.png Log: https://jira.jboss.org/jira/browse/JBDS-1136 -updated some screens and text= in the guide according to info reported by Jiri. All the issues were resol= ved Modified: trunk/jbpm/docs/reference/en-US/Introduction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jbpm/docs/reference/en-US/Introduction.xml 2010-03-10 16:29:30 UT= C (rev 20740) +++ trunk/jbpm/docs/reference/en-US/Introduction.xml 2010-03-10 16:36:41 UT= C (rev 20741) @@ -67,10 +67,10 @@ = - jBDL support + jPDL support Enables managing workflow processes as well as human tasks an= d interactions between - them. jBDL combines the best both Java and declarative process tech= niques. + them. jPDL combines the best both Java and declarative process tech= niques. = @@ -146,7 +146,7 @@ =
Other relevant resources on the topic - All JBoss Developer Studio/JBoss Tools release documentation you c= an find athttp://docs.jboss.org= /tools in the corresponding release directory. + All JBoss Developer Studio/JBoss Tools release documentation you c= an find athttp://docs.jboss.org= /tools in the corresponding release directory. There is some extra information on JBoss Wiki. The latest documentation builds are available at http://download.jboss.org/= jbosstools/nightly-docs.
Modified: trunk/jbpm/docs/reference/en-US/Test_Drive_Proc.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jbpm/docs/reference/en-US/Test_Drive_Proc.xml 2010-03-10 16:29:30= UTC (rev 20740) +++ trunk/jbpm/docs/reference/en-US/Test_Drive_Proc.xml 2010-03-10 16:36:41= UTC (rev 20741) @@ -87,13 +87,13 @@ = - By default JUnite 3 version of testing framework is selected. Of= course, you can choose + By default JUnit 3 version of testing framework is selected. Of = course, you can choose new advanced JUnit 4 version. In this case you'll be prompted= to add new JUnit Library to your build path. To add it automatically just click on = the appropriate link. In the Class under test section you can specify the class to test. - + In this guide we will use JUnit 3 version.
A First Test Scenario = Modified: trunk/jbpm/docs/reference/en-US/guided_tour_jboss_jbpmgpd.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jbpm/docs/reference/en-US/guided_tour_jboss_jbpmgpd.xml 2010-03-1= 0 16:29:30 UTC (rev 20740) +++ trunk/jbpm/docs/reference/en-US/guided_tour_jboss_jbpmgpd.xml 2010-03-1= 0 16:36:41 UTC (rev 20741) @@ -147,15 +147,19 @@ creating a folder with the name of the process definition and populatin= g this folder with two .xml files : gpd.xml - and - processdefinition.xml. + , + processdefinition.xml and a .jpg file= : + processimage.jpg. The gpd.xml contains the graphical information used by the process defi= nition editor. The processdefinition.xml - file contains the actual process definition info without th= e graphical - rendering info. At present, the GPD assumes that these two files are si= blings. More + file contains the actual process definition info. + The graphical view of the process is automatically saved in + processimage.jpg = + file. + At present, the GPD assumes that these three files are siblings. More sophisticated configuration will be supported later. =
@@ -164,7 +168,7 @@ Now we are ready to create a very simple process definition consi= sting of a begin state, an intermediate state and an end state. To make the configuration of actions much easier it's better= to use the - jPDL perspective. It provides the tabbed Properties Editor which allow= s to configure + >"jBPM jPDL 3" perspective. = It provides the tabbed Properties Editor which allows to configure all the relevant properties of the current selected item. =
Modified: trunk/jbpm/docs/reference/en-US/images/guided_tour_jboss_jbpmgpd/= guided_tour_6.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Modified: trunk/jbpm/docs/reference/en-US/images/the_views/the_views_10.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) --===============6396317487200068930==--