cancel
Showing results for 
Search instead for 
Did you mean: 

Add new theme in Alfresco SDK maven project

ramymansouri
Champ in-the-making
Champ in-the-making
Hi everyone,
I've been trying more than a week to deploy a new theme in Alfrsco SDK maven project using eclipse but I failed to do this.

By adding the newTheme.xml file in "share-amp\target\share-amp\config\alfresco\web-extension\site-data\themes\" , I managed to add the new theme in the theme list and nothing else .I didn't know where to put the file newTheme in which there will be the new theme CSS description (skin.css , presentation.css,..).

Could you please tell me how I can effectively deploy a new theme in alfresco SDK project ?

Thank you,
Regards.
Ramy
3 REPLIES 3

mwallach
Champ in-the-making
Champ in-the-making
Ramy,

I have done this by creating src/main/resources/META-INF/themes/myTheme under my share-amp project and putting theme css, etc there. The theme is exposed by creating share-amp/src/main/amp/config/alfresco/web-extension/site-data/themes/myTheme.xml file

Mike

Hi Mike,

it's working now , thank you so much. For all those who will encounter this issue don't forget to add this to the POM.xml in your Share-amp project (see attached image).

Thank you again Mike , you're my savior ^_^
Regards.

Ramy

saif
Champ on-the-rise
Champ on-the-rise
hello,
please can you tell me the steps are u follow to deploy alfresco SDK
thanks