03-15-2011 06:23 AM
03-15-2011 07:14 AM
03-17-2011 12:40 AM
03-17-2011 04:13 AM
03-18-2011 05:38 AM
Rashmis,
one way to do this is to make sure you setup a similar structure to the one Activiti Designer has. So you need a parent module and child modules for your own bundles plus a feature that lists your bundles. Most importantly, create a module to build an update site in the same way we have.
I have a similar structure (plugin project) as that of thee Activiti designer project. All i am doing is including my project in the parent/pom.xml as one of the modules. So that while i run mvn install in the parent directory, my module also gets built. mvn install creates a jar of my plugin project. Just including this jar in the plugins of a fresh eclipse installation with all the other designer jars is not good enough ? If editing the feature list is mandatory, then editing the org.activiti.designer.feature => feature.xml will not work ?
Perform a mvn install on both parent projects and ensure all is well.
All you have to do then is take a fresh Eclipse, add 2 update sites (local ones) by pointing to the target/site directory of the updatesite projects and first install Activiti Designer, then your own plugins.
Make sure you use a fresh Eclipse installation each time you build a "product". Reinstalling and/or replacing bundles is not a recommended way to test new functionality.
03-18-2011 05:44 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.