Bernd Ruecker | 2 Oct 2007 12:26
Favicon

[jbpm-cvs] jbpm.3/build ...

  User: bruecker
  Date: 07/10/02 06:26:49

  Modified:    build    build.xml build.properties
  Log:
  added DESMOJ library required for simulation

  Revision  Changes    Path
  1.61      +4 -0      jbpm.3/build/build.xml

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/build/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- build.xml	30 Aug 2007 07:11:54 -0000	1.60
  +++ build.xml	2 Oct 2007 10:26:49 -0000	1.61
   <at>  <at>  -320,6 +320,10  <at>  <at> 
       <mkdir dir="${local.repository}/jbpm/clover" />
       <get src="${remote.repository}/jbpm/clover/clover.jar"
dest="${local.repository}/jbpm/clover/clover.jar" usetimestamp="true" ignoreerrors="true" />
       <get src="${remote.repository}/jbpm/clover/clover.license"
dest="${local.repository}/jbpm/clover/clover.license" usetimestamp="true"
ignoreerrors="true" />
  +
  +    <!-- Desmo-J is used for discrete event simulation -->
  +    <mkdir dir="${local.repository}/${lib.desmoj.dir}" />
(Continue reading)

Bernd Ruecker | 2 Oct 2007 12:28
Favicon

[jbpm-cvs] jbpm.3 ...

  User: bruecker
  Date: 07/10/02 06:28:16

  Modified:    jbpm.3   .classpath
  Log:
  added DESMOJ library, required for simulation, to classpath. Added simulation-src paths

  Revision  Changes    Path
  1.86      +2 -0      jbpm.3/.classpath

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/.classpath,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -b -r1.85 -r1.86
  --- .classpath	6 Sep 2007 08:33:31 -0000	1.85
  +++ .classpath	2 Oct 2007 10:28:16 -0000	1.86
   <at>  <at>  -2,6 +2,7  <at>  <at> 
   <classpath>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="src" output="jpdl/jar/target/classes" path="jpdl/jar/src/main/java"/>
  +	<classpathentry kind="src" path="jpdl/simulation/src/main/java"/>
   	<classpathentry kind="src" path="jbpm4jsf/src/main/java"/>
   	<classpathentry kind="src" path="jpdl/examples/websale/src/main/java"/>
   	<classpathentry kind="src" path="bpel/library/src/main/java"/>
   <at>  <at>  -60,5 +61,6  <at>  <at> 
   	<classpathentry kind="var" path="JBPM_REPO/jbossas/core-libs/4.0.4.GA/lib/jboss-saaj.jar"/>
(Continue reading)

Tom Baeyens | 3 Oct 2007 09:57

[jbpm-cvs] jbpm.3/.settings ...

  User: tbaeyens
  Date: 07/10/03 03:57:35

  Added:       .settings   org.eclipse.jdt.ui.prefs
                        org.eclipse.jdt.core.prefs
  Log:
  fixed build path problems for eclipse development

  Revision  Changes    Path
  1.6       +3 -2      jbpm.3/.settings/org.eclipse.jdt.ui.prefs

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: org.eclipse.jdt.ui.prefs
  ===================================================================
  RCS file: org.eclipse.jdt.ui.prefs
  diff -N org.eclipse.jdt.ui.prefs
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ org.eclipse.jdt.ui.prefs	3 Oct 2007 07:57:35 -0000	1.6
   <at>  <at>  -0,0 +1,4  <at>  <at> 
  +#Wed Oct 03 09:54:28 CEST 2007
  +eclipse.preferences.version=1
  +internal.default.compliance=default
  +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>

  

  1.6       +5 -5      jbpm.3/.settings/org.eclipse.jdt.core.prefs

  (In the diff below, changes in quantity of whitespace are not shown.)
(Continue reading)

Tom Baeyens | 3 Oct 2007 09:57

[jbpm-cvs] jbpm.3/build ...

  User: tbaeyens
  Date: 07/10/03 03:57:35

  Modified:    build    base.project.build.xml
  Log:
  fixed build path problems for eclipse development

  Revision  Changes    Path
  1.41      +2 -0      jbpm.3/build/base.project.build.xml

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: base.project.build.xml
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/build/base.project.build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- base.project.build.xml	11 Sep 2007 15:11:21 -0000	1.40
  +++ base.project.build.xml	3 Oct 2007 07:57:35 -0000	1.41
   <at>  <at>  -169,6 +169,7  <at>  <at> 
           <available file="${lib.commons.httpclient.local}"/>
           <available file="${lib.commons.lang.local}"/>
           <available file="${lib.commons.logging.local}"/>
  +        <available file="${lib.desmoj.local}"/>
           <available file="${lib.dom4j.local}"/>
           <available file="${lib.dumbster.local}"/>
           <available file="${lib.el.api.local}"/>
   <at>  <at>  -323,6 +324,7  <at>  <at> 
           <include name="${lib.commons.collections.path}" />
