Doing that causes the errors below. Admittedly, I'm a newbie to building
on windows (and Ant) ...
Newbie Q. In your build, how are the following references resolved? For
instance, \include\xercesc doesn't exist and
%XERCES_HOME%\include\xercesc doesn't exist in the xerces distribution.
-Frank
compileAxisXMLParser:
buildVersionResource:
[delete] Deleting 2 files from C:\axiscsrc\ws-axis\c\build
[copy] Copying 1 file to C:\axiscsrc\ws-axis\c\build
[cc] 6 total files to be compiled.
[cc] ParserLoader.cpp
[cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
[cc] SoapInputSource.cpp
[cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapInputSource.h(29) :
fatal error C1083: Cannot open includ
e file: 'xercesc/sax/InputSource.hpp': No such file or directory
[cc] XMLParserXerces.cpp
[cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
[cc] SoapBinInputStream.cpp
[cc]
C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapBinInputStream.h(27) : fatal
error C1083: Cannot open inc
lude file: 'xercesc/util/BinInputStream.hpp': No such file or directory
[cc] XercesHandler.cpp
[cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
[cc] AxisParseException.cpp
[cc] Generating Code...
BUILD FAILED
> -----Original Message-----
> From: Nadir Amra [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 22, 2006 11:57 AM
> To: Apache AXIS C User List
> Subject: RE: Axis C++ 1.6B Ant build failure at generateCHeaders
>
> I think the C generator tool is going through header files
> that it should
> not. The only thing that I have in c/include is Axis dir.
> Try removing
> the other include files to another dir outside of the
> c/include dir. The
> tool should be fixed to only go through Axis dirs....
>
> Obviously, the package error would also need to be modified
> to detect C
> bindingings not being generated.
>
> Nadir K. Amra
>
>