User: starksm Date: 02/02/21 12:27:54 Modified: jboss build.xml Log: Create an empty log/server.log to make the dumb unarchiver tools create the log directory Revision Changes Path 1.87 +3 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- build.xml 17 Feb 2002 21:50:26 -0000 1.86 +++ build.xml 21 Feb 2002 20:27:53 -0000 1.87 @@ -12,7 +12,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.86 2002/02/17 21:50:26 reverbel Exp $ --> +<!-- $Id: build.xml,v 1.87 2002/02/21 20:27:53 starksm Exp $ --> <project default="main" name="JBoss/Build"> @@ -573,6 +573,8 @@ <!-- Setup the log file directory (log) --> <mkdir dir="${install.log}"/> + <!-- Create an emtpy log/server.log --> + <touch file="${install.log}/server.log"/> <!-- Setup the temporary file directory (tmp) --> <mkdir dir="${install.tmp}"/>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development