You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2005/02/24 21:21:45 UTC

svn commit: r155233 - lenya/trunk/lenya.bat lenya/trunk/lenya.sh

Author: roku
Date: Thu Feb 24 12:21:43 2005
New Revision: 155233

URL: http://svn.apache.org/viewcvs?view=rev&rev=155233
Log:
Create WEB-INF\logs on unpacking of the war file. Otherwise we get erros on console upon start up.
The ant jar task does not include empty dirs.

Modified:
    lenya/trunk/lenya.bat
    lenya/trunk/lenya.sh

Modified: lenya/trunk/lenya.bat
URL: http://svn.apache.org/viewcvs/lenya/trunk/lenya.bat?view=diff&r1=155232&r2=155233
==============================================================================
--- lenya/trunk/lenya.bat (original)
+++ lenya/trunk/lenya.bat Thu Feb 24 12:21:43 2005
@@ -93,6 +93,7 @@
 cd build\lenya\webapp
 "%JAVA_HOME%\bin\jar.exe" -xf ..\..\..\lenya.war
 cd ..\..\..
+mkdir build\lenya\webapp\WEB-INF\logs
 
 :: ----- Check action ----------------------------------------------------------
 :action

Modified: lenya/trunk/lenya.sh
URL: http://svn.apache.org/viewcvs/lenya/trunk/lenya.sh?view=diff&r1=155232&r2=155233
==============================================================================
--- lenya/trunk/lenya.sh (original)
+++ lenya/trunk/lenya.sh Thu Feb 24 12:21:43 2005
@@ -158,6 +158,7 @@
         cd build/lenya/webapp
         $JAVA_HOME/bin/jar -xf lenya.war
         cd ../../..
+        mkdir -p build/lenya/webapp/WEB-INF/logs
         rm build/lenya/webapp/lenya.war
     else
         echo "INFO: No such war file lenya.war or build directory!"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org