You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/24 07:53:17 UTC

cvs commit: ws-axis/c/tests/parserAbsTest Readme_Linux.txt Readme_Windows.txt

damitha     2004/06/23 22:53:17

  Added:       c/tests/parserAbsTest Readme_Linux.txt Readme_Windows.txt
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/parserAbsTest/Readme_Linux.txt
  
  Index: Readme_Linux.txt
  ===================================================================
  Parser Abstraction Layer - Linux 
  
  Test cases for Apache2 and Apache1.3
  
  case 1:Test all samples/tests with each parser   
  
  case 2:Test with parser not in place as specified by $AXIS_HOME/axiscpp.conf	
         
         Parser entry is in $AXIS_HOME/axiscpp.conf as given below
         
         XMLParser:/usr/local/Axis/libs/libaxis_xmlparser.so
         
         Create a temporary folder named temp in your place of choice.
         
         $ mkdir temp
               
         Move $AXIS_HOME/libs/libaxis_xmlparser.so file to the temp directory
          
         $ mv $AXISCPP_HOME/libs/libaxis_xmlparser.so [Place of choice]/temp/        
         
         Run the samples and test.             
  
  case 3:Test with no parser specified in $AXIS_HOME/axiscpp.conf
  	
         Move [Place of choice]/temp/libaxis_xmlparser.so file back 
         to original location on $AXIS_HOME/libs/
          
         $ mv [Place of choice]/temp/libaxis_xmlparser.so $AXISCPP_HOME/libs/ 
  
         Comment XMLParser in $AXIS_HOME/axiscpp.conf as follows:
         
         #XMLParser:/usr/local/Axis/libs/libaxis_xmlparser.so
         
         Run the samples and test.
  
  
  1.1                  ws-axis/c/tests/parserAbsTest/Readme_Windows.txt
  
  Index: Readme_Windows.txt
  ===================================================================
  Parser Abstraction Layer - Windows 
  
  Test cases for Apache2 and Apache1.3
  
  case 1:Test all samples/tests with each parser 	
  
  case 2:Test with parser not in place as specified by axiscpp.conf	
         
         Create a temporary folder named temp in your place of choice.
                
         Cut the AxisXMLParser.dll from [APACHE_HOME]\Axis\libs\ folder and 
         place it in temp directory.             
         
         Run the samples and test.
         
  case 3:Test with no parser specified in axiscpp.conf	
  
         Copy AxisXMLParser.dll from temp directory and paste AxisXMLParser.dll
         in [APACHE_HOME]\Axis\libs\ folder.
  
         Comment XMLParser in axiscpp.conf as follows:
  
         //XMLParser:[APACHE_HOME]\Axis\libs\AxisXMLParser.dll
         
          Run the samples and test.