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 da...@apache.org on 2005/10/03 05:16:24 UTC

svn commit: r293220 - in /webservices/axis2/trunk/c/xdocs: developer_guide.html maven_build_guide.html

Author: damitha
Date: Sun Oct  2 20:16:18 2005
New Revision: 293220

URL: http://svn.apache.org/viewcvs?rev=293220&view=rev
Log:
Changed the documents to html format

Modified:
    webservices/axis2/trunk/c/xdocs/developer_guide.html
    webservices/axis2/trunk/c/xdocs/maven_build_guide.html

Modified: webservices/axis2/trunk/c/xdocs/developer_guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/developer_guide.html?rev=293220&r1=293219&r2=293220&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/developer_guide.html (original)
+++ webservices/axis2/trunk/c/xdocs/developer_guide.html Sun Oct  2 20:16:18 2005
@@ -1,21 +1,65 @@
-Coding Convention
-    Header file names should be prefixed with 'axis2c_'
-    e.g.axis2c_om_element.h
-    
-    Header macro definition should be the same as the header file name but in all uppercase.Use _H in place of .h 
-    e.g.for axis2c_om_element.h AXIS2C_OM_ELEMENT_H 
-    
-    enum members should be prefixed with 'AXIS2C_' e.g.
-    AXIS2C_OM_DOCUMENT 
-    
-    struct names should be prefixed with 'axis2c' 
-    e.g. axis2c_node 
-    
-    Code formatting 
-    We can use the indent program with following options:
-    indent -nbad - bap - nbc - bbo - bl - bli0 - bls - ncdb - nce - cp1 - cs - di2 -ndj - nfc1 - nfca - hnl - i4 - ip5 - lp - pcs - nprs - psl - saf - sai -saw - nsc - nsob - ts4 - nut - nbfda
-
-    In addition the above, for those that are not defined above, we could use the following guides in decreasing preference:
-        http://httpd.apache.org/dev/styleguide.html
-        http://www.gnu.org/prep/standards/standards.html
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>No title</title>
+  <meta name="generator" content="amaya 9.2.2, see http://www.w3.org/Amaya/"
+  />
+</head>
 
+<body>
+<h2 style="text-align: center">Developer Guide</h2>
+
+<h3>Coding Convention</h3>
+
+<p>Header file names should be prefixed with 'axis2_'</p>
+
+<p><code>e.g.axis2_om_element.h</code></p>
+
+<p></p>
+
+<p>Header macro definition should be the same as the header file name but in
+all uppercase.Use _H in place of .h</p>
+
+<p>e.g.for axis2c_om_element.h AXIS2C_OM_ELEMENT_H</p>
+
+<p></p>
+
+<p>enum members should be prefixed with 'AXIS2C_' e.g.</p>
+
+<p>AXIS2C_OM_DOCUMENT</p>
+
+<p></p>
+
+<p>struct names should be prefixed with 'axis2'</p>
+
+<p><code>e.g. axis2_node</code></p>
+
+<p></p>
+
+<p>Code formatting</p>
+
+<p>We can use the indent program with following options:</p>
+
+<p><code>indent -nbad - bap - nbc - bbo - bl - bli0 - bls - ncdb - nce - cp1
+- cs - di2 -ndj - nfc1 - nfca - hnl - i4 - ip5 - lp - pcs - nprs - psl - saf
+- sai -saw - nsc - nsob - ts4 - nut - nbfda</code></p>
+
+<p></p>
+
+<p>In addition the above, for those that are not defined above, we could use
+the following guides in decreasing preference:</p>
+
+<p><a
+href="http://httpd.apache.org/dev/styleguide.html">http://httpd.apache.org/dev/styleguide.html</a></p>
+
+<p><a
+href="http://www.gnu.org/prep/standards/standards.html">http://www.gnu.org/prep/standards/standards.html</a></p>
+
+<p></p>
+
+<p></p>
+</body>
+</html>

