cancel
Showing results for 
Search instead for 
Did you mean: 

Build share and alfresco war from source code

nancyaggarwal
Champ in-the-making
Champ in-the-making
Hi All,


I have downloaded the alfresco source code for version 5.1 and imported in eclipse. now i have to do certain customization in dashboard, i have build alfresco.war by building web-client project in source code, how should i build share.war from the source code?


Thanks
Nancy
4 REPLIES 4

gravitonian
Star Collaborator
Star Collaborator
Hi,

The best would be if you could use the Alfresco SDK 2.2, see: http://docs.alfresco.com/5.1/concepts/alfresco-sdk-intro.html

Setup environment: http://docs.alfresco.com/5.1/concepts/alfresco-sdk-installing-prerequisite-software.html

Generating a so called All-In-One (AIO) project, where both platform and UI customizations can be implemented: http://docs.alfresco.com/5.1/tasks/alfresco-sdk-tutorials-all-in-one-archetype.html

Importing into Eclipse: http://docs.alfresco.com/5.1/tasks/alfresco-sdk-rad-eclipse-import-projects.html

Hi Martin,

Actually i have already installed alfresco and there are certain customization i have done. Now i want to make a share.war with new customization so that i can deploy it in my alfresco directory.


Regards,
Nancy

gravitonian
Star Collaborator
Star Collaborator
Hi,

How are you currently managing your customizations?

I would recommend moving to an SDK project. So you can release and tag your changes.

thanks Martin for the solution.

As suggested by you I am using AIO archetype and made one share amp in which i am customizing and made this amp as part of AIO archetype.



Regards,
Nancy