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

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