Last change
on this file was
6314,
checked in by Nicklas Nordborg, 20 months ago
|
Fixes #1318: Switch to BASE 3.18
|
-
Property svn:mime-type set to
text/x-trac-wiki
|
File size:
1.4 KB
|
Rev | Line | |
---|
[2517] | 1 | == Requirements == |
---|
| 2 | |
---|
[6314] | 3 | 1. BASE 3.18 or later. |
---|
[5502] | 4 | 2. Java 11 or later. |
---|
[2517] | 5 | |
---|
| 6 | == Introduction == |
---|
| 7 | |
---|
| 8 | This package is an extension package to BASE that adds support |
---|
| 9 | for more protocols for accessing external files. The current |
---|
| 10 | release include support for: |
---|
| 11 | |
---|
[2524] | 12 | * FTP |
---|
| 13 | * FTPS |
---|
[2517] | 14 | * SFTP |
---|
| 15 | |
---|
| 16 | The homepage for this extension: |
---|
[6307] | 17 | https://baseplugins.thep.lu.se/wiki/net.sf.basedb.xfiles |
---|
[2517] | 18 | |
---|
| 19 | == Installation == |
---|
| 20 | |
---|
[6307] | 21 | See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.xfiles/install |
---|
[2517] | 22 | |
---|
| 23 | == Using == |
---|
| 24 | |
---|
[6307] | 25 | See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.xfiles/using |
---|
[2517] | 26 | |
---|
| 27 | |
---|
| 28 | == Compiling == |
---|
| 29 | |
---|
| 30 | To compile this package you also need: |
---|
| 31 | |
---|
[5502] | 32 | 1. Ant 1.10 |
---|
| 33 | 2. Java 11 |
---|
[2517] | 34 | |
---|
| 35 | Follow these instructions: |
---|
| 36 | |
---|
| 37 | 1. Download the source code from the subversion repository. See |
---|
[6307] | 38 | https://baseplugins.thep.lu.se/wiki/net.sf.basedb.xfiles for instructions. |
---|
[2517] | 39 | |
---|
| 40 | 2. Type `ant download-lib` to automatically download the BASE core JAR files that |
---|
| 41 | are neeed for compilation. You can also do this manually by copying the |
---|
| 42 | base-core-3.x.jar file from the BASE installation directory |
---|
| 43 | (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. |
---|
| 44 | |
---|
| 45 | 3. Type 'ant' to compile the code and generate the 'xfiles.jar' file |
---|
| 46 | in the project directory. |
---|
| 47 | |
---|
| 48 | 4. Use 'ant package' to create a downloadable tar.gz package. |
---|
| 49 | |
---|
| 50 | Tip: If you need different values for any of the properties defined in |
---|
| 51 | the 'build.xml' file, create a file named 'build.properties' and set |
---|
| 52 | the values there. |
---|
| 53 | |
---|
Note: See
TracBrowser
for help on using the repository browser.