You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/01/18 07:27:11 UTC

svn commit: r125464 - /geronimo/trunk/modules/assembly/maven.xml

Author: djencks
Date: Mon Jan 17 22:27:09 2005
New Revision: 125464

URL: http://svn.apache.org/viewcvs?view=rev&rev=125464
Log:
attempt to fix GERONIMO-544 by sleeping while the server shuts down
Modified:
   geronimo/trunk/modules/assembly/maven.xml

Modified: geronimo/trunk/modules/assembly/maven.xml
Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/maven.xml?view=diff&rev=125464&p1=geronimo/trunk/modules/assembly/maven.xml&r1=125463&p2=geronimo/trunk/modules/assembly/maven.xml&r2=125464
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml	(original)
+++ geronimo/trunk/modules/assembly/maven.xml	Mon Jan 17 22:27:09 2005
@@ -58,6 +58,8 @@
     <preGoal name="jar:jar">
         <attainGoal name="assemble"/>
         <j:if test="${context.getVariable('geronimo.assemble.delete.logs') == 'true'}">
+            <!--wait for server to finish stopping so windows unlocks the log files -->
+            <sleep seconds="2"/>
             <delete>
                 <fileset dir="${distDir}/var/log" includes="*.log"/>
             </delete>