Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#843 closed task (fixed)

Set <max-base-version> to 3.8.0

Reported by: Nicklas Nordborg Owned by: olle
Priority: minor Milestone: LabEnv v1.4
Component: net.sf.basedb.labenv Keywords:
Cc:

Description (last modified by Nicklas Nordborg)

See #842 which must be fixed before LabEnv works with BASE 3.8. To prevent mysterious problems we can set <max-base-version>3.8.0</max-base-version> in extensions.xml.

And since we don't test with older BASE versions, it is best to set <min-base-version> to 3.7.0. Note that this is configured in build.xml (property depend.base-version)

Change History (7)

comment:1 by olle, 8 years ago

Status: newassigned

Ticket accepted.

comment:2 by Nicklas Nordborg, 8 years ago

Description: modified (diff)

comment:3 by olle, 8 years ago

Traceability note:

  • The lab environment extension was introduced in Ticket #529 (Retrieve and store temperature and humidity measurements).
  • Reggie ticket #530 (Display logs from temperature and humidity measurements) is concerned with retrieving data from the lab environment data base for specific dates of interest for the sample preparation and sequencing.

LabEnv v1.1:

  • The lab environment extension was updated in Ticket #592 (Lab environment extension improved report routines).

LabEnv v1.2:

  • The lab environment extension was updated in Ticket #607 (Date /time format is different in configuration file and GUI).
  • The lab environment extension was updated in Ticket #610 (Mail server prints debug output as default).
  • The lab environment extension was updated in Ticket #612 (LabEnv overview display shows wrong time offsets when the latest data points are filtered away).
  • The lab environment extension was updated in Ticket #615 (Lab environment extension stability improvement and bug fixes for v1.1).

LabEnv v1.3:

  • The lab environment extension was updated in Ticket #606 (Switch to JDOM 2).
  • The lab environment extension was updated in Ticket #608 (Update !Labenv to new scripting pattern).
  • The lab environment extension was updated in Ticket #706 (Update LabEnv to use BASE database capabilities instead of SQLite).
  • The lab environment extension was updated in Ticket #714 (Get rid of warning messages from HttpMethodBase).
  • The lab environment extension was updated in Ticket #715 (Do not query the sensor for it's name every time).

LabEnv v1.4:

  • The lab environment extension was updated in Ticket #728 (Get rid of SQLite).
  • The lab environment extension was updated in Ticket #789 (LabEnv links in Case Summary do not work with BASE 3.5).

comment:4 by olle, 8 years ago

(In [3732]) Refs #843. Updates due to minimum BASE version number change to "3.7.0".

  1. Minimum BASE version number changed to "3.7.0":
    a. Outermost Ant XML build file build.xml in / updated.
    b. Extensions XML configuration file extensions.xml in META-INF/ updated.
    c. Outermost README file in / updated.

comment:5 by olle, 8 years ago

(In [3733]) Refs #843. Updates due to maximum BASE version number set to "3.8.0" in extensions XML configuration file extensions.xml (the smallest BASE version number for which current LabEnv version is known not to work);

  1. Extensions XML configuration file extensions.xml in META-INF/ updated by setting maximum BASE version number set to "3.8.0".

comment:6 by olle, 8 years ago

Resolution: fixed
Status: assignedclosed

Ticket closed as the requested changes has been added.

comment:7 by olle, 8 years ago

(In [3734]) Refs #843. Outermost class path file updated due to minimum BASE version number change to "3.7.0":

  1. Outermost class path file .classpath in / updated to use BASE version 3.7.0 libraries.
Note: See TracTickets for help on using tickets.