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 >
