You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/04/30 15:55:15 UTC

svn commit: r939678 - /james/server/trunk/spring-deployment/pom.xml

Author: norman
Date: Fri Apr 30 13:55:15 2010
New Revision: 939678

URL: http://svn.apache.org/viewvc?rev=939678&view=rev
Log:
Copy linux wrapper to have a fallback if no matching wrapper was found (this works on most systems like fbsd)

Modified:
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=939678&r1=939677&r2=939678&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Apr 30 13:55:15 2010
@@ -158,6 +158,9 @@
                 <!-- this is needed because appassembler is not really smart on some settings -->
                 <replace file="${project.build.directory}/appassembler/jsw/james/conf/wrapper.conf" token="lib/wrapper.jar" value="%REPO_DIR%/wrapper.jar"/>
                 <replace file="${project.build.directory}/appassembler/jsw/james/bin/james" token="logs" value="var"/>
+                
+                <!--  copy the linux wrapper-linux-x86-32 to wrapper, so use it as default if no matching wrapper was found-->
+                <copy file="${project.build.directory}/appassembler/jsw/james/bin/wrapper-linux-x86-32" tofile="${project.build.directory}/appassembler/jsw/james/bin/wrapper"/>
               </tasks>
 
             </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org