[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] Closed: (JBPM-690) Bug when editing the configuration string of a node handler
by Koen Aers (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-690?page=all ]
Koen Aers closed JBPM-690.
--------------------------
Resolution: Done
Thanks indeed for the fix... But I am closing the issue without fixing it because the xml treatment is totally different in the new 3.1.x stream of the GPD. If it is still needed to fix it in the old stream, please refile an issue referencing this one in the GPD project.
> Bug when editing the configuration string of a node handler
> -----------------------------------------------------------
>
> Key: JBPM-690
> URL: http://jira.jboss.com/jira/browse/JBPM-690
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Graphical Process Designer
> Affects Versions: jBPM GPD 3.0.8
> Reporter: Gustavo Ambrozio
> Assigned To: Koen Aers
> Priority: Minor
> Attachments: patch.txt
>
>
> In the diagram view of the process designer, create a node and double click on it. It openes the Properties dialog box. Change to the "handler" tab, check "configure action handler", choose "constructor" in the "configuration type" and enter the following text bellow:
> I and a "test". please, don't <change> me....
> Click ok to close the dialog. Double click on the node again. The text is now:
> I and a "test". please, don't <change> me....
> If you click ok again and double click again:
> I and a &quot;test&quot;. please, don't &lt;change&gt; me....
> It always encode the string, but never decode.... I'll try to resolve the issue and post the solution. If someone could point me in the right direction, it would make my life a lot easier....
--
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