User: jung
Date: 00/12/04 04:35:25
Modified: bin make.bat
Log:
adopted to latest jboss container,
added decimal and date
removed some problems due to forward-referencing in meta-data
added serialisation policy
Revision Changes Path
1.3 +70 -64 zoap/bin/make.bat
Index: make.bat
===================================================================
RCS file: /products/cvs/ejboss/zoap/bin/make.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.bat 2000/08/11 14:43:45 1.2
+++ make.bat 2000/12/04 12:35:25 1.3
@@ -1,69 +1,78 @@
-@echo off
-
-REM
=========================================================================================================
-REM $Id: make.bat,v 1.2 2000/08/11 14:43:45 jung Exp $
-REM Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12,
-REM D-66299 Friedrichsthal, Germany. All Rights Reserved.
-REM
-REM This program is free software; you can redistribute it and/or
-REM modify it under the terms of the GNU General Public License
-REM as published by the Free Software Foundation; either version 2
-REM of the License, or (at your option) any later version.
-REM
-REM This program is distributed in the hope that it will be useful,
-REM but WITHOUT ANY WARRANTY; without even the implied warranty of
-REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-REM GNU General Public License for more details.
-REM
-REM You should have received a copy of the GNU General Public License
-REM along with this program; if not, write to the Free Software
-REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-REM
=========================================================================================================
-
-@setlocal
-
-:output
-
-echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
-echo %0 comes with ABSOLUTELY NO WARRANTY.
-echo This is free software, and you are welcome
-echo to redistribute it under certain conditions.
-echo.
-
-:initialise
-
-set CLASSPATH=..\lib\ext\ant.jar
-set CLASSPATH=%CLASSPATH%;..\lib\ext\tools.jar
-set CLASSPATH=%CLASSPATH%;..\lib\ext\xml.jar
-
-:parse
-
-:branch
-
-rem <put in any goto depending on your variables/>
-
-:start
-
-java -classpath "%CLASSPATH%" org.apache.tools.ant.Main -buildfile
../etc/makefiles/zoap.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
-
-goto end
-
-:usage
-
-echo synopsis: %0
-echo.
-echo echo options:
-echo.
-rem echo -example an example option
-rem echo that allows I dunno
-echo.
-
-:end
+@echo off
+
+REM
=========================================================================================================
+REM $Id: make.bat,v 1.3 2000/12/04 12:35:25 jung Exp $
+REM Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12,
+REM D-66299 Friedrichsthal, Germany. All Rights Reserved.
+REM
+REM This program is free software; you can redistribute it and/or
+REM modify it under the terms of the GNU General Public License
+REM as published by the Free Software Foundation; either version 2
+REM of the License, or (at your option) any later version.
+REM
+REM This program is distributed in the hope that it will be useful,
+REM but WITHOUT ANY WARRANTY; without even the implied warranty of
+REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+REM GNU General Public License for more details.
+REM
+REM You should have received a copy of the GNU General Public License
+REM along with this program; if not, write to the Free Software
+REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+REM
=========================================================================================================
+
+@setlocal
+
+:output
+
+echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
+echo %0 comes with ABSOLUTELY NO WARRANTY.
+echo This is free software, and you are welcome
+echo to redistribute it under certain conditions.
+echo.
+
+:initialise
+
+set CLASSPATH=..\lib\ext\ant.jar
+set CLASSPATH=%CLASSPATH%;..\lib\ext\tools.jar
+set CLASSPATH=%CLASSPATH%;..\lib\ext\xml.jar
+
+:parse
+
+:branch
+
+rem <put in any goto depending on your variables/>
+
+:start
+
+java -classpath "%CLASSPATH%" org.apache.tools.ant.Main -buildfile
../etc/makefiles/zoap.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
+
+goto end
+
+:usage
+
+echo synopsis: %0
+echo.
+echo echo options:
+echo.
+rem echo -example an example option
+rem echo that allows I dunno
+echo.
+
+:end
pause
+
+@endlocal
-@endlocal
-
REM $Log: make.bat,v $
+REM Revision 1.3 2000/12/04 12:35:25 jung
+REM adopted to latest jboss container,
+REM
+REM added decimal and date
+REM
+REM removed some problems due to forward-referencing in meta-data
+REM
+REM added serialisation policy
+REM
REM Revision 1.2 2000/08/11 14:43:45 jung
REM added comments how to run the testsuite with jboss.
REM an scl file was wrongly named and had to be moved.
@@ -72,5 +81,5 @@
REM
REM Revision 1.1.1.1 2000/08/10 21:04:50 jung
REM Initial import.
+REM
REM
-REM