Hi Stephen, thanks for that prompt response. I tried to build the trunk, however a smaller number of tests fail (6 failures, 4 errors).
Are there any tests which are "known to fail"? A quick peek into the test logs show they all seem to be related to formatting and locales. Since I'm on a machine with German locale, some day/month names differ from the expected values. Tests run: 3750, Failures: 6, Errors: 4, Skipped: 0, Time elapsed: 7.993 sec <<< FAILURE! Results : Failed tests: testToString_String_Locale(org.joda.time.TestLocalDateTime_Basics) testPropertyGetMonth(org.joda.time.TestLocalDateTime_Properties) testToString_String_Locale(org.joda.time.TestLocalDate_Basics) testPropertyGetMonth(org.joda.time.TestLocalDate_Properties) testPropertyGetMonth(org.joda.time.TestYearMonthDay_Properties) testPropertyGetMonth(org.joda.time.TestYearMonth_Properties) Tests in error: testPropertySetCopyTextMonth(org.joda.time.TestLocalDateTime_Properties) testPropertySetCopyTextMonth(org.joda.time.TestLocalDate_Properties) testPropertySetTextMonth(org.joda.time.TestYearMonthDay_Properties) testPropertySetTextMonth(org.joda.time.TestYearMonth_Properties) Tests run: 3750, Failures: 6, Errors: 4, Skipped: 0 How should we proceed from here? I can send the complete testsuite log file (400k) if you like? Regards Ansgar On 24.08.2010 10:47, Stephen Colebourne wrote: > Hi, > To keep Joda-Time stable, I only add bug fixes to minor versions. Thus > any new 1.x version would need to be 1.7. > > The 2.x TRUNK in svn is entirely stable and awaiting release. It is > effectively in QA at the moment. I am waiting for Joda-Convert to be > available so I can add some annotations to Joda-Time before release. > > Therefore, if you build a 2.x you will find it completely unaltered > from a code perspective when 2.0 is actually released. Note that the > 2.x name simply refers to the fact that some deprecated methods were > removed, and generics added. The 2.x jar file should be binary > compatible and 99.9% source compatible with your existing code (see > the release notes in svn). > > Hope that helps, > Stephen > ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Joda-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/joda-interest
