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
Assigned to: 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