You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sh...@apache.org on 2008/12/22 12:52:42 UTC

svn commit: r728656 - in /webservices/axis2/trunk/c: tools/codegen/javatool/README util/src/hash.c

Author: shankar
Date: Mon Dec 22 03:52:41 2008
New Revision: 728656

URL: http://svn.apache.org/viewvc?rev=728656&view=rev
Log:
Fix for issue AXIS2C-1231

Modified:
    webservices/axis2/trunk/c/tools/codegen/javatool/README
    webservices/axis2/trunk/c/util/src/hash.c

Modified: webservices/axis2/trunk/c/tools/codegen/javatool/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/javatool/README?rev=728656&r1=728655&r2=728656&view=diff
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/javatool/README (original)
+++ webservices/axis2/trunk/c/tools/codegen/javatool/README Mon Dec 22 03:52:41 2008
@@ -1,13 +1,13 @@
 WSDL2C.sh and WSDL2C.bat
 ========================
 
-These scripts are provided to simplify the C code geneation using WSDL2C Java tool that comes with Apache Axis2/Java. 
+These scripts are provided to simplify the C code generation using WSDL2C Java tool that comes with Apache Axis2/Java. 
 
 How to use
 ----------
-1. Set AXIS2_HOME envionment vaiable to you Axis2 Java installation diectoy. 
-   eg: 'expot AXIS2_HOME=/home/axis2java' 
-3. Run WSDL2C.sh giving WSDL2C command line aguments as the aguments to the shell scipt.
+1. Set AXIS2_HOME envionment vaiable to you Axis2 Java installation directory. 
+   eg: 'export AXIS2_HOME=/home/axis2java' 
+3. Run WSDL2C.sh giving WSDL2C command line arguments as the arguments to the shell script.
 
 Note: Do the same for the bat file on Windows. 
 
@@ -15,15 +15,15 @@
 Examples
 --------
 
-To geneate a sevice skeleton in C:
+To generate a sevice skeleton in C:
 Linux:
-	sh WSDL2C.sh -uri inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
+	sh WSDL2C.sh -uri interoptestdoclitparameters.wsdl -ss -sd -d adb -u
 Windows:
-      WSDL2C.bat -uri inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
+      WSDL2C.bat -uri interoptestdoclitparameters.wsdl -ss -sd -d adb -u
 
-To geneate a client stub in C: 
+To generate a client stub in C: 
 Linux: 
-	sh WSDL2C.sh -uri inteoptestdoclitpaametes.wsdl -d adb -u 
+	sh WSDL2C.sh -uri interoptestdoclitparameters.wsdl -d adb -u 
 Windows
-      WSDL2C.bat -uri inteoptestdoclitpaametes.wsdl -d adb -u 
+      WSDL2C.bat -uri interoptestdoclitparameters.wsdl -d adb -u 
 

Modified: webservices/axis2/trunk/c/util/src/hash.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/hash.c?rev=728656&r1=728655&r2=728656&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/hash.c (original)
+++ webservices/axis2/trunk/c/util/src/hash.c Mon Dec 22 03:52:41 2008
@@ -559,6 +559,7 @@
     return AXIS2_FALSE;
 }
 
+/*
 void
 axutil_hash_entry_free(
     const axutil_env_t *env,
@@ -573,6 +574,7 @@
     AXIS2_FREE(env->allocator, hash_entry);
     return;
 }
+*/
 
 AXIS2_EXTERN void AXIS2_CALL
 axutil_hash_free(