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