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
This commit is contained in:
parent
f9e309cbf2
commit
5c3ea7e43f
@ -6,6 +6,7 @@ set ANT_HOME=tools\antipede
|
|||||||
set OLD_CLASSPATH=%CLASSPATH%
|
set OLD_CLASSPATH=%CLASSPATH%
|
||||||
for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i
|
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
|
call %ANT_HOME%\bin\ant -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
|
||||||
set ANT_HOME=%OLD_ANT_HOME%
|
set ANT_HOME=%OLD_ANT_HOME%
|
||||||
|
1
build.sh
1
build.sh
@ -29,6 +29,7 @@ unset CLASSPATH
|
|||||||
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
||||||
export CLASSPATH
|
export CLASSPATH
|
||||||
|
|
||||||
|
echo Using classpath: \"$CLASSPATH\"
|
||||||
$PWD/./tools/antipede/bin/ant -emacs $@
|
$PWD/./tools/antipede/bin/ant -emacs $@
|
||||||
|
|
||||||
unset CLASSPATH
|
unset CLASSPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user