[JBoss-dev] CVS update: contrib/iiop patch.sh

2001-08-10 Thread Ole Husgaard

  User: sparre  
  Date: 01/08/10 11:35:06

  Modified:iiop patch.sh
  Log:
  A small patch script change to make it easier to patch JBoss to
  use the JDK 1.4 ORB by default.
  
  Revision  ChangesPath
  1.4   +13 -2 contrib/iiop/patch.sh
  
  Index: patch.sh
  ===
  RCS file: /cvsroot/jboss/contrib/iiop/patch.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- patch.sh  2001/08/09 14:19:02 1.3
  +++ patch.sh  2001/08/10 18:35:06 1.4
  @@ -8,6 +8,17 @@
 exit 1
   fi
   
  +# Default ORB classes
  +if [ /bin/true ]; then
  +  # JacORB
  +  ORB_CLASS=org.jacorb.orb.ORB
  +  ORB_SINGLETON_CLASS=org.jacorb.orb.ORBSingleton
  +else 
  +  # JDK 1.4
  +  ORB_CLASS=com.sun.corba.se.internal.POA.POAORB
  +  ORB_SINGLETON_CLASS=com.sun.corba.se.internal.corba.ORBSingleton
  +fi
  +
   # patch configuration file.
   patch -p0 <
   +  
  -+org.jacorb.orb.ORB
  -+org.jacorb.orb.ORBSingleton
  ++$ORB_CLASS
  ++$ORB_SINGLETON_CLASS
   +   
   +
   +  
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/iiop patch.sh

2001-08-09 Thread Ole Husgaard

  User: sparre  
  Date: 01/08/09 07:19:02

  Modified:iiop patch.sh
  Log:
  Another patch script fix.
  Also made the ORB class and ORB singleton class attributes
  of the MBean.
  
  Revision  ChangesPath
  1.3   +28 -7 contrib/iiop/patch.sh
  
  Index: patch.sh
  ===
  RCS file: /cvsroot/jboss/contrib/iiop/patch.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- patch.sh  2001/08/09 13:16:38 1.2
  +++ patch.sh  2001/08/09 14:19:02 1.3
  @@ -8,24 +8,45 @@
 exit 1
   fi
   
  +# patch configuration file.
   patch -p0 <
  +--- $JBOSS/src/etc/conf/default/jboss.jcml   Wed Aug  8 23:52:33 2001
   $JBOSS/src/etc/conf/default/jboss.jcml   Thu Aug  9 16:25:45 2001
  +@@ -23,6 +23,15 @@
  

  -+  
  +   
   +  
   +  
   +  
  ++org.jacorb.orb.ORB
  ++org.jacorb.orb.ORBSingleton
   +   
  - 
  -   
  ++
  ++  
  
  +   
  +   
  +EOF
  +
  +# patch build file.
  +patch -p0 <
  + 
  +  
  ++ 
  +  
  + http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/iiop patch.sh

2001-08-09 Thread Ole Husgaard

  User: sparre  
  Date: 01/08/09 06:16:38

  Modified:iiop patch.sh
  Log:
  Need to copy jacorb.jar too.
  
  Revision  ChangesPath
  1.2   +2 -1  contrib/iiop/patch.sh
  
  Index: patch.sh
  ===
  RCS file: /cvsroot/jboss/contrib/iiop/patch.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- patch.sh  2001/08/08 21:23:47 1.1
  +++ patch.sh  2001/08/09 13:16:38 1.2
  @@ -27,4 +27,5 @@
   EOF
   
   cp -a src/main/org/jboss/iiop $JBOSS/src/main/org/jboss
  -
  +cp jacorb.jar $JBOSS/lib
  +cp jacorb.jar $JBOSS/src/lib
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/iiop patch.sh

2001-08-08 Thread Ole Husgaard

  User: sparre  
  Date: 01/08/08 14:23:47

  Added:   iiop patch.sh
  Log:
  Added a simple shell script for patching JBoss with the IIOP code.
  
  Revision  ChangesPath
  1.1  contrib/iiop/patch.sh
  
  Index: patch.sh
  ===
  #!/bin/bash
  
  # Fixup to fit _your_ local jboss location.
  JBOSS=/home/osh/src/java/jboss/jboss
  
  if [ ! -f $JBOSS/src/etc/conf/default/jboss.jcml ]; then
echo Fixup this script with right location of JBoss
exit 1
  fi
  
  patch -p0 <
 
   
  +  
  +  
  +  
  +  
  +   
   
 
 
  EOF
  
  cp -a src/main/org/jboss/iiop $JBOSS/src/main/org/jboss
  
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development