Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331500 - flexible configuration store for each repository
Summary: flexible configuration store for each repository
Status: RESOLVED DUPLICATE of bug 150680
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 01:37 EST by elhanan Maayan CLA
Modified: 2011-07-21 18:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elhanan Maayan CLA 2010-12-01 01:37:20 EST
Build Identifier: 

the TaskRepository class enables the presistence of user defined properties for each repository. 
however it's implementation is purely a regular property map. while it is suffcient for simple properties like single values strings or booleans. more complex configuration are harder to implement.

a classic example would mapping tables.
there are my occupations where a one to one mapping between mylyn's properties and the repo's can be specfied using a ui, like a prioraty mapping and task kind mapping or even field mapping when a user can configure which field is a prioraty and which task kind, which is due_date.  
i feel that  perhaps a seperate configuration object should be created for this, allowing complex strucutes (like xml) to be stored and retrieved. 

Reproducible: Always
Comment 1 Steffen Pingel CLA 2011-07-21 18:25:32 EDT
Thanks. This is tracked on bug 150680.

*** This bug has been marked as a duplicate of bug 150680 ***