When I run jettyrun from platform web, I don't get the skins loaded.
What I see in the run is that it points to the sources of platform web for it's web resources.

With this patch:

Index: pom.xml
===================================================================
--- pom.xml     (revision 9842)
+++ pom.xml     (working copy)
@@ -170,6 +170,7 @@
            <configuration>
              <contextPath>/xwiki</contextPath>
<classesDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF</classesDirectory> + <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}/</webAppSourceDirectory>
              <scanIntervalSeconds>10</scanIntervalSeconds>
              <connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">

It points to the result of the build in target, where the skins have been unzipped.

I would commit this, but I'm wondering why this was not reported already and if everybody has this problem ?

Ludovic

--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

begin:vcard
fn:Ludovic Dubost
n:Dubost;Ludovic
org:XWiki
adr:;;10 Rue Pernety;Paris;;75014;France
email;internet:[EMAIL PROTECTED]
title:CEO
tel;work:01 45 42 40 90
tel;fax:09 59 26 92 14
tel;home:09 54 26 92 14
tel;cell:06 09 34 92 14
x-mozilla-html:TRUE
url:http://www.xwiki.com
version:2.1
end:vcard

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to