<?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: Help with building the Activiti source in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207291#M160421</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;try to build skipping tests (mvn clean install -DskipTests). I think that your problem is due to permgen out of memory when running lot of tests with mock objects and so on. If you still want to run all the tests try increasing your permgen for Maven (try using MAVEN_OPTS env variable and export -XX:MaxPermSize=1024m for example).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2016 16:47:32 GMT</pubDate>
    <dc:creator>rcalandrella</dc:creator>
    <dc:date>2016-04-28T16:47:32Z</dc:date>
    <item>
      <title>Help with building the Activiti source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207287#M160417</link>
      <description>Hello&amp;nbsp; I imported all the activity modules in eclipse.I am trying to build the "activiti-webapp-explorer2" module.When I run the "deploy" target , it tries to dowload the dependencies, but the buid fails. What is surprising is that , it seems to be downloading all required dependencies from the repo</description>
      <pubDate>Tue, 16 Jun 2015 23:39:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207287#M160417</guid>
      <dc:creator>ani123</dc:creator>
      <dc:date>2015-06-16T23:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with building the Activiti source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207288#M160418</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;Try to build whole project first to create SNAPSHOT dependencies locally&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;mvn clean install&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 09:46:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207288#M160418</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-06-19T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with building the Activiti source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207289#M160419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;when i build the source code i am getting build failure error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests in error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateProvidedByDelegateExpressionOnServiceTask(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testUncaughtErrorOnScriptTaskWithEmptyErrorEventDefinition(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateOnServiceTaskWithErrorCode(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateOnMultiInstanceServiceTaskSequential(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testUncaughtErrorThrownByJavaDelegateOnCallActivity(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorInConcurrentEmbeddedSubprocessesThrownByScriptTask(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateOnServiceTaskNotCancelActivity(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateOnEmbeddedSubProcessInduction(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByJavaDelegateOnMultiInstanceServiceTaskParallel(org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByScriptTaskInsideSubProcessInTopLevelProcess(org.activiti.engine.test.bpmn.event.error.ErrorEventSubProcessTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testThrowErrorInScriptTaskInsideCallActivitiCatchInTopLevelProcess(org.activiti.engine.test.bpmn.event.error.ErrorEventSubProcessTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testCatchErrorThrownByScriptTaskInEmbeddedSubProcessWithErrorCode(org.activiti.engine.test.bpmn.event.error.ErrorEventSubProcessTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testBoundaryMessageEventOnSubprocessAndInsideSubprocessMultiInstance(org.activiti.engine.test.bpmn.event.message.MessageBoundaryEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testBoundaryMessageEventOnSubprocessAndInsideSubprocess(org.activiti.engine.test.bpmn.event.message.MessageBoundaryEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testSingleNonInterruptingBoundaryMessageEvent(org.activiti.engine.test.bpmn.event.message.MessageNonInterruptingBoundaryEventTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testSetServiceResultToProcessVariablesWithSkipExpression(org.activiti.examples.bpmn.servicetask.MethodExpressionServiceTaskTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; testProcessDefinitionListenerDefinitionEntities(org.activiti.standalone.event.ProcessDefinitionScopedEventListenerDefinitionTest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests run: 1584, Failures: 0, Errors: 17, Skipped: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Reactor Summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti ……………………………………. SUCCESS [ 13.544 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - BPMN Model ………………………… SUCCESS [ 12.013 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - Process Validation …………………. SUCCESS [&amp;nbsp; 1.658 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - BPMN Layout ……………………….. SUCCESS [&amp;nbsp; 1.313 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - Image Generator ……………………. SUCCESS [&amp;nbsp; 1.434 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - BPMN Converter …………………….. SUCCESS [ 28.019 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - Engine ……………………………. FAILURE [06:45 min]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] BUILD FAILURE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Total time: 07:48 min&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Finished at: 2016-01-27T15:43:53+05:30&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Final Memory: 52M/314M&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.1:test (default-test) on project activiti-engine: There are test failures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] Please refer to C:\BPM\Activiti-activiti-5.18.0\modules\activiti-engine\target\surefire-reports for the individual test results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] -&amp;gt; [Help 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] [Help 1] &lt;/SPAN&gt;&lt;A href="http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException" rel="nofollow noopener noreferrer"&gt;http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&amp;nbsp;&amp;nbsp; mvn &amp;lt;goals&amp;gt; -rf :activiti-engine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any one can please help….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:27:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207289#M160419</guid>
      <dc:creator>prabhusejava</dc:creator>
      <dc:date>2016-01-27T10:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with building the Activiti source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207290#M160420</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;any stack trace?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:06:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207290#M160420</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-01-28T08:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with building the Activiti source</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207291#M160421</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;try to build skipping tests (mvn clean install -DskipTests). I think that your problem is due to permgen out of memory when running lot of tests with mock objects and so on. If you still want to run all the tests try increasing your permgen for Maven (try using MAVEN_OPTS env variable and export -XX:MaxPermSize=1024m for example).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 16:47:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-building-the-activiti-source/m-p/207291#M160421</guid>
      <dc:creator>rcalandrella</dc:creator>
      <dc:date>2016-04-28T16:47:32Z</dc:date>
    </item>
  </channel>
</rss>

