Last change
on this file since 6778 was
6778,
checked in by Nicklas Nordborg, 7 months ago
|
References #1800: Update to BASE 3.19
Changed in the build.xml file.
|
-
Property svn:mime-type set to
text/x-trac-wiki
|
File size:
1.5 KB
|
Rev | Line | |
---|
[4349] | 1 | == Requirements == |
---|
| 2 | |
---|
[6778] | 3 | 1. BASE 3.19 or later. |
---|
[5507] | 4 | 2. Java 11 or later. |
---|
[5525] | 5 | 3. Open Grid Scheduler extension 1.3 must be installed. |
---|
| 6 | 4. External files extension 1.5 must be installed. |
---|
[5038] | 7 | |
---|
| 8 | |
---|
[4349] | 9 | == Introduction == |
---|
| 10 | |
---|
| 11 | This package is an extension package to BASE that adds support |
---|
| 12 | for importing releases that has been generated with the Release |
---|
| 13 | exporter plug-in in Reggie. |
---|
| 14 | |
---|
| 15 | * The homepage for this extension: |
---|
[6310] | 16 | https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax |
---|
[4349] | 17 | |
---|
| 18 | * More information about Reggie: |
---|
[6310] | 19 | https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie |
---|
[4349] | 20 | |
---|
| 21 | == Installation == |
---|
| 22 | |
---|
[6310] | 23 | See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax/install |
---|
[4349] | 24 | |
---|
| 25 | |
---|
| 26 | == Compiling == |
---|
| 27 | |
---|
| 28 | To compile this package you also need: |
---|
| 29 | |
---|
[5507] | 30 | 1. Ant 1.10 |
---|
| 31 | 2. Java 11 |
---|
[4349] | 32 | |
---|
| 33 | Follow these instructions: |
---|
| 34 | |
---|
| 35 | 1. Download the source code from the subversion repository. See |
---|
[6310] | 36 | https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax for instructions. |
---|
[4349] | 37 | |
---|
| 38 | 2. Type `ant download-lib` to automatically download the BASE core JAR files that |
---|
| 39 | are neeed for compilation. You can also do this manually by copying the |
---|
| 40 | base-core-3.x.jar file from the BASE installation directory |
---|
| 41 | (<basedir>/www/WEB-INF/lib/) to the ./lib directory. |
---|
| 42 | |
---|
| 43 | 3. Type 'ant' to compile the code and generate the relax.jar' file |
---|
| 44 | in the project directory. |
---|
| 45 | |
---|
| 46 | 4. Use 'ant package' to create a downloadable tar.gz package. |
---|
| 47 | |
---|
| 48 | Tip: If you need different values for any of the properties defined in |
---|
| 49 | the 'build.xml' file, create a file named 'build.properties' and set |
---|
| 50 | the values there. |
---|
| 51 | |
---|
Note: See
TracBrowser
for help on using the repository browser.