Thanks for your response - I will try one of the links you have suggested. Am I correct in assuming that once I get the build, I simply change the AIX.properties and type ant? Ofcourse I know there are couple of env variables that I have to set. But I am hoping there is no complicated stuff that I am supposed to do which I am not doing now.
Thanks again for your reply. --Satish -----Original Message----- From: Adrian Dick [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:08 PM To: Apache AXIS C Developers List Subject: Re: Problem compiling Axis on AIX Hi, I'm surprised you're seeing problems, as we build and test daily on AIX. However, it is probably worth checking a few things: 1) Which version of ANT? (we recommend 1.6.x) 2) Which version of Java? (we recommend 1.4+) 3) Could there be any issues when downloading or unpacking the source bundle? If you're in a position to do so, I would suggest you try using the latest code, it is now getting very stable with many fixes over 1.5. You can get this either: - directly from SNV - see http://ws.apache.org/axis/cpp/developers-guide.html#checkingOut - or nightly builds (including AIX) - see http://cvs.apache.org/dist/axis/nightly/ Regards, Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) "Paranjpe, Satish" <[EMAIL PROTECTED]> wrote on 16/02/2006 16:44:47: > Has anyone seen this error? I am trying to compile AXIS (axis-c-1.5. > 0) on AIX 5.2. > > >>>>>>>>>>>> > compileWSDL2Ws: > [mkdir] Created dir: /users/denver/pars01/axis_built/obj/classes > [javac] Compiling 79 source files to > /users/denver/pars01/axis_built/obj/classes > [javac] /users/denver/pars01/axis-c-1.5.0-linux- > src/src/wsdl/org/apache/axis/wsdl/wsdl2ws/SourceWriterFactory.java: > 98: cannot resolve symbol > [javac] symbol : class ClientStubHeaderWriter > [javac] location: package literal > [javac] return new org.apache.axis.wsdl. > wsdl2ws.cpp.literal.ClientStubHeaderWriter(wscontext); > [javac] ^ > [javac] 1 error > > BUILD FAILED > /users/denver/pars01/axis-c-1.5.0-linux-src/build.xml:231: Following > error occured while executing this line > /users/denver/pars01/axis-c-1.5.0-linux-src/build/buildWSDL2Ws.xml: > 10: Compile failed; see the compiler error output for details. > > >>>>>>>>>>> > > --Satish >
