Compiling github activiti-designer project

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2014 07:41 AM
Hi.
First of all I would like to welcome you all as it is my first post on this forum.
I am writing due to a compilation problem of activiti designer project hosted on github.
My motivation is to use newest version as the Kickstart subplugin available at http://activiti.org/designer/update/ has issue with dropdown element (no value is stored after you fill the list of possible choices). As far as I can see, the bugged compilation 5.15.0.201407081458 is older than the one on github.
The problem is that following the guide at http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide i am unable to compile project correctly.
Im not experienced with eclipse, java nor maven, yet I have overcome some problems by my own:
* "http://download.eclipse.org/graphiti/updates/0.10.1" URL inside guide mentioned above has to be replaced with "http://archive.eclipse.org/graphiti/updates/0.10.1"
* error "OSGi version 5.16.0.SNAPSHOT must have .qualifier qualifier for SNAPSHOT builds" - solved by replacing ".SNAPSHOT" with ".qualifier" inside every MANIFEST.MF
After running "mvn eclipse:eclipse" I can see SUCCESS label on each module, but after running "designer.eclipse" as Eclipse appilcation and choosing new Kickstart project I get error. What is suspicious is that in eclipse each project have multiple unresolved dependencies inside java import section - not sure if this is this is handled by maven or if I should resolve it manually.
Attachments:
<a href="https://gist.github.com/Most/9ab23f18b2a6e742985c">console error log</a>
error on the image:
[IMG=750x519]http://i62.tinypic.com/sv57ac.png[/IMG]
First of all I would like to welcome you all as it is my first post on this forum.
I am writing due to a compilation problem of activiti designer project hosted on github.
My motivation is to use newest version as the Kickstart subplugin available at http://activiti.org/designer/update/ has issue with dropdown element (no value is stored after you fill the list of possible choices). As far as I can see, the bugged compilation 5.15.0.201407081458 is older than the one on github.
The problem is that following the guide at http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide i am unable to compile project correctly.
Im not experienced with eclipse, java nor maven, yet I have overcome some problems by my own:
* "http://download.eclipse.org/graphiti/updates/0.10.1" URL inside guide mentioned above has to be replaced with "http://archive.eclipse.org/graphiti/updates/0.10.1"
* error "OSGi version 5.16.0.SNAPSHOT must have .qualifier qualifier for SNAPSHOT builds" - solved by replacing ".SNAPSHOT" with ".qualifier" inside every MANIFEST.MF
After running "mvn eclipse:eclipse" I can see SUCCESS label on each module, but after running "designer.eclipse" as Eclipse appilcation and choosing new Kickstart project I get error. What is suspicious is that in eclipse each project have multiple unresolved dependencies inside java import section - not sure if this is this is handled by maven or if I should resolve it manually.
Attachments:
<a href="https://gist.github.com/Most/9ab23f18b2a6e742985c">console error log</a>
error on the image:
[IMG=750x519]http://i62.tinypic.com/sv57ac.png[/IMG]
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2014 03:29 AM
> Im not experienced with eclipse, java nor maven, yet I have overcome some problems by my own:
Eclipse development is really hard … Trust me, I tried and it screws with me every single time i do it.
I really like the fact you are trying to fix this problem! But i'm afraid you'll need quite some technical bagage to get this going…
Eclipse development is really hard … Trust me, I tried and it screws with me every single time i do it.
I really like the fact you are trying to fix this problem! But i'm afraid you'll need quite some technical bagage to get this going…

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2014 04:00 AM
Thank you for reply.
Unfortunately giving up is not an option for me, as this is urgent assignment I got in my new job. More generally, I have to develop and customize workflow in Alfresco and I am looking for best tools to get things done.
So far I have tested Kickstart Eclipse plugin (it has dropdown issue), Activiti Design plugin and I've read alfresco-developer-series-tutorials, especially the workflow part but it is so complicated and error prone that only the Kickstart plugin looks like the right choice.
Maybe there are some other tools I am not aware of? Some sort of browser-based maybe? Could you please give me some advice about prefered way of workflow development?
Best Regards,
Dawid Derucki
Unfortunately giving up is not an option for me, as this is urgent assignment I got in my new job. More generally, I have to develop and customize workflow in Alfresco and I am looking for best tools to get things done.
So far I have tested Kickstart Eclipse plugin (it has dropdown issue), Activiti Design plugin and I've read alfresco-developer-series-tutorials, especially the workflow part but it is so complicated and error prone that only the Kickstart plugin looks like the right choice.
Maybe there are some other tools I am not aware of? Some sort of browser-based maybe? Could you please give me some advice about prefered way of workflow development?
Best Regards,
Dawid Derucki
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2014 08:49 AM
No, as far as I know nothing like that exists (maybe Alfresco partners have some solutions?). It's cumbersome indeed and very error-prone.
