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 "Babel / Development Status Meetings / 2010-01-11"

m (Topics)
(Attendees)
 
Line 4: Line 4:
 
|-
 
|-
 
| Kit  
 
| Kit  
|  
+
| Y
 
|-
 
|-
 
| Denis  
 
| Denis  
|  
+
| Y
 
|-
 
|-
 
| Gabe  
 
| Gabe  
|  
+
| Y
 
|-
 
|-
 
| Antoine  
 
| Antoine  

Latest revision as of 07:59, 18 January 2010

Attendees

Kit Y
Denis Y
Gabe Y
Antoine  
Nigel  
Jeff  
Margaret  

Topics

  • Extract Properties Files from Update Sites
    • script to extract properties files from update sites is ready
    • just one PHP - process_update_sites.php
    • tested the update site for Eclipse, BIRT, Webtools - update site paths are hard-coded in PHP for now
    • need UI for entering update sites - separate from map files page or merge together?
    • may need mechanism to specify regex to exclude 3rd party plugins
    • file paths are short and clean - no source folder names
    • fast - fixed a problem in File class where an algorithm was performing an exponential order process to search for inactive strings
    • unable to deactivate inactive files, received the following message in Query Browser: Cannot add or update a child row: a foreign key constraint fails (`babel/project_progress`, CONSTRAINT `project_progress_ibfk_1` FOREIGN KEY (`project_id`, `version`) REFERENCES `project_versions` (`project_id`, `version`) ON DELETE CASCADE ON UPDATE CASCADE)
    • process_map_files.php has the same logic, also unable to deactivate inactive files?
    • are all update sites hosted at eclipse.org?

3rd party.png File paths.png

Copyright © Eclipse Foundation, Inc. All Rights Reserved.