<?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: History Query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77134#M50976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I have imported the Activiti project by following the instrucgtion given at this link &lt;/SPAN&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-&lt;/A&gt;&lt;SPAN&gt; But now I want to build the project using eclipse. Please let me know how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 14:09:23 GMT</pubDate>
    <dc:creator>hamepal</dc:creator>
    <dc:date>2011-07-08T14:09:23Z</dc:date>
    <item>
      <title>History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77132#M50974</link>
      <description>Hi all,&amp;nbsp; I am trying&amp;nbsp; to understand the implementation of History query and its related functionality. Can someone give me pointer, from where to start looking Activiti source code? &amp;nbsp; I am mainly interested in extending the activiti code to get the various statistics of workflow i.e, what all proces</description>
      <pubDate>Wed, 06 Jul 2011 17:47:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77132#M50974</guid>
      <dc:creator>hamepal</dc:creator>
      <dc:date>2011-07-06T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77133#M50975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All the historic queries are bundled in a history.mapping.xml (I think) file in the source code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 09:23:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77133#M50975</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-07T09:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77134#M50976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I have imported the Activiti project by following the instrucgtion given at this link &lt;/SPAN&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-&lt;/A&gt;&lt;SPAN&gt; But now I want to build the project using eclipse. Please let me know how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 14:09:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77134#M50976</guid>
      <dc:creator>hamepal</dc:creator>
      <dc:date>2011-07-08T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77135#M50977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;after checking out from svn, you can directly import it in Eclipse if you have installed the m2Eclipse plugin. Select 'import as maven project' from the project import wizard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:38:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77135#M50977</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-11T09:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77136#M50978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jbarrez&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks for the information. I have ported the activiti project in my eclipse and even I built it. Now I got stuck, don't have any idea how to deploy it and check whether my compiled version is working or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I followed this link &lt;/SPAN&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-&lt;/A&gt;&lt;SPAN&gt; but this link doesn't say anything about deployment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share any pointer which gives idea about deployment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 13:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77136#M50978</guid>
      <dc:creator>hamepal</dc:creator>
      <dc:date>2011-07-11T13:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77137#M50979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you do an 'ant clean distro', you will get exactly the same zip file as is offered on the activiti.org website.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From there, you should be able to run the demo setup, and find the jars you can use to test your changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 08:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77137#M50979</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-19T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: History Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77138#M50980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jbarrez&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks for your reply &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 13:10:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/history-query/m-p/77138#M50980</guid>
      <dc:creator>hamepal</dc:creator>
      <dc:date>2011-07-19T13:10:26Z</dc:date>
    </item>
  </channel>
</rss>

