Opened 10 years ago
Closed 10 years ago
#750 closed task (fixed)
Changes required for BASE version 3.5
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | blocker | Milestone: | Reggie v3.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
BASE 3.5 will not be binary compatible with earlier BASE 3.x versions due to replacement of biomaterial lists with item lists. Changes in Reggie will most likely be limited to replacing instances of BioMaterialList
with instances of ItemList
and making some minor code adjustments.
For more information see http://base.thep.lu.se/ticket/1325
Also make sure that <max-base-version> in META-INF/extensions.xml is removed (see #751).
Change History (8)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Milestone: | Reggie v3.x → Reggie v3.3 |
---|
comment:6 by , 10 years ago
comment:7 by , 10 years ago
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3217]) References #750: Changes required for BASE version 3.5
Updated build.xml and extensions.xml to require BASE 3.5. Eclipse report 93 compilation errors, but most can probably be fixed by replacing BioMaterialList with ItemList