I've developed my first set of custom types/aspects. I created everything on my local Windows app and modified files under my tomcat folder. This worked great so I tried copying them into the parallel (?) structure on Linux. It worked fine, but Alfresco won't notice my aliases listed in the properties file. I see examples for creating AMPs and I plan to try that eventually,, but really need to get this demo running first!
Windows layout ————————————————
shared\classes\alfresco\web-extension\share-config-custom.xml
webapps\alfresco\WEB-INF\classes\alfresco\extension\model\nsDemoModel.xml
webapps\alfresco\WEB-INF\classes\alfresco\extension\navsearch-model-context.xml
shared\classes\alfresco\web-extension\messages\nsDemoModel.properties
Linux layout —————————————————-
shared/classes/alfresco/web-extension/share-config-custom.xml
webapps/alfresco/WEB-INF/classes/alfresco/extension/model/nsDemoModel.xml
webapps/alfresco/WEB-INF/classes/alfresco/extension/navsearch-model-context.xml
shared/classes/alfresco/web-extension/messages/nsDemoModel.properties <—— this one doesn't seem to be noticed!
Is there some reason the layout needs to change on Linux?