extensions/net.sf.basedb.relax/trunk/README

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