<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using newly created plugins in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13294#M5551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had made some changes in the Activiti source code (modified existing plugins and added a few plugins of my own). It is working fine when i launch my test for these changes using right click -&amp;gt; Run As -&amp;gt; Eclipse Application on org.activiti.designer.eclipse folder in my workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I want to test this as stand alone. i.e, copy all my plugins (built using mvn clean install) onto a fresh eclipse helios installation and replace its existing activiti jars with my plugin jars… in which case I should see all my changes on launch, right ? But that is not happening ? What am I missing ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note : I started off making changes with activiti 0.6.0 releasesource code and now I see that the latest update available for eclipse is 0.8.0. So i replaced all the org.activiti.*-0.8.0.jars in plugin directory with my *-0.6.0.jars . But this is not working either. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 10:23:43 GMT</pubDate>
    <dc:creator>rashmis</dc:creator>
    <dc:date>2011-03-15T10:23:43Z</dc:date>
    <item>
      <title>Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13294#M5551</link>
      <description>hi,I had made some changes in the Activiti source code (modified existing plugins and added a few plugins of my own). It is working fine when i launch my test for these changes using right click -&amp;gt; Run As -&amp;gt; Eclipse Application on org.activiti.designer.eclipse folder in my workspace.Now I want</description>
      <pubDate>Tue, 15 Mar 2011 10:23:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13294#M5551</guid>
      <dc:creator>rashmis</dc:creator>
      <dc:date>2011-03-15T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13295#M5552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was checking the features.xml in the \features\org.activiti.designer.feature_0.6.0 directory … it list all the activiti pluginf but it is not listing my plugins. What should i include in my plugins directories inorder to update the features.xml accordingly ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 11:14:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13295#M5552</guid>
      <dc:creator>rashmis</dc:creator>
      <dc:date>2011-03-15T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13296#M5553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 04:40:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13296#M5553</guid>
      <dc:creator>rashmis</dc:creator>
      <dc:date>2011-03-17T04:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13297#M5554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rashmis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perform a mvn install on both parent projects and ensure all is well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 08:13:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13297#M5554</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-03-17T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13298#M5555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Rashmis,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;&lt;BR /&gt;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.&amp;nbsp; 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 =&amp;gt; feature.xml will not work ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Perform a mvn install on both parent projects and ensure all is well.&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;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.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 09:38:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13298#M5555</guid>
      <dc:creator>rashmis</dc:creator>
      <dc:date>2011-03-18T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using newly created plugins</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13299#M5556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This depends on how you install your plugins and Activiti Designer in Eclipse. If you just drop in plugins, as opposed to generating an update site, the approach differs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFAIK, to activate plugins directly, you're best off dropping them in the dropins folder in Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would prefer updating the feature to include your plugin though, even if you are then editing the Activiti bundles. Even better is to create a whole new setup as I described as this makes your approach less fragile to updates to Activiti Designer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 09:44:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-newly-created-plugins/m-p/13299#M5556</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-03-18T09:44:48Z</dc:date>
    </item>
  </channel>
</rss>