Modified: webservices/axis2/trunk/c/xdocs/maven_build_guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/maven_build_guide.html?rev=293220&r1=293219&r2=293220&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/maven_build_guide.html (original)
+++ webservices/axis2/trunk/c/xdocs/maven_build_guide.html Sun Oct  2 20:16:18 2005
@@ -1,26 +1,109 @@
-You need to set the environment variables CUTEST_HOME and APR_HOME.
-cutest is used for unit testing and apr is the portable runtime used
-e.g.:
-export CUTEST_HOME=/usr/local/apps/cutest
-export APR_HOME=/usr/local
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>No title</title>
+  <meta name="generator" content="amaya 9.2.2, see http://www.w3.org/Amaya/"
+  />
+</head>
 
-Axis2c use maven two with nar plugin instead of the native plugin.
-For further information about nar visit
+<body>
+<h2 style="text-align: center; text-indent: 4pt">Axis2/C Maven build
+guide</h2>
 
-http://java.freehep.org/freehep-nar-plugin/index.html
+<p style="text-align: justify; text-indent: 4pt">You need to set the
+environment variables CUTEST_HOME and APR_HOME.</p>
 
-You need to download nar plugin(freehep-nar-plugin-0.2.jar) and copy
-it into maven plugin folder.
+<p style="text-align: justify; text-indent: 4pt">cutest is used for unit
+testing and apr is the portable runtime used</p>
 
-You also need to copy freehep-download-plugin (freehep-download-plugin-1.0.2.jar) into
-.maven/repositoy/freehep/plugin folder(If it does not automatically download for you)
+<p style="text-align: justify; text-indent: 4pt">e.g.:</p>
 
-Also copy cpptasks jar (cpptasks-1.0b3-patched-1.6.jar) into
-.maven/repositoy/ant-contrib/jars folder (If it does not automatically download for you)
+<p style="text-align: justify; text-indent: 4pt"><code>export
+CUTEST_HOME=/usr/local/apps/cutest</code></p>
 
-If your platform is other than linux you need to change the main
-project.properties (residing at the project root folder) file according 
-to your environment. For help to do that visit 
+<p style="text-align: justify; text-indent: 4pt"><code>export
+APR_HOME=/usr/local</code></p>
 
-see http://java.freehep.org/freehep-nar-plugin/properties.html
+<p style="text-align: justify; text-indent: 4pt"></p>
 
+<p style="text-align: justify; text-indent: 4pt">You also need to set an
+environment variable called AXISC_HOME</p>
+
+<p style="text-align: justify; text-indent: 4pt">which points to the path
+where you build the source.(We will try</p>
+
+<p style="text-align: justify; text-indent: 4pt">to avoid this requirement by
+taking the relative paths in maven</p>
+
+<p style="text-align: justify; text-indent: 4pt">build. But currently trying
+to do so didn't work)</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">Axis2c use maven two with
+nar plugin instead of the native plugin.</p>
+
+<p style="text-align: justify; text-indent: 4pt">For further information
+about nar visit</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt"><a
+href="http://java.freehep.org/freehep-nar-plugin/index.html">http://java.freehep.org/freehep-nar-plugin/index.html</a></p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">You need to download nar
+plugin(freehep-nar-plugin-0.2.jar) and copy</p>
+
+<p style="text-align: justify; text-indent: 4pt">it into maven plugin
+folder.</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">You also need to copy
+freehep-download-plugin (freehep-download-plugin-1.0.2.jar) into</p>
+
+<p
+style="text-align: justify; text-indent: 4pt">.maven/repositoy/freehep/plugin
+folder(If it does not automatically download for you)</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">Also copy cpptasks jar
+(cpptasks-1.0b3-patched-1.6.jar) into</p>
+
+<p
+style="text-align: justify; text-indent: 4pt">.maven/repositoy/ant-contrib/jars
+folder (If it does not automatically download for you)</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">If your platform is other
+than linux you need to change the main</p>
+
+<p style="text-align: justify; text-indent: 4pt">project.properties (residing
+at the project root folder) file according</p>
+
+<p style="text-align: justify; text-indent: 4pt">to your environment. For
+help to do that visit</p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p style="text-align: justify; text-indent: 4pt">see</p>
+
+<p><a
+href="http://java.freehep.org/freehep-nar-plugin/properties.html">http://java.freehep.org/freehep-nar-plugin/properties.html</a></p>
+
+<p></p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+
+<p></p>
+
+<p style="text-align: justify; text-indent: 4pt"></p>
+</body>
+</html>