I fixed the compile so that the attachments stuff still compiles without
activiation.jar.  However,
I'm see other dependencies that have been added:

compile:
    [javac] Compiling 374 source files to E:
\dev\xml-axis\java\build\classes
    [javac] E:\dev\xml-axis\java\src\javax\xml\soap\SOAPMessage.java:57:
cannot
resolve symbol
    [javac] symbol  : class DataHandler
    [javac] location: package activation
    [javac] import javax.activation.DataHandler;
    [javac]                         ^
    [javac] E:\dev\xml-axis\java\src\javax\xml\soap\AttachmentPart.java:57:
cann
ot resolve symbol
    [javac] symbol  : class DataHandler
    [javac] location: package activation
    [javac] import javax.activation.DataHandler;
    [javac]                         ^
    [javac] E:\dev\xml-axis\java\src\javax\xml\soap\SOAPMessage.java:243:
cannot
 resolve symbol
    [javac] symbol  : class DataHandler
    [javac] location: class javax.xml.soap.SOAPMessage
    [javac]     public AttachmentPart createAttachmentPart(DataHandler
datahandl
er) {
    [javac]                                                ^
    [javac] E:
\dev\xml-axis\java\src\javax\xml\soap\AttachmentPart.java:247: can
not resolve symbol
    [javac] symbol  : class DataHandler
    [javac] location: class javax.xml.soap.AttachmentPart
    [javac]     public abstract DataHandler getDataHandler() throws
SOAPExceptio
n;
    [javac]                     ^
    [javac] E:
\dev\xml-axis\java\src\javax\xml\soap\AttachmentPart.java:263: can
not resolve symbol
    [javac] symbol  : class DataHandler
    [javac] location: class javax.xml.soap.AttachmentPart
    [javac]     public abstract void setDataHandler(DataHandler
datahandler);
    [javac]                                         ^
    [javac] 5 errors

Rick Rineholt
"The truth is out there...  All you need is a better search engine!"

[EMAIL PROTECTED]

Reply via email to