rubys 01/02/05 08:13:06 Modified: proposal/gump gen.bat Log: Clean and recreate the work directory on windows Revision Changes Path 1.2 +3 -0 jakarta-alexandria/proposal/gump/gen.bat Index: gen.bat =================================================================== RCS file: /home/cvs/jakarta-alexandria/proposal/gump/gen.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gen.bat 2001/02/04 18:03:51 1.1 +++ gen.bat 2001/02/05 16:13:06 1.2 @@ -7,6 +7,9 @@ SET SOURCE=%1 IF "%1"=="" SET SOURCE=%COMPUTERNAME%.xml +if exist work rmdir /s /q work +mkdir work + echo Merging projects into workspace java org.apache.xalan.xslt.Process -xml -in %SOURCE% -xsl stylesheet\merge.xsl -out work/merge.xml if not errorlevel 0 goto fail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
