User: fleury
Date: 00/08/16 12:08:29
Modified: build build.bat
Log:
Remove the REM if your zola install is in the same one as the jboss one and you will
get updated files automatically
Revision Changes Path
1.8 +6 -0 zola/build/build.bat
Index: build.bat
===================================================================
RCS file: /products/cvs/ejboss/zola/build/build.bat,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.bat 2000/04/27 20:09:41 1.7
+++ build.bat 2000/08/16 19:08:28 1.8
@@ -34,5 +34,11 @@
java -cp %CLASSPATH% -Djdk="%JDK%" org.apache.tools.ant.Main -buildfile %BUILDFILE%
%TARGET%
+REM copy ..\ZOL\ZOL-1.9\beans\TestBeans.jar ..\..\jboss\src\deploy
+REM copy ..\ZOL\ZOL-1.9\beans\TestBeans.jar ..\..\jboss\dist\deploy
+
+REM copy ..\ZOL\ZOL-1.9\clients\TestBeanClient.jar ..\..\jboss\src\client\
+REM copy ..\ZOL\ZOL-1.9\clients\TestBeanClient.jar ..\..\jboss\dist\client\
+
echo.
echo **** Done! What's next? ****