Issues in the Axis2/C Manual - Quick Start Guide
------------------------------------------------

                 Key: AXIS2C-568
                 URL: https://issues.apache.org/jira/browse/AXIS2C-568
             Project: Axis2-C
          Issue Type: Bug
          Components: documentation
         Environment: Windows XP
            Reporter: Evanthika Amarasiri


The following issues were found in the "Installation Guide" under the heading  
"Installing Apache2 Web Server Integration Module (mod_axis2)"
================================================================================================================
1. Minor Issue - Under the heading "1. Quick Start Guide", the sentence "First 
download the latest binary release form Apache Axis2/C download page." is 
broken into two and the "download page" part is displayed as a seperate 
paragraph. Make this a single sentence.

2. After compiling the service class, it seems that you have to link it using 
the command "link.exe /nologo /LIBPATH:....." in order to created the .dll file 
but steps to generate the .dll file is not mentioned in the document. Please 
add this.

3. Before compiling the service class, if you do not run the vcvars32.bat file, 
you will get an error. Therefore, the guide should mention that you should run 
this bat file before you compile the service class.

4. The command given to compile the service class is wrong. As per Dushyantha 
it should be corrected as,
cl.exe /D "WIN32" /D "_WINDOWS" /D "_MBCS"/D"AXIS2_DECLARE_EXPORT" /D 
"AXIS2_SVR_MULTI_THREADED" /w /nologo /I $(AXIS2_INCLUDE_PATH) /I 
$(APACHE_INCLUDE_PATH) hello.c   (/I should be added before 
$(AXIS2_INCLUDE_PATH) and $(APACHE_INCLUDE_PATH)  and /I given before "hello.c" 
should be removed)
Please update the guide with the correct command

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to