|
From: SourceForge.net <no...@so...> - 2005-09-09 13:10:26
|
Bugs item #1286004, was opened at 2005-09-09 13:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1286004&group_id=1703 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: S Phelps (sphelps) Assigned to: Nobody/Anonymous (nobody) Summary: dist ships with old and buggy version of commons-collections Initial Comment: Repast-3.1 still ships with version 3.0 of the Apache commons-collections library, which contains some severe bugs. Although the bugs in commons-collections-3.0 may not affect the core repast code, these bugs may affect applications that link with the repast code, and the fact that an old version of the library is shipped in the Repast distrubtion makes it complicated to construct build paths that exclude the version shipped with Repast, and include the correct up-to-date version. It also means that in applications that link with commons-collections-3.1 and Repast-3.1, the core repast code now uses a different version of the library, and there is the risk of unknown bugs being introduced because there is no guarantee that Repast-3.1 has been regression tested using commons-collections-3.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1286004&group_id=1703 |