Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TM/Committer Phone Meeting 6-Sep-2006"

< DSDP‎ | TM
 
Line 26: Line 26:
 
** Get our '''Processes''' in place --> JUnit, nightly builds, infocenter, update site
 
** Get our '''Processes''' in place --> JUnit, nightly builds, infocenter, update site
 
* Latest News
 
* Latest News
** Martin --  
+
** Martin -- No news; Javiers stuff not yet committed
** DaveD --  
+
** DaveD -- JUnit adapted to refactorings; will look at M4 bugs
** DaveM --  
+
** DaveM -- Refactored UI/Non-UI: "Organize Imports" should be sufficient for client code
** Kushal --  
+
** Kushal -- vacation
** Javier -- vacation
+
** Javier -- just returned from vacation; vote on Ted as committer
 
** Other News --
 
** Other News --
 
* Upcoming Work
 
* Upcoming Work
Line 39: Line 39:
 
*** Executing the test plans, and bugfixing after that to be done by IBM mostly
 
*** Executing the test plans, and bugfixing after that to be done by IBM mostly
 
*** Currently 142 bugs open, 18 P1/P2: P1/P2 bugs MUST be fixed by Sept. 15!
 
*** Currently 142 bugs open, 18 P1/P2: P1/P2 bugs MUST be fixed by Sept. 15!
 +
*** Fallback for Martin on Sep27: DaveD or Michael Scharf
 
** '''Source Code Style & Cleanness'''
 
** '''Source Code Style & Cleanness'''
 
*** We deliver not only a "working product" but also source code
 
*** We deliver not only a "working product" but also source code
Line 46: Line 47:
 
*** '''Code Ownership''':
 
*** '''Code Ownership''':
 
**** See (and edit) [[DSDP/TM/Code Ownership]]
 
**** See (and edit) [[DSDP/TM/Code Ownership]]
*** '''Code Style and Format''':
+
*** '''Code Style and Format''' -- defer to next week
**** Not been a focus so far
+
** '''Change Requests''' -- defer to next week
**** RSE itself is inconsistent - e.g. if... without {} block is problematic
+
**** Use JDT autoformat as much as possible: perhaps define an RSE-style and check in with the projects?
+
**** Or use the standard eclipse style: might be problematic when merging RSE7 code into openRSE
+
** '''Change Requests'''
+
*** Default colors for command view - white background, black or dark blue foreground
+
*** Remove rseConfigDefaults extension point - Kushal
+
*** Remove passwordPersistence extension point - Kushal
+
*** Deprecated getRemoteProperty() --> Document property namespaces, reserve "org.eclipse.rse" namespace
+
 
** '''Features''': Jakarta-commons, JUnit-framework, Discovery, EFS-Experimental, WR-Terminal ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=152826 bug 152826])
 
** '''Features''': Jakarta-commons, JUnit-framework, Discovery, EFS-Experimental, WR-Terminal ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=152826 bug 152826])
** '''Refactorings''': This week we should really be done!
+
*** Jakarta-commons still important for Symbian
 +
** '''Refactorings''': DaveM did most important stuff; consider "finished" for now, continue with hi-pri bugs
 
*** Subsystem Factory vs. Configuration: Going with Configuration for now, Martin started renaming *factory where he found it while working on compiler warnings.
 
*** Subsystem Factory vs. Configuration: Going with Configuration for now, Martin started renaming *factory where he found it while working on compiler warnings.
 
*** Kushal IConnectorService
 
*** Kushal IConnectorService
Line 66: Line 60:
 
*** '''SystemRegistry.createHost''' for Javier
 
*** '''SystemRegistry.createHost''' for Javier
 
**** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150168 bug 150168] dont commit immediately - DaveD
 
**** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150168 bug 150168] dont commit immediately - DaveD
 +
***** Javier: not important at the moment; DaveD: probably fixed already
 
**** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150265 bug 150265] allow specifying subsystem types - DaveM - wait for Javier to return
 
**** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150265 bug 150265] allow specifying subsystem types - DaveM - wait for Javier to return
 +
***** Example: 1 Host providing shell and FTP (different categories)
 +
***** Problem: createHost() only creates a host with 1 service -- See video for service discovery, DaveM to take a look at it
 +
***** Need createHost() with a list of services
 +
***** Look at this again next week
 
*** Making stuff '''internal''' - ssh, ftp: Martin; Core: List of candidates from DaveD?
 
