Wednesday July 28, 2004 |
Tucu's Weblog [Alejandro Abdelnur] I don't contradict myself, I just change my mind. |
[Blogs.Sun.com HOME] | |
|
Rome v0.3 is fresh from the oven. New stuff. Changes, most of them in the implementation, a few in the API. Summary of changes:
Check the Changes Log for details. Enjoy. (2004-07-28 10:33:45.0) Permalink Comments [2]Post a Comment: Comments are closed for this entry. |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I tried to find a way to post feedback on the Rome project page but was unable to. Even after registering and signing in, I just get another login page if I click on Edit for Feature Requests (or for anything else in the wiki). I hope it's OK to post the feedback here.
There is a serious bug in rome-fetcher 0.3. The constructor of AbstractFeedFetcher wipes out any existing system properties. Among other things, that means that running JUnit tests in ant fails because the formatter attempts to get and use the system property line.separator. The ant JUnit formatter also attempts to get locale information for the timestamp to print but the java.util.SimpleDateFormat constructor is unable to find the JRE zone files (because the system property java.home has been wiped out).
Instead of System.setProperties(props), you should iterate through the properties and set them (leaving any other system properties untouched).
Posted by Rob on September 13, 2004 at 09:24 AM PDT #
Posted by Nick Lothian on September 15, 2004 at 02:34 AM PDT #