On 10 May 2007, at 13:50, Jean-Marc Orliaguet wrote:
Mirto Silvio Busico wrote:

No luck: fresh jbos + fresh nuxeo (18474) == tesxt blue on blue

Regards
    Mirto



it broke at revision 18425
http://svn.nuxeo.org/trac/nuxeo/changeset/18425

I'm not sure what the changes do, but the Photoshop palette (nxcolors.aco) is located under the directory specified in the changes under org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/ main/resources/themes/palettes/nxcolors.aco

+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+  </build>

The filtering parses all files and interprets ${...} stuff at jar build time. This should be done only for known text files. Dragos, please revert and replace with a filtering on the files for which you really need this.

Thanks,
Florent


--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to