11-26-2012 01:02 PM
When trying to customize the Footer of Nuxeo by following the blogpost from Laurent Doguin everything works as expected, when starting Nuxeo directly out of Eclipse.
BUT: When exporting the addon to a jar, putting it in the plugins Folder and starting via commandline, my changes to the footer aren't deployed, while other customizations in the same addon (custom doctype) are getting deployed and are working ok.
What am i missing for the deployment of changes to xhtml fragments?
Max.
11-27-2012 01:24 PM
I seem not to be able to override template fragments, when deploying via maven
11-28-2012 12:23 PM
Hi,
That could be an ordering issue due to the plugins folder. Try to put your into the bundles folder.
Also, how did you export the addon to a JAR ? I guess there's an issue if using the Eclipse default export option instead of the Nuxeo IDE export.
11-28-2012 02:07 PM
The jar was exported from the IDE Project Explorer/Project
11-29-2012 05:27 AM
The fragment preprocessing is done at bootstrap before the nuxeo runtime being started for building the WAR. As you're contributing WAR resources, you're setting the requirement at the right place.
11-29-2012 12:15 PM
Scenario
11-29-2012 04:13 PM
Thanks for the well explained use case.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.