<?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: How  does one build Alfresco Community 5? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310464#M263594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's what I was looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 18:52:37 GMT</pubDate>
    <dc:creator>bobhc</dc:creator>
    <dc:date>2014-10-30T18:52:37Z</dc:date>
    <item>
      <title>How  does one build Alfresco Community 5?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310461#M263591</link>
      <description>I was able to use Jeff Potts tutorial "Getting Started with the Alfresco Maven SDK"to build Alfresco Community 4.2.e with Maven.However, I have not been able to find any information on building Alfresco Community 5.I would appreciate any suggestions.Thanks</description>
      <pubDate>Thu, 30 Oct 2014 15:09:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310461#M263591</guid>
      <dc:creator>bobhc</dc:creator>
      <dc:date>2014-10-30T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How  does one build Alfresco Community 5?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310462#M263592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With maven you may not need to build it (since the various artifacts are already built and available).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However if you do want to build from scratch install maven,&amp;nbsp;&amp;nbsp; check out the code and then in the "root" directory where you will find the "pom.xml" file.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use {code}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mvn install -DskipTests&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{code} &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:22:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310462#M263592</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-10-30T15:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How  does one build Alfresco Community 5?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310463#M263593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To use maven to develop towards Alfresco 5.0.x you need to use the new Alfresco 2.0 SDK. Here is the documentation to create projects using this SDK:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/community/concepts/alfresco-sdk-tutorials-archetypes.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/community/concepts/alfresco-sdk-tutorials-archetypes.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also want to check out the Rapid Application Development (RAD) section, as it explains how use Eclipse to manage your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310463#M263593</guid>
      <dc:creator>mgkarlo</dc:creator>
      <dc:date>2014-10-30T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How  does one build Alfresco Community 5?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310464#M263594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's what I was looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:52:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310464#M263594</guid>
      <dc:creator>bobhc</dc:creator>
      <dc:date>2014-10-30T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How  does one build Alfresco Community 5?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310465#M263595</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've downloaded the source for Alfresco community from svn and also the alfresco 2.1 sdk. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the command line I navigate in to the root directory of v5.0.d and run a mvn build using mvn install&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build though I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR] The build could not read 1 project -&amp;gt; [Help 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&amp;nbsp;&amp;nbsp; The project org.springframework.extensions.surf:spring-surf-parent:5.0.d (/Users/harrietjohnson/&lt;/SPAN&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/pom.xml" rel="nofollow noopener noreferrer"&gt;svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/pom.xml&lt;/A&gt;&lt;SPAN&gt;) has 10 errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ERROR]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child module /Users/harrietjohnson/&lt;/SPAN&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/spring-surf-core/spring-surf-core/pom.xml" rel="nofollow noopener noreferrer"&gt;svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/spring-surf-core/spring-surf-core/pom.xml&lt;/A&gt;&lt;SPAN&gt; of /Users/harrietjohnson/&lt;/SPAN&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/pom.xml" rel="nofollow noopener noreferrer"&gt;svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V5.0.d/root/projects/surf/pom.xml&lt;/A&gt;&lt;SPAN&gt; does not exist…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help with this? I can see the surf project in the location specified above. I've checked the pom in the surf project and it specifies v5.0.d.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 09:27:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-does-one-build-alfresco-community-5/m-p/310465#M263595</guid>
      <dc:creator>hatts101</dc:creator>
      <dc:date>2015-09-30T09:27:51Z</dc:date>
    </item>
  </channel>
</rss>

