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 "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/06/03 12:45:01 UTC

[jira] Closed: (AXISCPP-671) Some external header files are not using include_dir relative paths for #include statements.

     [ http://issues.apache.org/jira/browse/AXISCPP-671?page=all ]
     
Adrian Dick closed AXISCPP-671:
-------------------------------

    Fix Version: Alpha
     Resolution: Fixed

External header files have been updated as suggested.

> Some external header files are not using include_dir relative paths for #include statements.
> --------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-671
>          URL: http://issues.apache.org/jira/browse/AXISCPP-671
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - API
>     Versions: Alpha
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: Alpha

>
> Some of the external header files files are using not providing paths relative to include_dir for #include statements:  ie: #include "../GDefine.h"
> They should be using  the form #include <axis/GDefine.h>
> This is not a problem when building the Axis libraries, nor in our automated test runs.  However, it can cause problems to those building generated stubs in certain build systems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira