One of those that succeeds in eclipse but fails in ant. Don't know why,
could only really be a mis-generation of the local serialVersionUID in the
JDK. Whatever, I've changed [collections] to avoid the issue (I hope).

Stephen

----- Original Message -----
From: "Adam R. B. Jack" <[EMAIL PROTECTED]>
> I looked into this wondering if somehow Gump had something 'stale' lying
> around that caused it, but I see it is writing to an in-memory buffer &
> reading from same, so no (at least not there). Could there be some stray
> class "lying around" that could be out sync? I find that hard to imagine,
> but will look if it is likely.
>
> Also, since this is writing a class (behind a List interface) to bytes and
> then reading (hopefully) same class back, I'm somewhat at a loss to see
how
> the problem can even occur. Any pointers?
>
> >     [junit] Testcase:
>
testEmptyListCompatibility(org.apache.commons.collections.list.TestTransform
> edList) : Caused an ERROR
> >     [junit] org.apache.commons.collections.list.TransformedList; local
> class incompatible: stream classdesc serialVersionUID =
1077193035000013141,
> local class serialVersionUID = 368464020144282561
>
>     [...]
>
> >     [junit] Testcase:
>
testFullListCompatibility(org.apache.commons.collections.list.TestTransforme
> dList) : Caused an ERROR
> >     [junit] org.apache.commons.collections.list.TransformedList; local
> class incompatible: stream classdesc serialVersionUID =
1077193035000013141,
> local class serialVersionUID = 368464020144282561
>
> regards
>
> Adam
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to