OrderOfTheBee / alfresco-pdf-toolkit

67 stars 58 forks source link

AMP files #20

Closed mdragatsis closed 8 years ago

mdragatsis commented 8 years ago

Could someone please help me? I downloaded the alfresco-pdf-toolkit but can not fine the amp files. Di I create them? what is the process? Kind regards.

chris001 commented 8 years ago

You can download the amp files here. https://github.com/ntmcminn/alfresco-pdf-toolkit/releases

mdragatsis commented 8 years ago

Thank you Chris! How are they created from the zip file? I apologize for my "newness".

chris001 commented 8 years ago

An AMP file is just a ZIP file with a required structure of folders and certain required files.

I believe that to make AMP files easily and conveniently, from the zip you downloaded from github containing the code (and css, images, etc), you'd best use a developer app, for example the excellent Eclipse, plus the Apache Maven plugin, which is able to build an AMP file for you, using the "Maven Alfresco AMP archetype".

See more here:

https://wiki.alfresco.com/wiki/AMP_Files

This might also be interesting to you. About building WAR (java web application archive) files with Eclipse and Maven.

http://crunchify.com/how-to-create-a-war-file-from-eclipse-using-maven-plugin-apache-maven-war-plugin-usage/

mdragatsis commented 8 years ago

Thank you again Chris! I was able to get the amp from your last link. It looks like it's working as documented. On Feb 11, 2016 9:15 AM, "Chris Coleman" notifications@github.com wrote:

An AMP file is just a ZIP file with a required structure of folders and certain required files.

I believe that to make AMP files easily and conveniently, from the zip you downloaded from github containing the code (and css, images, etc), you'd best use a developer app, for example the excellent Eclipse, plus the Apache Maven plugin, which is able to build an AMP file for you, using the "Maven Alfresco AMP archetype".

See more here:

https://wiki.alfresco.com/wiki/AMP_Files

This might also be interesting to you. About building WAR (java web application archive) files with Eclipse and Maven.

http://crunchify.com/how-to-create-a-war-file-from-eclipse-using-maven-plugin-apache-maven-war-plugin-usage/

— Reply to this email directly or view it on GitHub https://github.com/ntmcminn/alfresco-pdf-toolkit/issues/20#issuecomment-182939450 .

ntmcminn commented 8 years ago

Chris, thanks for helping resolve this problem! Closing the issue.