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 di...@apache.org on 2006/09/30 15:01:30 UTC

svn commit: r451592 - in /webservices/axis2/trunk/c: project.properties project.xml xdocs/docs/installationguide.html xdocs/index.html xdocs/svn.html

Author: dinesh
Date: Sat Sep 30 06:01:29 2006
New Revision: 451592

URL: http://svn.apache.org/viewvc?view=rev&rev=451592
Log:
xdocs update for 0.94

Modified:
    webservices/axis2/trunk/c/project.properties
    webservices/axis2/trunk/c/project.xml
    webservices/axis2/trunk/c/xdocs/docs/installationguide.html
    webservices/axis2/trunk/c/xdocs/index.html
    webservices/axis2/trunk/c/xdocs/svn.html

Modified: webservices/axis2/trunk/c/project.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/project.properties?view=diff&rev=451592&r1=451591&r2=451592
==============================================================================
--- webservices/axis2/trunk/c/project.properties (original)
+++ webservices/axis2/trunk/c/project.properties Sat Sep 30 06:01:29 2006
@@ -14,7 +14,7 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-axis2_version=0.93
+axis2_version=0.94
 #freehep.nar.arch=i386
 #freehep.nar.os=Linux
 #freehep.nar.c.compiler=gcc

Modified: webservices/axis2/trunk/c/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/project.xml?view=diff&rev=451592&r1=451591&r2=451592
==============================================================================
--- webservices/axis2/trunk/c/project.xml (original)
+++ webservices/axis2/trunk/c/project.xml Sat Sep 30 06:01:29 2006
@@ -65,7 +65,7 @@
         </mailingList>
     </mailingLists>
 	
-    <!-- ========== -->
+        <!-- ========== -->
 	<!-- Developers -->
 	<!-- ========== -->
 	<developers>
@@ -76,12 +76,6 @@
 			<organization>WSO2</organization>
 		</developer>
 		<developer>
-			<name>Paul Fremantle</name>
-			<id>pzf</id>
-			<email>paul AT wso2.com</email>
-			<organization>WSO2</organization>
-		</developer>
-		<developer>
 			<name>Sahan Gamage</name>
 			<id>sahan</id>
 			<email>sahans AT gmail.com</email>
@@ -108,8 +102,8 @@
 		<developer>
 			<name>Dinesh Premalal</name>
 			<id>dinesh</id>
-			<email>xydinesh AT gmail.com</email>
-			<organization>University of Moratuwa</organization>
+			<email>dinesh AT wso2.com</email>
+			<organization>WSO2</organization>
 		</developer>
 		<developer>
 			<name>Sanjaya Rathnaweera</name>
@@ -118,6 +112,24 @@
 			<organization>WSO2</organization>
 		</developer>
 		<developer>
+			<name>Nabeel Yoosuf</name>
+			<id>nabeel</id>
+			<email>nabeel.yoosuf AT gmail.com</email>
+			<organization>Purdue University</organization>
+		</developer>
+		<developer>
+		        <name>Dimuthu Gamage</name>
+			<id>dimuthucg</id>
+			<email>dimuthuc AT gmail.com</email>
+			<organization>Univerisity of Moratuwa</organization>
+		</developer>
+		<developer>
+			<name>Paul Fremantle</name>
+			<id>pzf</id>
+			<email>paul AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
 			<name>Davanum Srinivas</name>
 			<id>dims</id>
 			<email>dims AT wso2.com</email>
@@ -129,12 +141,6 @@
 			<email>sanjiva AT wso2.com</email>
 			<organization>WSO2</organization>
 		</developer>
-		<developer>
-			<name>Nabeel Yoosuf</name>
-			<id>nabeel</id>
-			<email>nabeel.yoosuf AT gmail.com</email>
-			<organization>Purdue University</organization>
-		</developer>
 	</developers>
 	<contributors>
 		<contributor>
@@ -142,14 +148,6 @@
 			<email>jjc AT public.jclark.com</email>
             <roles>
                 <role>Technical Adviser on Building a Portable/Re-usable C library</role>
