[xwiki-devs] Issue when running mvn install -Pjettyrun on platform web

Ludovic Dubost ludovic at xwiki.com
Mon May 19 16:29:34 CEST 2008


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ludovic.vcf
Type: text/x-vcard
Size: 304 bytes
Desc: not available
Url : http://lists.xwiki.org/pipermail/devs/attachments/20080519/3ee62cfd/attachment.vcf 


More information about the devs mailing list