mvdb        2003/01/24 10:02:39

  Modified:    .        gen.sh
  Log:
  Adding localcheck to gen.sh. Made sure it doesn't fail the generation (and to be 
complete, also specifying that using echo).
  gen.bat will follow (although haven't got a gump install on win yet..)
  
  Revision  Changes    Path
  1.38      +10 -3     jakarta-gump/gen.sh
  
  Index: gen.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gen.sh,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- gen.sh    16 Jan 2003 17:04:46 -0000      1.37
  +++ gen.sh    24 Jan 2003 18:02:38 -0000      1.38
  @@ -1,7 +1,7 @@
   #!/bin/bash
  - 
  +
   if [ -z "$XALAN" ]; then
  -    export XALAN=/data/package/xalan-j_2_2_D13
  +    export XALAN=/opt/java/xalan-j_2_2_D13
   fi
   
   if test "$1" = "-cp"; then
  @@ -161,7 +161,7 @@
   # **** publish ***
   if test -z "$FAIL"; then
     echo
  -  echo Publishing
  +  echo Publishing $SOURCE
     cd work
     chmod +x *.sh
     bash puball.sh ../$SOURCE
  @@ -170,6 +170,13 @@
   
   echo saving cached files
   test -n "$FAIL" || bash work/move.sh
  +
  +echo
  +echo Checking for local dependencies in $JSOURCE
  +echo NOTE: This will not let the generation fail!
  +echo
  +java -classpath "$CLASSPATH" LocalCheck $JSOURCE
  +echo
   
   test -z "$FAIL" || echo "*** FAILED ***"
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to