I had an issue with the tz files too. If I untar the Joda-Time 1.5 files and then untar the latest tz 2007i files into the Joda-Time tree, it will not build as is, using ant on Linux. I had to run chmod +w and unix2dos on those tz files to get it to build.
This was not the case with Joda-Time 1.4. Erik On Nov 2, 2007 4:56 PM, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > It should work fine from a download. However, to get it started you can > copy the compiled tz data files from the unzipped v1.5 jar file to the > equivalent directory in your build area. > > Stephen > > > > Moritz Petersen wrote: > > Hi, I'm trying to build Joda Time from the latest SVN Trunk, but it > > fails. What is to do? > > > > Thanx, Moritz. > > > > Exception in thread "main" java.io.IOException: Resource not found: > > "org/joda/time/tz/data/ZoneInfoMap" ClassLoader: sun.misc.Launcher > > [EMAIL PROTECTED] > > at org.joda.time.tz.ZoneInfoProvider.openResource > > (ZoneInfoProvider.java:209) > > at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:123) > > at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:82) > > at > > org.joda.time.DateTimeZone.getDefaultProvider(DateTimeZone.java:439) > > at org.joda.time.DateTimeZone.setProvider0(DateTimeZone.java:393) > > at org.joda.time.DateTimeZone.<clinit>(DateTimeZone.java:114) > > at org.joda.time.TestChronology.<clinit>(TestChronology.java:46) > > at org.joda.time.TestAll.suite(TestAll.java:37) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke > > (NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke > > (DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:126) > > at junit.textui.TestRunner.start(TestRunner.java:184) > > at junit.textui.TestRunner.main(TestRunner.java:143) > > at org.joda.time.TestAll.main(TestAll.java:130) > > Failed to invoke suite():java.lang.ExceptionInInitializerError > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Joda-interest mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/joda-interest > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Joda-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/joda-interest > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Joda-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/joda-interest
