Hello,
I'm trying to build Axis/c using ANT on solaris 5.8. Here are the steps I
followed:
-retrieved the source: svn checkout
http://svn.apache.org/repos/asf/webservices/axis/trunk/c ws-axis/c
-set up the env:
export ANT_HOME=~Axis/apache-ant-1.7.0
export AXISCPP_HOME=~Axis/ws-axis/c
export CLASSPATH=$CLASSPATH:$AXISCPP_HOME/lib/axis/wsdl2ws.jar:
$AXISCPP_HOME/lib/axisjava/axis.jar:$AXISCPP_HOME/lib/axisjava/commons-discovery.jar:
$AXISCPP_HOME/lib/axisjava/commons-logging.jar:$AXISCPP_HOME/lib/axisjava/jaxrpc.jar:
$AXISCPP_HOME/lib/axisjava/saaj.jar:$AXISCPP_HOME/lib/axisjava/wsdl4j.jar
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AXISCPP_DEPLOY/lib
export PATH=$PATH:$ANT_HOME/bin
-change the build.common.properties to build only the client side,
without SSL:
server.apache1=false
server.apache2=false
server.simpleaxisserver=false
server=false
HTTP.SSLChannel = false
Everything goes smoothly as far as the C/C++ code is concern, but when the
build gets to the java part, i get many error messages such as:
cannot resolve symbol
[javac] symbol : class TypeEntry
[javac] location: package symbolTable
I went back to the instal guide, and I noticed this in the Setting the
Environment section:
AXISJAVA_LIB - location of Axis Java JAR files, as required for WSDL2Ws tool
It seems like I need Axis/java in order to compil Axis/c, is that correct?!
If that's right, it should clearly say so in the C++ Ant build guide, along
with the other pre-requisites
Tanguy Le Gall
--
View this message in context:
http://www.nabble.com/Problem-with-building-Axis-C-tf4514704.html#a12876937
Sent from the Axis - C++ - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]