source:
extensions/net.sf.basedb.opengrid/trunk/README
@
5505
Last change on this file since 5505 was 5505, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.4 KB |
Requirements
- BASE 3.15 or later.
- Java 11 or later.
Introduction
This package is an extension package to BASE that adds support for interacting with one or more Open Grid Scheduler clusters.
- The homepage for this extension: http://baseplugins.thep.lu.se/wiki/net.sf.basedb.opengrid
- More information about Open Grid Scheduler: http://gridscheduler.sourceforge.net/
Installation
See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.opengrid/install
Using
See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.opengrid/using
Compiling
To compile this package you also need:
- Ant 1.10
- Java 11
Follow these instructions:
- Download the source code from the subversion repository. See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.opengrid for instructions.
- 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/compile directory.
- Type 'ant' to compile the code and generate the 'yubikey.jar' file in the project directory.
- 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.