<?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 Re: Understanding Activiti Source in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172849#M126033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BackUp yor eclipse config (optional/recommended)&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;mvn eclipse:clean eclipse:eclipse -Pdistro&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Command should delete **/.claspath **/.project files and generate new one. After that it should be possible to import project into eclipse easily. (Do not forget to specify M2_REPO variable.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 07:29:03 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2013-10-29T07:29:03Z</dc:date>
    <item>
      <title>Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172845#M126029</link>
      <description>Is there any guide to diving into the implementation of the Activiti engine itself?&amp;nbsp; I found the architecture snapshot on the wiki, which is somewhat helpful, but it would be nice to get a better understanding of what-happens-when and what-is-used-when within the architecture of the process engine (</description>
      <pubDate>Wed, 23 Oct 2013 15:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172845#M126029</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-10-23T15:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172846#M126030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, when I clone the git project and create a project from it in Eclipse, I run into a ton of errors about unknown references… are there any external compile-time dependencies that I need to import?&amp;nbsp; (I get the same basic problem whether I create a project from the master level or a project from the activiti-engine module…)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 16:17:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172846#M126030</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-10-23T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172847#M126031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;# clone and try to run mvn clean install first (dependencies and reports can be found here&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/community.html#maven.repository" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/community.html#maven.repository&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/userguide/#getting.started.including.libs" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#getting.started.including.libs&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 19:37:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172847#M126031</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-10-24T19:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172848#M126032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That maven repository was in the pom.xml in the git repo, so not sure that was the problem.&amp;nbsp; The weird thing is that from the command line, Maven didn't seem to have any issues resolving all the dependencies and building everything – so seems like it's probably either an Eclipse- or m2eclipse-specific issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to import the activiti-engine model in Eclipse (needed the bpmn-converter and bpmn-model modules also).&amp;nbsp; That's what I was looking for, so the rest isn't an issue at the moment.&amp;nbsp; I'll try again later to see if I can get the complete project (all modules) loaded.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:34:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172848#M126032</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-10-28T17:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172849#M126033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BackUp yor eclipse config (optional/recommended)&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;mvn eclipse:clean eclipse:eclipse -Pdistro&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Command should delete **/.claspath **/.project files and generate new one. After that it should be possible to import project into eclipse easily. (Do not forget to specify M2_REPO variable.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 07:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172849#M126033</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-10-29T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Activiti Source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172850#M126034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a NullPointerException when I try to import the project, with all the same dependency errors.&amp;nbsp; I think it might be my Eclipse installation (all sorts of stuff has become broken after I installed the Eclipse tools for Scala), so that might be it.&amp;nbsp; I'm really just interested in the engine code, so not really a big issue (like I said above, I can get that imported with two dependent modules).&amp;nbsp; I'll report back here if I get a further chance to debug this.&amp;nbsp; Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:18:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-activiti-source/m-p/172850#M126034</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-10-29T16:18:31Z</dc:date>
    </item>
  </channel>
</rss>

