nicolaken    02/04/09 09:02:48

  Modified:    .        build.bat build.sh
  Log:
  Now it shows the classpath it's using to boot.
  It should contain all and only the jars in lib/endorsed.
  
  Revision  Changes    Path
  1.7       +1 -0      jakarta-poi/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.bat 8 Apr 2002 13:34:38 -0000       1.6
  +++ build.bat 9 Apr 2002 16:02:48 -0000       1.7
  @@ -6,6 +6,7 @@
   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%
  
  
  
  1.7       +1 -0      jakarta-poi/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.sh  8 Apr 2002 13:25:58 -0000       1.6
  +++ build.sh  9 Apr 2002 16:02:48 -0000       1.7
  @@ -29,6 +29,7 @@
   CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
   export CLASSPATH
   
  +echo Using classpath: \"$CLASSPATH\"
   $PWD/./tools/antipede/bin/ant -emacs $@ 
   
   unset CLASSPATH
  
  
  


Reply via email to