summaryrefslogtreecommitdiffstats
path: root/build.bat
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-04-09 16:02:48 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-04-09 16:02:48 +0000
commit48b2018d9c4e3b5e2e452716e02747e95f745562 (patch)
tree29bca56ea2b8bce57a46a360836604bd275bd3b8 /build.bat
parentd59f859ddeb51d7ca1404057ac30e081c6db1b60 (diff)
downloadpoi-48b2018d9c4e3b5e2e452716e02747e95f745562.tar.gz
poi-48b2018d9c4e3b5e2e452716e02747e95f745562.zip
Now it shows the classpath it's using to boot.
It should contain all and only the jars in lib/endorsed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index c9a1ad78c6..5fb655a5ef 100755
--- a/build.bat
+++ b/build.bat
@@ -6,6 +6,7 @@ set ANT_HOME=tools\antipede
set OLD_CLASSPATH=%CLASSPATH%
for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i
+echo Using classpath: "%CLASSPATH%"
call %ANT_HOME%\bin\ant -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
set ANT_HOME=%OLD_ANT_HOME%