(Continue reading)

Tom Baeyens | 3 Oct 2007 09:57

[jbpm-cvs] jbpm.3 ...

  User: tbaeyens
  Date: 07/10/03 03:57:35

  Modified:    jbpm.3   .classpath
  Log:
  fixed build path problems for eclipse development

  Revision  Changes    Path
  1.87      +0 -1      jbpm.3/.classpath

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/.classpath,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -b -r1.86 -r1.87
  --- .classpath	2 Oct 2007 10:28:16 -0000	1.86
  +++ .classpath	3 Oct 2007 07:57:35 -0000	1.87
   <at>  <at>  -2,7 +2,6  <at>  <at> 
   <classpath>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="src" output="jpdl/jar/target/classes" path="jpdl/jar/src/main/java"/>
  -	<classpathentry kind="src" path="jpdl/simulation/src/main/java"/>
   	<classpathentry kind="src" path="jbpm4jsf/src/main/java"/>
   	<classpathentry kind="src" path="jpdl/examples/websale/src/main/java"/>
   	<classpathentry kind="src" path="bpel/library/src/main/java"/>

-------------------------------------------------------------------------
(Continue reading)

Bernd Ruecker | 5 Oct 2007 15:53
Favicon

[jbpm-cvs] jbpm.3/jpdl/jar/src/main/java/org/jbpm/jpdl/xml ...

  User: bruecker
  Date: 07/10/05 09:53:39

  Modified:    jpdl/jar/src/main/java/org/jbpm/jpdl/xml  JpdlXmlReader.java
  Log:
  keep local "cached" copy of a created DOM tree of the process definition as local variable. This is useful if
the JpdlXmlReader is subclassed later to maybe instrument some stuff after building the
ProcessDefinition (the InputStream is already closed at this point in time). This is for example used in simulation.

  Revision  Changes    Path
  1.14      +7 -1      jbpm.3/jpdl/jar/src/main/java/org/jbpm/jpdl/xml/JpdlXmlReader.java

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: JpdlXmlReader.java
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/jpdl/jar/src/main/java/org/jbpm/jpdl/xml/JpdlXmlReader.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- JpdlXmlReader.java	11 Sep 2007 09:29:33 -0000	1.13
  +++ JpdlXmlReader.java	5 Oct 2007 13:53:39 -0000	1.14
   <at>  <at>  -71,6 +71,11  <at>  <at> 
     protected Collection unresolvedTransitionDestinations = null;
     protected Collection unresolvedActionReferences = null;

  +  /**
  +   * the parsed process definition as DOM tree (available after readProcessDefinition)
  +   */
  +  protected Document document;
(Continue reading)

Bernd Ruecker | 5 Oct 2007 16:11
Favicon

[jbpm-cvs] jbpm.3/jpdl/simulation/src/main/java/org/jbpm - New directory ...

  User: bruecker
  Date: 07/10/05 10:11:51

  Log:
  Directory /cvsroot/jbpm/jbpm.3/jpdl/simulation/src/main/java/org/jbpm added to the repository

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Bernd Ruecker | 5 Oct 2007 16:11
Favicon

[jbpm-cvs] jbpm.3/jpdl/simulation/src/main/java/org - New directory ...

  User: bruecker
  Date: 07/10/05 10:11:51

  Log:
  Directory /cvsroot/jbpm/jbpm.3/jpdl/simulation/src/main/java/org added to the repository

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Bernd Ruecker | 5 Oct 2007 16:11
Favicon

[jbpm-cvs] jbpm.3/jpdl/simulation/src/main/java/org/jbpm/sim/log - New directory ...

  User: bruecker
  Date: 07/10/05 10:11:51

  Log:
  Directory /cvsroot/jbpm/jbpm.3/jpdl/simulation/src/main/java/org/jbpm/sim/log added to the repository

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Bernd Ruecker | 5 Oct 2007 16:11
Favicon

[jbpm-cvs] jbpm.3/jpdl/simulation/src/main/java/org/jbpm/sim - New directory ...

  User: bruecker
  Date: 07/10/05 10:11:51

  Log:
  Directory /cvsroot/jbpm/jbpm.3/jpdl/simulation/src/main/java/org/jbpm/sim added to the repository

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

Gmane