-            </roles>
-		</contributor>
-		<contributor>
-			<name>Dimuthu Gamage</name>
-			<email>dimuthuc AT gmail.com</email>
-			<organization>Univerisity of Moratuwa</organization>
-            <roles>
-                <role>Implemeted WSDL2C tool</role>
             </roles>
 		</contributor>
 	</contributors>

Modified: webservices/axis2/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/installationguide.html?view=diff&rev=451592&r1=451591&r2=451592
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/installationguide.html Sat Sep 30 06:01:29 2006
@@ -154,10 +154,6 @@
       <li>cd /your_path_to_axis2c_source</li>
     </ul>
   </li>
-  <li>Set parser location
-    <p>Include path and library path to parser should be set. For libxml2
-    this is automatically resolved by configure script.</p>
-  </li>
   <li>Build the source
     <ul>
       <li>This can be done using the following command sequence:
@@ -170,6 +166,15 @@
       <li>use './configure --help' for possible command line options.</li>
       <li>NOTE: If you don't provide a --prefix configure option, it will by
         defaul install into /usr/local/axis2c folder.</li>
+      <li>You may also need to set LD_LIBRARY_PATH to include the
+      install locations.</li>
+     <li>    You may need to try axis2c with guththila xml parser. You
+     can do it by giving --enable-guththila=yes</li>
+           <ul> 
+	   <li> ./configure --enable-guththila=yes [other configuration options]</li>
+	   <li>make</li>
+	   <li> make install</li>
+	   </ul>
       <li>If you need to get the samples working, you also need to build the
         samples.
         <p>To build samples:</p>

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?view=diff&rev=451592&r1=451591&r2=451592
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Sat Sep 30 06:01:29 2006
@@ -59,8 +59,8 @@
    implementations)</li>
    <li>Guththila pull parser support - <strong>New</strong></li>
    <li> WSDL2C code generation tool- with schema code generation
- (experimental) - <strong>New</New></li>
-   <li> TCP Monitor - C implementation (experimental)<strong>New</strong></li>
+ (experimental) - <strong>New</strong></li>
+   <li> TCP Monitor - C implementation (experimental) - <strong>New</strong></li>
   </ol>
 
 <h4>Major Changes Since Last Release</h4>
@@ -110,8 +110,8 @@
           <li> Axis Data Binding (ADB) support</li>
          </ul>
    <li> Security module with UsernameToken support</li>
-   <li> REST support (HTTP GET case) - <strong>New</strong></li>
-   <li> Dynamic invocation support (based on XML schema and WSDL implementations) - <strong>New</strong></li>
+   <li> REST support (HTTP GET case)</li>
+   <li> Dynamic invocation support (based on XML schema and WSDL implementations)</li>
   </ol>
 
 <h4>Major Changes Since Last Release</h4>

Modified: webservices/axis2/trunk/c/xdocs/svn.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/svn.html?view=diff&rev=451592&r1=451591&r2=451592
==============================================================================
--- webservices/axis2/trunk/c/xdocs/svn.html (original)
+++ webservices/axis2/trunk/c/xdocs/svn.html Sat Sep 30 06:01:29 2006
@@ -28,12 +28,8 @@
 guidelines on setting up/installing Subversion, please read the ASF 
 <a href="http://www.apache.org/dev/version-control.html"
 target="_blank">Source Code Repositories page</a>.</p>
-
-
 <a name="checkout"></a>
-
 <h2>Checkout Axis2/C From Subversion</h2>
-
 <p>When checking out the latest version of Apache Axis2/C
 from the Apache Foundation's Subversion repository you must use one of
 the following URLs depending on your level of access to the Axis2/C source
@@ -60,12 +56,10 @@
 and 'folder name' is the name of the folder into which the source code is to be
 checked out.</p>
 <br/>
-
 <p>To update your working copy to the latest version from the repository
 execute:</p>
 <p><strong>svn update</strong></p>
 <br/>
-
 <p>If you would like to submit a patch, execute:</p>
 <p><strong>svn diff</strong></p>
 <p>above command would create a unified diff that could be attached to the Apache



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org