arrowHome arrow News Feeds Thursday, 07 August 2008  
Main Menu
Home
Media Gallery
J2EE Blog
Forum
News
Downloads
News Feeds
FAQ's
Links
System Status
Contact Us
About iDoumo
Latest Posts
Find suspicious files abukta
Automate Filesystem Dump abukta
Add route to server abukta
Benefits of Logical Volume Management abukta
Performance Costs of using LVM abukta
Search
Login Form
Username

Password

Remember me
Forgotten your password?
No account yet? Create one

Newsflash
Developers at the Eclipse Project will soon be able to tap into Enterprise Java Beans (EJB) 3.0, thanks to a project spearheaded by Oracle.  Oracle said it is helping build an open source version of EJB 3.0's Object-Relational Mapping (ORM) tool under the Eclipse Public License. The platform focuses on design-time tooling and supports installation in any J2EE-compatible application server.

News Feeds
Planet Mozilla
Planet Mozilla - http://planet.mozilla.org/

  • Camino Blog: Camino 1.6.3 Released!

    We’ve just released Camino 1.6.3, a maintenance release which contains various security and stability updates to Camino 1.6.x. All users are urged to update.

    In addition, Camino 1.6.3 is available in the following languages:

    • Czech
    • Dutch
    • English (US)
    • French
    • German
    • Italian
    • Japanese
    • Norwegian (Bokmål)
    • Polish
    • Portuguese (Brazillian)
    • Russian
    • Spanish (Castellano)
    • Swedish

    Download Camino 1.6.3 in English or its multilingual version now.



  • Mic Berman: Fennec for L10n

    Following up from the Firefox Plus Summit here is the presentation that Christian Sejersen and I gave last week about localizing Fennec (the code name for Firefox for the mobile device).

    I think the presentation went well. We had a packed room and got some good feedback and positive comments. Feedback centred around issues for which we are still working on the answers to, like fonts and testing. These will be challenging areas to address, and I'm sure we'll collectively find a solution that works :). Thanks very much to Philippe Dessante of the French team who has already localized Fennec and blogged his step by step how to (we posted a link in the presentation).

    I was excited by the translate.org.za guys - Dwayne Bailey, Adel Zaim, and Friedel Wolff - reaction to the presentation. Dwayne immediately saw the potential to more easily localize and thus reach African communities. My understanding from Dwayne is that in Africa, communities will share a cell phone to access the internet, email, etc. And, because Fennec, at this stage anyway, requires a much lighter effort for translation it holds the potential for greater impact by getting to more African languages and thus communities. Awesome!

    As always, please send me feedback. I hope the presentation provides some good information on where we're at currently towards localizing Fennec and how to start localizing it.



  • Planet Mozilla Interns: Lukas Blakk: Looking for suggestions on dealing with lots of data
    So I'm still plugging away at figuring out how to interpret the massive amounts of error log output that our unittest builds create.

    As the test suites are being run, there is a steady stream of stdio being generated and logged. From this stdio, I gather up all the lines of output that contain "TEST-UNEXPECTED-FAIL" (thanks to Ted for unifying the output!).

    Now I have files that look something like this:

    linux-2 | 67 | 07/25/2008 | 06:40 | *** 61506 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree.xul | Error thrown during test: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.sendMouseScrollEvent]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:8888/tests/SimpleTest/EventUtils.js :: synthesizeMouseScroll :: line 273"  data: no] - got 0, expected 1
    linux-2 | 67 | 07/25/2008 | 06:40 | *** 62352 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | Error thrown during test: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.sendMouseScrollEvent]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://localhost:8888/tests/SimpleTest/EventUtils.js :: synthesizeMouseScroll :: line 273" data: no] - got 0, expected 1
    linux-2 | 67 | 07/25/2008 | 06:40 | *** 63084 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier_cell.xul | Error thrown during test: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.sendMouseScrollEvent]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://localhost:8888/tests/SimpleTest/EventUtils.js :: synthesizeMouseScroll :: line 273" data: no] - got 0, expected 1</pre>

    Where the info is "|" delimited and goes like this:

    <pre>PLATFORM | BUILD_NO | DATE | TIME | TEST-RESULT | TEST-NAME | TEST-OUTPUT


    Approximately 7000 lines of error output for less than a month of constant testing.

    I want to be able to know the following (at least):

    * How many times has a particular test failed?
    * On which platforms?
    * How many times this week vs. last week?

    That would be a start anyway.

    I would love to be able to create a graph or something visual that shows peaks of test failures. Unfortunately I don't really know much about that area.

    So I am asking for help/suggestions. If you had about 490,000 lines of errors (representing 3 platforms) in the above format - what would you do?

    I can pretty easily add to the python script that greps for error output so that it creates sql insert statements instead of a text file and I would welcome tips that include creating/automating a database to hold all the error info. I've been thinking of setting something up with RoR to let people create their own views of the data depending on what they are looking for.

    Looking forward to your advice.


  • Mozilla IT: Scheduled Maintenance - August 7, 2008, 7pm - 11:00pm PDT (0200 - 0600 UTC Friday)

    We will have a scheduled maintenance window tonight from 7pm to 11:00pm PDT. This is being tracked in master bug 449397. The following changes will take place:

    • 7:00pm PDT (0200 UTC) wiki.mozilla.org updates. We’ll be moving wiki.mozilla.org completely behind SSL. No downtime is expected.
    • 7:00pm PDT (0200 UTC) www.mozilla.org DNS change. We’ll be offloading www.mozilla.org to a CDN and pushing a DNS change to make that active. No downtime is expected.
    • 8:00pm PDT (0300 UTC) bugzilla.mozilla.org database work. Bugzilla will be down or slow while we pull out some data to fix an issue related to the Bugzilla reorganization. Duration 30 minutes.

    Please let me know if you have any reason why we should not proceed with the planned maintenance. As always, we aim to keep downtime to as little as possible, but unexpected complications can arise causing longer downtime periods than expected. All systems should be operational by the end of the maintenance window.

    As mentioned, this maintenance window is tracked in bug 449397. Feel free to comment directly in that bug if you see issues past the planned downtime.



  • Mozdev: Rob Lord Joins Mozdev Board of Directors

    We are pleased to announce that Rob Lord, CEO of Pioneers of the Inevitable, has joined the Mozdev Community Organization's Board of Directors. As part of the team that is creating the Songbird media player, Rob has a strong understanding of the value of add-ons and the power of Mozilla's technology. With the addition of a new board member, the mozdev.org site is better prepared to further our mission of establishing Mozilla as a viable development platform by providing free services to application and extension developers.




Help iDoumo

Help support "iDoumo" and free software by donating now!

Donate Once Monthly

Currency

Amount

Currency

Amount

Latest Events
There are no upcoming events currently scheduled.
View Full Calendar
Project Calendar
August 2008 September 2008
Su Mo Tu We Th Fr Sa
Week 31 1 2
Week 32 3 4 5 6 7 8 9
Week 33 10 11 12 13 14 15 16
Week 34 17 18 19 20 21 22 23
Week 35 24 25 26 27 28 29 30
Week 36 31
Media Gallery
Last update:
27 Sep, 11:53
Workday

random:

PeopleSoft
top of page

iDoumo Projects. All rights reserved.