You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/25 21:35:13 UTC

svn commit: r436961 - /incubator/xap/trunk/build.bat

Author: mturyn
Date: Fri Aug 25 14:35:11 2006
New Revision: 436961

URL: http://svn.apache.org/viewvc?rev=436961&view=rev
Log:
For: Rob Gagne

added build.bat back in

Added:
    incubator/xap/trunk/build.bat

Added: incubator/xap/trunk/build.bat
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/build.bat?rev=436961&view=auto
==============================================================================
--- incubator/xap/trunk/build.bat (added)
+++ incubator/xap/trunk/build.bat Fri Aug 25 14:35:11 2006
@@ -0,0 +1,16 @@
+@echo off
+if "%OS%"=="Windows_NT" @setlocal
+
+rem Uncomment the line below and set the ANT_HOME to point to your ANT install
+rem set ANT_HOME=
+
+rem Uncomment the line below and set the JAVA_HOME to point to a JDK 1.5 install
+rem set JAVA_HOME=
+
+set CLASSPATH=%CLASSPATH%;./jsunit/java/lib/junit.jar
+set PATH=%PATH%;%ANT_HOME%
+
+call ant %*
+
+if "%OS%"=="Windows_NT" @endlocal
+:EOF
\ No newline at end of file