source: extensions/net.sf.basedb.relax/trunk/README @ 5525

Last change on this file since 5525 was 5525, checked in by Nicklas Nordborg, 4 years ago

References #1154: Switch to Java 11 and BASE 3.15

Added information about the requirement to have the "External files" extensions installed.

  • Property svn:mime-type set to text/x-trac-wiki
File size: 1.5 KB

Requirements

  1. BASE 3.15 or later.
  2. Java 11 or later.
  3. Open Grid Scheduler extension 1.3 must be installed.
  4. External files extension 1.5 must be installed.

Introduction

This package is an extension package to BASE that adds support for importing releases that has been generated with the Release exporter plug-in in Reggie.

Installation

See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax/install

Compiling

To compile this package you also need:

  1. Ant 1.10
  2. Java 11

Follow these instructions:

  1. Download the source code from the subversion repository. See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax for instructions.

  1. Type ant download-lib to automatically download the BASE core JAR files that are neeed for compilation. You can also do this manually by copying the base-core-3.x.jar file from the BASE installation directory (<basedir>/www/WEB-INF/lib/) to the ./lib directory.
  1. Type 'ant' to compile the code and generate the relax.jar' file in the project directory.
  1. Use 'ant package' to create a downloadable tar.gz package.

Tip: If you need different values for any of the properties defined in the 'build.xml' file, create a file named 'build.properties' and set the values there.

Note: See TracBrowser for help on using the repository browser.