<?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 Share project - AMP packaging in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270499#M223629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I recently (almost) finished a project. Now I want to make it in amp package but not much is written about that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I found that you can generate project strcuture with maven as there are archetypes for alfresco projects. But my main concern is that I have share site with directory structure, and those directories are configured via other spaces in companyhome/myConfiguration so also I have to package those two things inside. Also those spaces have rules which execute two scripts that are inside "Data dictionary" in space scripts and I have also few webscripts extensions defined in "Data dictionary". And finally, I have all the configuration things in extension and web-extension folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know from looking on wiki and google-ing it, noone describes how to package those things as a whole. By those things I mean:&amp;nbsp; scripts, webscripts, share components/webscripts, models, workflows, …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Dec 2010 07:58:09 GMT</pubDate>
    <dc:creator>matjazmuhic</dc:creator>
    <dc:date>2010-12-17T07:58:09Z</dc:date>
    <item>
      <title>Share project - AMP packaging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270499#M223629</link>
      <description>I recently (almost) finished a project. Now I want to make it in amp package but not much is written about that. I found that you can generate project strcuture with maven as there are archetypes for alfresco projects. But my main concern is that I have share site with directory structure, and those</description>
      <pubDate>Fri, 17 Dec 2010 07:58:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270499#M223629</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-12-17T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Share project - AMP packaging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270500#M223630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nobody knows anything about this? &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:42:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270500#M223630</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-12-22T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Share project - AMP packaging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270501#M223631</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;Late answer, sorry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't found any correct maven amp artifact for handling this,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I produce my own ant script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, the followed project : &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/alfrescoshareflowplayer/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/alfrescoshareflowplayer/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;works as a charme as a share/amp extension, organized such way :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./file-mapping.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./module.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./WEB-INF/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/form/controls/mimetype.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./WEB-INF/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/preview/web-preview.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./WEB-INF/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/preview/web-preview.get.head.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./web/components/preview/flowplayer-3.2.2.swf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./web/components/preview/flowplayer.controls-3.2.1.swf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./web/components/preview/flowplayer-3.2.2-min.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./web/components/preview/style.css&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with ./file-mapping.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;include.default=false&lt;BR /&gt;/WEB-INF=/WEB-INF&lt;BR /&gt;/web=/&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;About "Data Dictionary" or any other type of repository import, you can handle them only with alfresco/amp module (bootstrap options).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It regularly means that you may have to create 2 extensions (one for alfresco, and one for share) to fully support your extended feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Francois Lefoll&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 12:10:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-project-amp-packaging/m-p/270501#M223631</guid>
      <dc:creator>flefoll</dc:creator>
      <dc:date>2011-01-19T12:10:08Z</dc:date>
    </item>
  </channel>
</rss>

