#608 closed defect (worksforme)
Problem with plugin manager delete actions and shared dlls
Reported by: | abeham | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: PluginInfrastructure.GUI | Version: | 3.3 |
Keywords: | Cc: |
Description
Deleting the AdvancedOptimizationFrontend-3.3 plugin also deletes the WeifenLuo.WinFormsUI.Docking.dll which is also used by AdvancedOptimizationFrontend-3.2. After the deletion of version 3.3, version 3.2 is broken and will not be loaded by the PluginManager.
Change History (5)
comment:1 Changed 16 years ago by gkronber
- Milestone set to Iteration 4
comment:2 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 15 years ago by gkronber
- Resolution set to worksforme
- Status changed from assigned to closed
- Version changed from 3.2 to 3.3
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
This issue has been resolved by moving all external libraries into separate plugins. If new plugins are created that use external libraries a separate plugin that wraps the external library should be created in case any other plugin also uses the same external library.