Opened 13 years ago

Closed 13 years ago

#312 closed task (fixed)

Updates required for BASE 3 support

Reported by: Nicklas Nordborg Owned by: Martin Svensson
Priority: major Milestone: MeV Launcher v1.8
Component: net.sf.basedb.mev Keywords:
Cc:

Description

Need to make some packaging changes. Eg. Plugin definitions should be moved into extensions.xml. Plugin configurations file should be renamed to plugin-configurations.xml. Build script changes needed since BASE jar file have different names. See the net.sf.basedb.examples build script for ideas.

Verify that the code works with BASE 3.

Change History (6)

comment:1 by Nicklas Nordborg, 13 years ago

Milestone: MEV Launcher v1.xMeV Launcher v1.8

comment:2 by Martin Svensson, 13 years ago

Owner: changed from Nicklas Nordborg to Martin Svensson
Status: newassigned

comment:3 by Martin Svensson, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [1383]) Fixes #312 Updates required for BASE 3 support. Downloading the necessary base3-jar files with Ant has not been cause the base3 has not been released yet.

comment:4 by Martin Svensson, 13 years ago

(In [1384]) References #312 Forgot to update the minbaseversion-property in the build.xml file

comment:5 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: closedreopened

META-INF/base-plugins.xml should be removed since it is no longer used. ant update-version doesn't set the min BASE version in the correct file. ant download-lib uses an incorrectly generated url for downloading.

comment:6 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: reopenedclosed

(In [1395]) Fixes #312: Updates required for BASE 3 support

Fixes build script so that it:

  • Can download BASE JAR file with ant download-lib
  • Put the current version numbers in various places
  • Removed obsolete file META-INF/base-plugins.xml

Fixes JSP files so that the compile against the BASE 3 API.

Fixes installation plug-in so that it doesn't crash when updating.

Note: See TracTickets for help on using tickets.