diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-09 16:02:48 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-09 16:02:48 +0000 |
commit | 48b2018d9c4e3b5e2e452716e02747e95f745562 (patch) | |
tree | 29bca56ea2b8bce57a46a360836604bd275bd3b8 /build.bat | |
parent | d59f859ddeb51d7ca1404057ac30e081c6db1b60 (diff) | |
download | poi-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-x | build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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% |