You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/03/04 14:14:36 UTC

cvs commit: xml-xindice build.sh

vgritsenko    2004/03/04 05:14:35

  Modified:    .        build.sh
  Log:
  make it work as cron job
  
  Revision  Changes    Path
  1.10      +2 -2      xml-xindice/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.sh	23 Feb 2004 02:23:52 -0000	1.9
  +++ build.sh	4 Mar 2004 13:14:35 -0000	1.10
  @@ -30,6 +30,6 @@
   
   ANT_OPTS="-Djava.endorsed.dirs=build/endorsed -Djava.awt.headless=true"; export ANT_OPTS
   
  -$PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger $@
  +`pwd`/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger $@
   
   CLASSPATH=$CP; export CLASSPATH