Um, no. Try the build file in the root directory (AXIS_HOME). I suggest you read
http://ws.apache.org/axis/java/building-axis.html -----Original Message----- From: Mirna Carelli / Projeto Ourgrid [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 20:25 To: [EMAIL PROTECTED] Subject: compiling source I'm a beginning in the "axis world". I Download the xml-axis project from cvs. But i can't compile the source code. Am i running the correct build.xml ($(axis.home)/java/build.xml)?? when i run this file a big compile error appears: (...) artDataHandlerDeserializer.java:45: cannot resolve symbol [javac] symbol : class DataHandler [javac] location: class org.apache.axis.encoding.ser.MimeMultipartDataHandl rDeserializer [javac] DataHandler dh = (DataHandler) getValue(); [javac] ^ [javac] /home/carol/ws-axis/java/src/org/apache/axis/encoding/ser/MimeMulti artDataHandlerDeserializer.java:46: cannot resolve symbol [javac] symbol : class MimeMultipart [javac] location: class org.apache.axis.encoding.ser.MimeMultipartDataHandl rDeserializer [javac] MimeMultipart mmp = new MimeMultipart(dh.getDataSou ce()); [javac] ^ [javac] /home/carol/ws-axis/java/src/org/apache/axis/handlers/JWSHandler.ja a:397: warning: decode(java.lang.String) in java.net.URLDecoder has been deprec ted [javac] classpath.append(URLDecoder.decode(path)); [javac] ^ [javac] 100 errors [javac] 21 warnings BUILD FAILED /home/carol/ws-axis/java/build.xml:97: Compile failed; see the compiler error o tput for details.
