<?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 How can I run/test changed source code? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74134#M48510</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 downloaded the source code of activiti 5.5 from &lt;/SPAN&gt;&lt;A href="http://svn.codehouse.org/activiti" rel="nofollow noopener noreferrer"&gt;svn.codehouse.org/activiti&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The image below shows my eclipse now.Is it correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I now build a JAR if I made any changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexej&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2011 14:21:56 GMT</pubDate>
    <dc:creator>al_lv</dc:creator>
    <dc:date>2011-05-20T14:21:56Z</dc:date>
    <item>
      <title>How can I run/test changed source code?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74134#M48510</link>
      <description>Hi,I downloaded the source code of activiti 5.5 from svn.codehouse.org/activiti.The image below shows my eclipse now.Is it correct?How can I now build a JAR if I made any changes?ThanksAlexej</description>
      <pubDate>Fri, 20 May 2011 14:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74134#M48510</guid>
      <dc:creator>al_lv</dc:creator>
      <dc:date>2011-05-20T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run/test changed source code?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74135#M48511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;now it is not correct, you miss the maven plugin or did not execute the mvn eclipse:eclipse commands from the commandline. I suggest reading the docs some more…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 15:13:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74135#M48511</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-20T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run/test changed source code?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74136#M48512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;now it is not correct, you miss the maven plugin or did not execute the mvn eclipse:eclipse commands from the commandline. I suggest reading the docs some more…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not very familiar with maven. mvn eclipse:eclipse was very helpfull.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have activiti-engine as a Maven-Project. And this is exactly what I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But my problem is nowthis error in the pom.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.1.0:manifest (execution: bundle-manifest, &lt;BR /&gt; phase: process-classes)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I solve it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And what I need to run in order to build a JAR?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexej&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 14:52:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74136#M48512</guid>
      <dc:creator>al_lv</dc:creator>
      <dc:date>2011-05-23T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run/test changed source code?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74137#M48513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mvn -Pdistro clean install builds, tests and creates the distro (takes a while!)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 07:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-test-changed-source-code/m-p/74137#M48513</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-05-24T07:50:12Z</dc:date>
    </item>
  </channel>
</rss>

