1 |
============================================================== |
============================================================== |
2 |
=== SCHMITZM README (2009-03-02, Martin Schmitz) === |
=== SCHMITZM README (2010-01-28, Martin Schmitz) === |
3 |
=== === |
=== === |
4 |
=== http://wald.intevation.org/projects/xulu/ === |
=== http://wald.intevation.org/projects/xulu/ === |
5 |
=== http://wald.intevation.org/projects/schmitzm/ === |
=== http://wald.intevation.org/projects/schmitzm/ === |
20 |
I expect that the SCHMITZM developer/builder is able to include |
I expect that the SCHMITZM developer/builder is able to include |
21 |
the following dependencies to its individual Java (Eclipse) |
the following dependencies to its individual Java (Eclipse) |
22 |
project: |
project: |
23 |
- JRE/JDK 1.6 |
- JRE/JDK 1.6 (http://java.sun.com) |
24 |
- JAI plus ImageIO (if not already included in your JRE/JDK) |
- JAI plus ImageIO (if not already included in your JRE/JDK) |
25 |
- Geotools 2.4.5 |
because gt2-2.6.0 already includes jai_codec-1.1.3.jar and |
26 |
+ gt2-arcgrid-2.3.0-M0.jar |
jai_imageio-1.1.jar it is recommended only to include: |
27 |
+ junit-4.4.jar |
- clipwrapper_jiio.jar |
28 |
- jFreeChart 1.0.13 |
- jai_core.jar |
29 |
- Log4j 1.2.14 |
- mlibwrapper_jai.jar |
30 |
- JINI |
- Geotools 2.6.1 (http://www.geotools.org) |
31 |
|
- jFreeChart 1.0.13 (http://www.jfree.org/jfreechart/) |
32 |
NOTE: All these libraries (except JRE/JDK) can be found in the |
- Log4j 1.2.14 (http://logging.apache.org/log4j/) |
33 |
'lib' folder of the XULU project: |
- JINI (http://java.sun.com/products/jini/) |
34 |
http://wald.intevation.org/projects/xulu/ |
- Colt (http://acs.lbl.gov/~hoschek/colt/) |
35 |
|
|
36 |
|
Only the following individual JARs are included in the SCHMITZM |
37 |
|
project (lib folder) because of several reasons. For middle term |
38 |
|
it is planned to remove them: |
39 |
|
- gt-shapefile-renderer-2.6-SNAPSHOT.jar |
40 |
|
>> ShapefileRenderer is still needed, but unsupported in |
41 |
|
gt2-2.6.1. When GT has included all its advantages |
42 |
|
in StreamingRenderer the ShapefileRenderer will be |
43 |
|
removed from SCHMITZM |
44 |
|
|
45 |
|
|
46 |
An example for an Eclipse project can be found in "defaults" |
An example for an Eclipse project can be found in "defaults" |
47 |
folder. But please DO NOT USE, MODIFY AND COMMIT THIS FILES, |
folder. But please DO NOT USE, MODIFY AND COMMIT THIS FILES, |