Currently, Yaoqiang only supports custom edge label position which created by Yaoqiang Editor. So Yaoqiang Editor will omit it and use default label position when no custom extension element is present.
Label position via standard Bounds element not respected for sequence flows on import
Hmm, it seems to work for some elements, but not others. E.g. for DataObjectReference and DataStoreReference, the label position is also not respected on import when no custom extension element is present.
Label position via standard Bounds element not respected for sequence flows on import
modified distribution pom.xml
replace build-helper-maven-plugin with maven-antrun-plugin to copy jars and packages
replace maven-assembly-plugin with maven-antrun-plugin to rename jars and package
Version 6.2.0 .exe would like to have JDK_JAVA_OPTION environment variable
Please try the latest version 6.2.0.1
Yaoqiang v6.2.0.1
add isExe property to the command in Exe version.
Version 6.2.0 .exe would like to have JDK_JAVA_OPTION environment variable
Version 6.2.0 .exe would like to have JDK_JAVA_OPTION environment variable
modify method: installEmbeddedPackages
Thanks again for the quick fix. I tried it with the new 6.1.4.u1 and can confirm it works correctly now.
Yaoqiang v6.2.0
update version number in pom.xml and bnd.bnd
check JDK_JAVA_OPTIONS environment variable
add package: org.osgi.service.cm
modify method: installEmbeddedPackages
Trim the version string for update
Currently the update system dos not work properly. I will fix this issue in the new release 6.1.5.
BPMNEdge not rendered correctly when it has only 2 waypoints
This bug is fixed in version 6.1.4.u1. This update will be automatically downloaded and installed.
Fix bug #519
BPMNEdge not rendered correctly when it has only 2 waypoints
BPMNEdge not rendered correctly when it has only 2 waypoints
update bpmn.model and bpmn.editor version in pom.xml
That was quick, thanks! I downloaded the latest version and I can confirm this is fixed indeed.
add -sourcepath in bnd.bnd for non-standard src dirs
Error ("Invalid operation") when XML uses non-default prefix for namespace http://www.omg.org/spec/BPMN/20100524/MODEL
This bug is fixed in version 6.1.4.
Yaoqiang v6.1.4
Fix bug #518
Error ("Invalid operation") when XML uses non-default prefix for namespace http://www.omg.org/spec/BPMN/20100524/MODEL
Error ("Invalid operation") when XML uses non-default prefix for namespace http://www.omg.org/spec/BPMN/20100524/MODEL
I don't know much about swing, but even the JDK 6 Javadocs for sun.swing.FilePane say WARNING: This class is an implementation detail and is only public so that it can be used by two packages. You should NOT consider this public API. JFileChoose seems to be an official class that could be used, but not sure if it fulfills your requirements.
Hi Alex, Did you mean the exe version of Yaoqiang? This exe file can only be used in stand-alone mode. If you want to interact with other system, please use the jar version of Yaoqiang. Thanks for your interesting in Yaoqiang. Best regards, Blenta
Hi, i really would like to see yaoqiang being the standard application for bpmn files. We could then open Yaoqiang from within our document management system. IIRC there is a call with parameters when using the jar file. But how about the exe file? Thank you very much! Kind regards Alex
please see the readme for more info https://sourceforge.net/projects/bpmn/files/6-GPLv3/
Running exe doesnt succeed
Thank you Blenta. This worked
Yaoqiang v6.1.3
change bpmn.editor mothed Activator.initialize()
Error after copying data into new bpmn document
Ticket moved from /p/bpmn/bugs/517/
Does not support Ubuntu 23.04
add method getModelListener in FileTab
update bpmn.editor to 6.1.1
update bpmn.graph to 6.1.1
Yaoqiang v6.1.2
update bpmn.graph to 6.1.0 and dmn.editor to 6.1.1
I think you forget to add "-jar" after java cmd.
How did you run the jar file from command line? try the following cmd: java --add-opens=java.desktop/sun.swing=ALL-UNNAMED --add-opens=java.desktop/sun.awt.shell=ALL-UNNAMED -jar yaoqiang-bpmn-editor-6.1.1.jar -clean
Thanks for your response. The error is Error: Could not find or load main class yaoqiang-bpmn-editor-6.1.1.jar Caused by: java.lang.ClassNotFoundException: yaoqiang-bpmn-editor-6.1.1.jar The version output is (do not think it is headless) openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment (build 17.0.7+7-Ubuntu-0ubuntu123.04) OpenJDK 64-Bit Server VM (build 17.0.7+7-Ubuntu-0ubuntu123.04, mixed mode, sharing)