aslom       2002/12/20 17:46:01

  Modified:    java     classpath.sh
  Log:
  fixed typo in classpath.sh that caused it to print warning, explicitly shown what 
jar files are shared by apache soap and axis
  
  Revision  Changes    Path
  1.4       +6 -4      xml-axis-wsif/java/classpath.sh
  
  Index: classpath.sh
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/classpath.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- classpath.sh      12 Dec 2002 04:39:54 -0000      1.3
  +++ classpath.sh      21 Dec 2002 01:46:01 -0000      1.4
  @@ -35,15 +35,17 @@
       LOCALCLASSPATH=`echo lib/xerces2/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
   fi
   
  -$for apapche soap
  -if [ ! "`echo lib/apache_soap/*.jar`" = "lib/apache_soap/*.jar" ] ; then
  -    LOCALCLASSPATH=`echo lib/apache_soap/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
  -fi
  +#jar files shared by apache soap and axis
   if [ ! "`echo lib/activation/*.jar`" = "lib/activation/*.jar" ] ; then
       LOCALCLASSPATH=`echo lib/activation/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
   fi
   if [ ! "`echo lib/javamail/*.jar`" = "lib/javamail/*.jar" ] ; then
       LOCALCLASSPATH=`echo lib/javamail/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
  +fi
  +
  +#for apache soap 
  +if [ ! "`echo lib/apache_soap/*.jar`" = "lib/apache_soap/*.jar" ] ; then
  +    LOCALCLASSPATH=`echo lib/apache_soap/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
   fi
   
   #all axis required jars
  
  
  


Reply via email to