You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by an...@apache.org on 2004/03/04 08:50:03 UTC

cvs commit: xml-forrest build.bat build.sh

antonio     2004/03/03 23:50:03

  Modified:    .        build.bat build.sh
  Log:
  Don't print innecesary info
  
  Revision  Changes    Path
  1.6       +1 -1      xml-forrest/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs//xml-forrest/build.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.bat	30 Oct 2002 09:01:35 -0000	1.5
  +++ build.bat	4 Mar 2004 07:50:03 -0000	1.6
  @@ -8,7 +8,7 @@
   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 -Djava.endorsed.dirs=lib\endorsed -logger org.apache.tools.ant.NoBannerLogger -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   set ANT_HOME=%OLD_ANT_HOME%
   set CLASSPATH=%OLD_CLASSPATH%
  
  
  
  1.9       +1 -1      xml-forrest/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs//xml-forrest/build.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.sh	4 Mar 2004 07:38:08 -0000	1.8
  +++ build.sh	4 Mar 2004 07:50:03 -0000	1.9
  @@ -24,7 +24,7 @@
   export CLASSPATH
   
   echo Using classpath: \"$CLASSPATH\"
  -"$PWD/./tools/ant/bin/ant" -emacs  $@
  +"$PWD/./tools/ant/bin/ant" -logger org.apache.tools.ant.NoBannerLogger -emacs  $@
   
   unset CLASSPATH