-
1. Re: Installing/Building BPMN2 Editor for eclipse
swiderski.maciej Dec 28, 2011 3:18 AM (in response to mpgong)Just tried to install the plugin according to https://github.com/imeikas/BPMN2-Editor-for-Eclipse/blob/master/README and everything when fine. Update site is working ok, although it is not accessible with browser but eclipse update (Install New Software) can access it successfully.
What kind of problems do you get when trying to use this update site?
HTH
-
2. Re: Installing/Building BPMN2 Editor for eclipse
mpgong Dec 28, 2011 8:17 AM (in response to swiderski.maciej)I'm getting a can not find site in eclipse. Which is probably due to the proxy i have to go through. The site apparently isn't trusted and requires me to login to get it pass our proxy. Chances are this is what is causing eclipse to not fail.
Since i probably can't use the update site, does anyone know how i can build it from the source?
Thanks
-
3. Re: Installing/Building BPMN2 Editor for eclipse
mpgong Dec 28, 2011 10:26 AM (in response to mpgong)Ok, i was able to build from source by creating a feature project and pulling in the source from Git.
When exporting the feature it built all of the plugins as well. I dropped this into eclipse and it looks to be working ok.
However, it seems that the diagrams i author with this editor, do not appear to be compatible with the guvnor web process authoring tool. I can't seem to load the file once i add it to guvnor.
Is that suppose to be the case or am i doing something wrong? The original jbpm editor works fine for the most part as documented.
Thanks