3398 |
15 Jun 15 |
nicklas |
== Requirements == |
3398 |
15 Jun 15 |
nicklas |
2 |
|
6042 |
11 Nov 20 |
nicklas |
1. BASE 3.17 or later. |
6042 |
11 Nov 20 |
nicklas |
2. Java 11 or later. |
3398 |
15 Jun 15 |
nicklas |
5 |
|
3398 |
15 Jun 15 |
nicklas |
== Introduction == |
3398 |
15 Jun 15 |
nicklas |
7 |
|
3398 |
15 Jun 15 |
nicklas |
This package is an extension package to BASE that adds |
3398 |
15 Jun 15 |
nicklas |
a column in the file list view for displaying thumbnails |
5352 |
10 Apr 19 |
nicklas |
of some common images and document formats. Currently |
5352 |
10 Apr 19 |
nicklas |
supported formats are: png, jpg, svg, pdf |
3398 |
15 Jun 15 |
nicklas |
12 |
|
3398 |
15 Jun 15 |
nicklas |
* The homepage for this extension: |
6311 |
11 Jun 21 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails |
3398 |
15 Jun 15 |
nicklas |
15 |
|
3398 |
15 Jun 15 |
nicklas |
== Installation == |
3398 |
15 Jun 15 |
nicklas |
17 |
|
6311 |
11 Jun 21 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/install |
3398 |
15 Jun 15 |
nicklas |
19 |
|
3398 |
15 Jun 15 |
nicklas |
== Using == |
3398 |
15 Jun 15 |
nicklas |
21 |
|
6311 |
11 Jun 21 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/using |
3398 |
15 Jun 15 |
nicklas |
23 |
|
3398 |
15 Jun 15 |
nicklas |
24 |
|
3398 |
15 Jun 15 |
nicklas |
== Compiling == |
3398 |
15 Jun 15 |
nicklas |
26 |
|
3398 |
15 Jun 15 |
nicklas |
To compile this package you also need: |
3398 |
15 Jun 15 |
nicklas |
28 |
|
6042 |
11 Nov 20 |
nicklas |
1. Ant 1.10 |
6042 |
11 Nov 20 |
nicklas |
2. Java 11 |
3398 |
15 Jun 15 |
nicklas |
31 |
|
3398 |
15 Jun 15 |
nicklas |
Follow these instructions: |
3398 |
15 Jun 15 |
nicklas |
33 |
|
3398 |
15 Jun 15 |
nicklas |
1. Download the source code from the subversion repository. See |
6311 |
11 Jun 21 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails for instructions. |
3398 |
15 Jun 15 |
nicklas |
36 |
|
3398 |
15 Jun 15 |
nicklas |
2. Type `ant download-lib` to automatically download the BASE core JAR files that |
3398 |
15 Jun 15 |
nicklas |
are neeed for compilation. You can also do this manually by copying the |
3398 |
15 Jun 15 |
nicklas |
base-core-3.x.jar file from the BASE installation directory |
3398 |
15 Jun 15 |
nicklas |
(<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. |
3398 |
15 Jun 15 |
nicklas |
41 |
|
3398 |
15 Jun 15 |
nicklas |
3. Type 'ant' to compile the code and generate the 'thumbnails.jar' file |
3398 |
15 Jun 15 |
nicklas |
in the project directory. |
3398 |
15 Jun 15 |
nicklas |
44 |
|
3398 |
15 Jun 15 |
nicklas |
4. Use 'ant package' to create a downloadable tar.gz package. |
3398 |
15 Jun 15 |
nicklas |
46 |
|
3398 |
15 Jun 15 |
nicklas |
Tip: If you need different values for any of the properties defined in |
3398 |
15 Jun 15 |
nicklas |
the 'build.xml' file, create a file named 'build.properties' and set |
3398 |
15 Jun 15 |
nicklas |
the values there. |
3398 |
15 Jun 15 |
nicklas |
50 |
|