*** Making stuff '''internal''' - ssh, ftp: Martin; Core: List of candidates from DaveD?
*** Obsolete API that's in the Platform now --> See [[RSE 2.0 Planning]] page
 
 
** Cleanup: API Doc (duplicates in interface and implementation!), JUnit tests, Context help, Test Plans, RSE-7-migration-docs, Copyrights, licenses
 
** Cleanup: API Doc (duplicates in interface and implementation!), JUnit tests, Context help, Test Plans, RSE-7-migration-docs, Copyrights, licenses
 
** '''Bug Work - please observe priorities'''
 
** '''Bug Work - please observe priorities'''
Line 79: Line 77:
 
** EFS Experimental feature to be created by Martin
 
** EFS Experimental feature to be created by Martin
 
* Free discussion -- feelings, comments, critics
 
* Free discussion -- feelings, comments, critics
** Want to do a committer call next week in addition to the open call
+
 
** Monday - Labor Day in US + Canada
+
  
 
== Action Items ==
 
== Action Items ==
 
* [[DSDP/TM/Committer Phone Meeting 30-Aug-2006#Action_Items|Last Meeting]] Action Items
 
* [[DSDP/TM/Committer Phone Meeting 30-Aug-2006#Action_Items|Last Meeting]] Action Items
* '''DaveD''' - JUnit, Review bugs assigned to M4, Checkin mappings.csv, New bug for moving DTD, Send "Team" test plans to Martin. SystemRegistry API. Team fixes: Check collapsing persistence Properties nodes to fewer files. Compile a list of suggestions for making classes / packages internal.
+
* '''DaveD''' - Edit Code Ownership; JUnit, Review bugs assigned to M4, Hi-Pri bugs. Checkin mappings.csv, New bug for moving DTD, Send "Team" test plans to Martin. SystemRegistry API. Team fixes: Check collapsing persistence Properties nodes to fewer files. Compile a list of suggestions for making classes / packages internal.
* '''DaveM''' - bug fixing by priority; look at Kushal's bugs and assign yourself; get rid of Service calls on UI thread; hygiene changes
+
* '''DaveM''' - Edit Code Ownership; Hi-pri bugs; get rid of Service calls on UI thread; hygiene changes
* '''Kushal''' - Review bugs assigned to M4, refactoring IConnectorService / Persistence provider (send out proposal); send file encoding test resources to martin; review & get rid of rseConfigDefaults; talk to Don about persistenceProvider; bug fixing
+
* '''Kushal''' - Hi-pri bugs; refactoring IConnectorService; send file encoding test resources to martin; review & get rid of rseConfigDefaults; talk to Don about persistenceProvider
* '''Martin''' - EFS feature, Add Discovery, Build scripts for CDT and Discovery, Manual test plan, Release Review Slides, API Review, Jakarta-commons, WR-terminalview; Review if IShellService is sufficient for terminal
+
* '''Martin''' - Release Review Slides, Manual test plan, Hi-pri bugs; EFS feature, Add Discovery, Build scripts for CDT and Discovery, API Review, Jakarta-commons, WR-terminalview; Review if IShellService is sufficient for terminal
* '''Javier''' - vacation; hook up with Scott Lewis once SD is committed
+
* '''Javier''' - Discovery initial checkin; hook up with Scott Lewis once SD is committed
 
* '''Everyone''' - List obsolete API on [[RSE 2.0 Planning]] page
 
* '''Everyone''' - List obsolete API on [[RSE 2.0 Planning]] page
  

Revision as of 10:16, 6 September 2006

Meeting Title: TM Committer Phone Meeting
Date & Time: Wednesday Sep 6, 2006 at 8.30am Rochester / 9.30am Toronto / 2.30pm London / 3.30pm Salzburg
Dial-in: Martin to start a Skype conference - you'll be called:
Skype martin.oberhuber, ddykstal (or david_dykstal), david-k-mcknight, kushal_munir, javier.montalvoorus

Fixed-line fallback dial-in:

  • International +1 314-655-1411
  • North America +1 877-422-0035 (toll free)
  • Passcode: 764918

Attendees

  • IBM - Dave Dykstal, Dave McKnight, Kushal Munir
  • Symbian - Javier Montalvo Orús
  • Wind River - Martin Oberhuber

Agenda

  • Our top goals
    • Grow the Communities - active users and adopters --> tutorial, docs, mailinglist help
    • Get the APIs Right --> enable public API discussion --> ISV docs, Wiki API discussion, [api] bugzilla's
    • Get our Processes in place --> JUnit, nightly builds, infocenter, update site
  • Latest News
    • Martin -- No news; Javiers stuff not yet committed
    • DaveD -- JUnit adapted to refactorings; will look at M4 bugs
    • DaveM -- Refactored UI/Non-UI: "Organize Imports" should be sufficient for client code
    • Kushal -- vacation
    • Javier -- just returned from vacation; vote on Ted as committer
    • Other News --
  • Upcoming Work
    • M4 bugs: PLEASE REVIEW M4 BUGS!!
    • Inbox: REVIEW Assigned to Inbox
    • Timing: Martin on vacation most of October; Release Review Sept.27, M5 is Sept.22
      • Martins fixes will be in by Sept.27; manual test plans will exist
      • Executing the test plans, and bugfixing after that to be done by IBM mostly
      • Currently 142 bugs open, 18 P1/P2: P1/P2 bugs MUST be fixed by Sept. 15!
      • Fallback for Martin on Sep27: DaveD or Michael Scharf
    • Source Code Style & Cleanness
      • We deliver not only a "working product" but also source code
      • Clean source code increases contributor confidence, improves code readability, helps avoiding bugs
      • Compiler Warnings: See Committer Howto
        • Currently 484 Java warnings + 642 Javadoc warnings (Martin already fixed about 150 + 250)
      • Code Ownership:
      • Code Style and Format -- defer to next week
    • Change Requests -- defer to next week
    • Features: Jakarta-commons, JUnit-framework, Discovery, EFS-Experimental, WR-Terminal (bug 152826)
      • Jakarta-commons still important for Symbian
    • Refactorings: DaveM did most important stuff; consider "finished" for now, continue with hi-pri bugs
      • Subsystem Factory vs. Configuration: Going with Configuration for now, Martin started renaming *factory where he found it while working on compiler warnings.
      • Kushal IConnectorService
    • API Things
      • Martin did some minor extension point cleanup (rename), see build notes of N-builds
      • Service Error Reporting - bug 149472 - DaveD - API ok so far, final resolution? --> Create new different bug id for that one.
      • Parallel Services - bug 142478 all queries in background - DaveM
      • SystemRegistry.createHost for Javier
        • bug 150168 dont commit immediately - DaveD
          • Javier: not important at the moment; DaveD: probably fixed already
        • bug 150265 allow specifying subsystem types - DaveM - wait for Javier to return
          • Example: 1 Host providing shell and FTP (different categories)
          • Problem: createHost() only creates a host with 1 service -- See video for service discovery, DaveM to take a look at it
          • Need createHost() with a list of services
          • Look at this again next week
      • Making stuff internal - ssh, ftp: Martin; Core: List of candidates from DaveD?
    • Cleanup: API Doc (duplicates in interface and implementation!), JUnit tests, Context help, Test Plans, RSE-7-migration-docs, Copyrights, licenses
    • Bug Work - please observe priorities
    • Legal: JUnit (next monday?); Jakarta-commons (deferred!); WR Terminalview (passed!)
  • Other items
    • Tutorial: Update at the end of the release process, change instructions (re-use example code: We dont want to teach PDE)
    • Manual test plans - in work by Martin
    • EFS Experimental feature to be created by Martin
  • Free discussion -- feelings, comments, critics


Action Items

  • Last Meeting Action Items
  • DaveD - Edit Code Ownership; JUnit, Review bugs assigned to M4, Hi-Pri bugs. Checkin mappings.csv, New bug for moving DTD, Send "Team" test plans to Martin. SystemRegistry API. Team fixes: Check collapsing persistence Properties nodes to fewer files. Compile a list of suggestions for making classes / packages internal.
  • DaveM - Edit Code Ownership; Hi-pri bugs; get rid of Service calls on UI thread; hygiene changes
  • Kushal - Hi-pri bugs; refactoring IConnectorService; send file encoding test resources to martin; review & get rid of rseConfigDefaults; talk to Don about persistenceProvider
  • Martin - Release Review Slides, Manual test plan, Hi-pri bugs; EFS feature, Add Discovery, Build scripts for CDT and Discovery, API Review, Jakarta-commons, WR-terminalview; Review if IShellService is sufficient for terminal
  • Javier - Discovery initial checkin; hook up with Scott Lewis once SD is committed
  • Everyone - List obsolete API on RSE 2.0 Planning page

Next Meeting

Back to the top