Opened 17 years ago

Closed 17 years ago

#625 closed enhancement (fixed)

Improve error/warning message display when selecting plug-ins

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: BASE 2.4
Component: core Version:
Keywords: Cc:

Description

When selecing a plug-in the current list of warnings from other, seemingly unrelated plug-ins, are annoying. A typical message is: Unsupported raw data type: Agilent which comes from a plug-in configured for Genepix import. This message and other similar message, shouldn't be displayed. The problem is that there are other messages that may be important. For example if the JAR file for a plug-in is missing: JAR file not found: /usr/base/plugins/JarPlugin.jar

Support for two levels or errors/warnings must be added to the core and the web client must make use of it.

This ticket is also related to #376.

Change History (10)

comment:1 by Nicklas Nordborg, 17 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 17 years ago

(In [3438]) References #625. Added some infrastructure and moved context checking into the core.

comment:3 by Nicklas Nordborg, 17 years ago

(In [3495]) References #625. Major features are now in place. It's a bit tricky to update the isInContext method on all plug-ins. I need more testing time to verify that all works before I close the ticket.

comment:4 by Nicklas Nordborg, 17 years ago

Priority: majorcritical

comment:5 by Nicklas Nordborg, 17 years ago

(In [3519]) References #625. Fixed ClassCastException when using auto-detect and it found more than one matching file format

comment:6 by Nicklas Nordborg, 17 years ago

There is a problem if only one out of several possible plug-ins can be used in a given context. See #657.

comment:7 by Martin Svensson, 17 years ago

(In [3536]) References #625. This will correct the issue related to #657

comment:8 by Nicklas Nordborg, 17 years ago

(In [3559]) References #625. Use correct plugin configuration.

comment:9 by Nicklas Nordborg, 17 years ago

(In [3628]) References #625: PrintMapFlatFileImporter.isInContext now checks if the array design has plates connected to it.

comment:10 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.