In fixing CDV-603, I'm trying to fix build-related problems that hid the failure from us. In this case, the problem is related to the ordering of the classpath when running the tests in a project. Before project libs were sorted last (after dependent projects); now they are sorted first so that a project can more explicitly state which jar it might depend on.
This allows the ehcache 1.2.4 project to reliably run tests with 1.2.4 (before they accidentally used 1.3). This change exposed some bugs in the clustered-hibernate-3.2.5 project as well which have been fixed. There may be other cases where this is an issue - if so, they should pop up in the monkeys and I'll keep an eye out for them. Presuming things go well, these changes will also be committed to 2.5 branch for 2.5.2. _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
