AdeleResearchGroup / iCasa-IDE

iCasa Integrated Development Environment.
1 stars 2 forks source link

Changing the selected iCASA runtime should recalculate imported package list #41

Open gevegab opened 9 years ago

gevegab commented 9 years ago

The list of iCASA imported packages is currently calculated only when the project is created (see class ipojo.project.creation.wizard.NewPojoProjectCreationOperation in plugin ipojo.project.creation).

However, the contents of manifest are dependent on the selected iCASA runtime (see e.g. issues 40 and 41). A general solution may be to extend the iPOJO nature builder (developed by Th. Calmant from OW2 Chameleon & isandlaTech) to consider the specific iCASA cases.

Work in progress to evaluate the general solution.