You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mirna Carelli / Projeto Ourgrid <mi...@dsc.ufcg.edu.br> on 2004/08/17 21:25:11 UTC

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.