Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
Description
Hi,
trying to build xstream from source gives me the following errors:
./com/thoughtworks/xstream/io/xml/xppdom/Xpp3DomBuilder.java:3: package org.xmlpull.mxp1 does not exist
import org.xmlpull.mxp1.MXParser;
^
./com/thoughtworks/xstream/io/xml/XppReader.java:7: package org.xmlpull.mxp1 does not exist
import org.xmlpull.mxp1.MXParser;
^
I have downloaded the current version of xmlpull (1.1.3) but it does not ship the class org.xmlpull.mxp1.MXParser.
Cheers,
Torsten
Please use the user's list to ask questions. You provide nothing that any of the devs allow to reproduce the problem. What did you download? How did you try to build, which JDK version, what OS?