<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nuxeo IDE addon deployment in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317821#M4822</link>
    <description>&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Nov 2012 10:27:20 GMT</pubDate>
    <dc:creator>slacoin_Lacoin</dc:creator>
    <dc:date>2012-11-29T10:27:20Z</dc:date>
    <item>
      <title>Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317817#M4818</link>
      <description>&lt;P&gt;When trying to customize the Footer of Nuxeo by following the blogpost from &lt;A href="http://www.nuxeo.com/blog/development/2012/03/qa-friday-change-nuxeo-platform-footer-links-studio/"&gt;Laurent Doguin&lt;/A&gt; everything works as expected, when starting Nuxeo directly out of Eclipse.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;What am i missing for the deployment of changes to xhtml fragments?&lt;/P&gt;
&lt;P&gt;Max.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2012 18:02:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317817#M4818</guid>
      <dc:creator>maxodoble</dc:creator>
      <dc:date>2012-11-26T18:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317818#M4819</link>
      <description>&lt;P&gt;I seem not to be able to override template fragments, when deploying via maven&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 18:24:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317818#M4819</guid>
      <dc:creator>maxodoble</dc:creator>
      <dc:date>2012-11-27T18:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317819#M4820</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;That could be an ordering issue due to the plugins folder. Try to put your into the bundles folder.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 17:23:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317819#M4820</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-11-28T17:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317820#M4821</link>
      <description>&lt;P&gt;The jar was exported from the IDE Project Explorer/Project&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 19:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317820#M4821</guid>
      <dc:creator>maxodoble</dc:creator>
      <dc:date>2012-11-28T19:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317821#M4822</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 10:27:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317821#M4822</guid>
      <dc:creator>slacoin_Lacoin</dc:creator>
      <dc:date>2012-11-29T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317822#M4823</link>
      <description>&lt;P&gt;Scenario&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317822#M4823</guid>
      <dc:creator>maxodoble</dc:creator>
      <dc:date>2012-11-29T17:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo IDE addon deployment</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317823#M4824</link>
      <description>&lt;P&gt;Thanks for the well explained use case.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 21:13:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-ide-addon-deployment/m-p/317823#M4824</guid>
      <dc:creator>slacoin_Lacoin</dc:creator>
      <dc:date>2012-11-29T21:13:50Z</dc:date>
    </item>
  </channel>
</rss>

