Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
There seems to be some type of inconsistency with XSTREAM_0_3:
Although the sources extracted with XSTREAM_0_3 compiles and unit-tests OK, trying to build e.g. plexus-container with this jar fails, whereas with the jar from ibiblio or codehaus it doesn't fail.
As I MUST build from sources, I tried to pick a defined date, according to the xstream-0.3 release announcement:
- cvs -z3 -d :pserver:anonymous@cvs.codehaus.org:/scm/cvspublic \ export -D "December 21, 2003 10:00am" xstream
instead of
- cvs -z3 -d :pserver:anonymous@cvs.codehaus.org:/scm/cvspublic \ export -r XSTREAM_0_3 xstream
The dated sources worked for plexus-container, according to unit tests.
The differences between both are
different ./faq.txt
different ./project.xml
different ./src/java/com/thoughtworks/xstream/converters/composite/ObjectWithFieldsConverter.java
different ./src/test/com/thoughtworks/xstream/XStreamTest.java
Apologies for this. There is now an XSTREAM_0_5 label.