You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2007/04/03 11:56:32 UTC

[jira] Assigned: (AXIS2C-568) Issues in the Axis2/C Manual - Quick Start Guide

     [ https://issues.apache.org/jira/browse/AXIS2C-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe reassigned AXIS2C-568:
----------------------------------------

    Assignee: Samisa Abeysinghe

> 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
>    Affects Versions: Current (Nightly)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>         Assigned To: Samisa Abeysinghe
>             Fix For: 1.0.0
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org