HiPlease find the properties file in the /build directory. this should be build.Win32.properties
find this line
dir.obj = ${basedir}/../../../obj
and change it to something like
dir.obj = ${basedir}/output/obj
basically $basedir is a variable which points to the directory where you
are building Axis.(The directory where you have the source - the parent
directory of the /build directory)
do remember to make a directory called output under $basedir. Further down the build.Win32.properties you will find dir.zipschange that to the path where you wud like the zipped version of your build system to be.
Something like $basedir/output/zips This should solve the problem Cheers Krishna Leonardo Rodrigo (JIRA) wrote:
[ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314821 ]Leonardo Rodrigo commented on AXISCPP-687: ------------------------------------------I download the Apache ANT, Ant-Contrib, cpptask, source of Axis, and when I put the command antI seeBuild.xml pre-init: set-platform-pecific: checkIfDebug initialize: build: compile: compileClient: compileAxisClient: BUIDL FAILED c:\ant\axis-c\build.xml:231 The following error ocurren while execute this line c:\ant\axis-c\build.xml:219 The following error ocurren while execute this line c:\ant\axis-c\build.xml:99 The following error ocurren while execute this line c:\ant\axis-c\build\buildClient.xml:8 The following error ocurren while execute this line Cannot resolve path c:\ant\axis-c\..\..\..\obj\object Total time:2 sec The error is because I don't have the path and in my disk drive I don't find obj\object Which is the problem? ThanksAxisClient with C++ for Windows NT ------------------------------------ Key: AXISCPP-687 URL: http://issues.apache.org/jira/browse/AXISCPP-687 Project: Axis-C++ Type: Wish Components: Client - Stub Versions: 1.5 FinalEnvironment: In Windows NT I need a client with Visual C++ 6.0 Reporter: Leonardo RodrigoHi, I hope that you help me. I need to do a client that consumer a Web Services. I have a WSDL and the ClientOut was generated with WSDLWs java tool.I use Axis 1.5 Final and I generate the client with Visual C++ on Windows XP and the result was very good. The client works quickly. Later I put the client on Windows NT and the execute first is quickly but the second late 15 seconds in order to give me to the result. The documnets tell me that the binaries have been tested on Windows 2000 Professional and Windows XP but I need to run the client on Windows NT. I think that librerias mismatch with operating system (HTTPChannel.dll, HTTPTransport.dll,AxisClient.dll, xerces-c_2_2_0.dll)Any aid will be very well received
