create business archive from command line

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2012 04:54 AM
Hi
I'm using the Activiti Designer in Eclipse to create business archives. Now, I want to create the business archive in the automatic build environment (nightly builds…) using an ant target.
Is there a command line utility to create the bpmn20.xml and png files from a .activiti file? I'd like to keep only the .activiti file under version control.
If not. Could you point me to the part of the code where the "Create deployment artefacts" feature is implemented?
Best,
Nathan
I'm using the Activiti Designer in Eclipse to create business archives. Now, I want to create the business archive in the automatic build environment (nightly builds…) using an ant target.
Is there a command line utility to create the bpmn20.xml and png files from a .activiti file? I'd like to keep only the .activiti file under version control.
If not. Could you point me to the part of the code where the "Create deployment artefacts" feature is implemented?
Best,
Nathan
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2012 04:11 AM
Hi,
Creating a BAR file is just the same as creating a JAR and you want to include the bpmn20.xml and the png files of the process in there.
In the Activiti installation Ant script you can find an example.
Best regards,
Creating a BAR file is just the same as creating a JAR and you want to include the bpmn20.xml and the png files of the process in there.
In the Activiti installation Ant script you can find an example.
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2012 08:42 AM
Creating a BAR file is just the same as creating a JAR and you want to include the bpmn20.xml and the png files of the process in there.
In the Activiti installation Ant script you can find an example.
Yes this I knew. The question is how to create the bpmn20.xml and png files from the .activiti file.
Best,
Nathan

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2012 10:47 AM
Hi,
I don't think it's a good idea to look at that generation step.
In the new version of the Designer, which will be released in a couple of weeks, we only have 1 model file left.
So there'll not be a .activiti file anymore, but only a XML file containing the BPMN 2.0 elements and DI info.
Best regards,
I don't think it's a good idea to look at that generation step.
In the new version of the Designer, which will be released in a couple of weeks, we only have 1 model file left.
So there'll not be a .activiti file anymore, but only a XML file containing the BPMN 2.0 elements and DI info.
Best regards,
