dblevins    2005/08/29 03:24:40

  Modified:    modules/core/src/bin openejb
  Log:

  The ability to set openejb.home and start the remote server from outside
  openejb.home was broken.  Now fixed.
  
  Revision  Changes    Path
  1.5       +3 -1      openejb1/modules/core/src/bin/openejb
  
  Index: openejb
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb1/modules/core/src/bin/openejb,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- openejb   12 Aug 2004 21:08:47 -0000      1.4
  +++ openejb   29 Aug 2005 07:24:40 -0000      1.5
  @@ -57,6 +57,8 @@
     OPENEJB_HOME=`cygpath --path --windows "$OPENEJB_HOME"`
   fi
   
  +echo OPENEJB_HOME = $OPENEJB_HOME
  +
   OPTIONS="-Dopenejb.home=$OPENEJB_HOME"
   
   #============================================================
  
  
  

Reply via email to