[JBoss JIRA] Created: (JBPM-699) build.xml needs to be modified for jbpm to build successfully
by Prabhat Jha (JIRA)
build.xml needs to be modified for jbpm to build successfully
-------------------------------------------------------------
Key: JBPM-699
URL: http://jira.jboss.com/jira/browse/JBPM-699
Project: JBoss jBPM
Issue Type: Task
Reporter: Prabhat Jha
Assigned To: Koen Aers
Priority: Minor
To build jBPM successfully, I had to make the following changes.
A. Add the constructs to create missing directories under target "download-eclipse" in jbpm.dist\build.xml
<mkdir dir="${local-repository}/${eclipse-folder}"/>
<mkdir dir="${local-repository}/${webtools-folder}"/>
<mkdir dir="${local-repository}/${emf-folder}"/>
<mkdir dir="${local-repository}/${gef-folder}"/>
<mkdir dir="${local-repository}/${jem-folder}"/>
B. Modify the <import file > under jbpm.dist\build\projects\docs\gpd.userguide as
<import file="../../docbook-support/support.xml" />
Can you check in these changes in CVS? I am not sure if you are the right person.
Thanks,
Prabhat
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months
[JBoss JIRA] Created: (JBPM-779) remember the previous form generation data fields
by Tom Baeyens (JIRA)
remember the previous form generation data fields
-------------------------------------------------
Key: JBPM-779
URL: http://jira.jboss.com/jira/browse/JBPM-779
Project: JBoss jBPM
Issue Type: Feature Request
Components: Graphical Process Designer
Reporter: Tom Baeyens
Assigned To: Koen Aers
Fix For: jBPM 3.2
In the form generation, we currently start from the data entered in the task controller (if any)
Whenever a form is generated, I would like the form generation data to be stored in the gpd.xml. Then, whenever the user does a second generation, the taskform generation form is prefilled with the previous data instead of starting from the controller data again.
The motivation for this is that mostly people will not have controllers. Then if they have 5 data items to display and collect, it takes a lot of clicking. Users don't want to redo this effort for every little change they want to make to the form (additions and removals of fields).
I think users should be able to live with the fact that controller data items are not kept automatically in sync with the task form data items.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months
[JBoss JIRA] Created: (JBPM-727) add support for adding Action to Nodes without adding Event
by mehmet bozok (JIRA)
add support for adding Action to Nodes without adding Event
-----------------------------------------------------------
Key: JBPM-727
URL: http://jira.jboss.com/jira/browse/JBPM-727
Project: JBoss jBPM
Issue Type: Feature Request
Components: Graphical Process Designer
Reporter: mehmet bozok
Assigned To: Tom Baeyens
We are extending some parts of GDP in our project, and we need to add Action to Node without adding an Event then show this Aciton on outline tree view. Althought there is a mechanism to add a single Action to Nodes(not in GDP menu but implemented in
org.jbpm.ui.model.Node), it is not shown at outline tree view. In order to make Action appear on tree view as a Node child we needed to
add a menu option, and handle ActionTreeEditPart and NodeTreeEditpart relation in a different way. (not by changing GPD code, but instantiating editparts then reflecting org.eclipse.gef.AbstractEditPart and calling its protected methods which is not a very safe way.)
Therefore it seems neccesary to change iplementation so that single Action (also providing which Action to add) can be added to Node and shown in outline tree view.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months
[JBoss JIRA] Created: (JBPM-755) streamline designer build
by Tom Baeyens (JIRA)
streamline designer build
-------------------------
Key: JBPM-755
URL: http://jira.jboss.com/jira/browse/JBPM-755
Project: JBoss jBPM
Issue Type: Task
Components: Graphical Process Designer
Reporter: Tom Baeyens
Assigned To: Koen Aers
Priority: Critical
1) Remove usage of jbpm.version.
* The docs should not be included directly in the designer plugin. Instead, in the help docs, a reference should be published to the docs of the configured runtimes.
* The jbpm version constant should be removed cause it's not used any more.
When fixing this, make sure to do a search for jbpm.version.
2) Rename jbpm.gpd.version to module.version so that it is in sync with all other jbpm subprojects. Make sure that the used definition is located in the version.properties file and that the property definition in the build.xml is removed.
3) Remove all CVS checkout stuff. Have the build fail in case one of the submodules is not present. No cvs checkout should be done in case a module is missing. Later we'll define a cvs checkout script in the overall build.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months