Opened 14 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 , 14 years ago
Milestone: | MEV Launcher v1.x → MeV Launcher v1.8 |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(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.
(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.