Sorry, but I just realized that the attachement where scrubed.

external.properties
===================

#log4j.lib= /opt/jars/jakarta-log4j-1.2.8/dist/lib
#log4j.jars= log4j-1.2.8.jar

#To compile GeoTiffDEM.java you'll need Java Advanced Imaging (JAI)
#installed, so it is disabled by default in the build.xml.
geotiffdem.build=true
jai.lib=/usr/share/sun-jai-bin/lib
jai.jar.codec=jai_codec.jar
jai.jar.core=jai_core.jar  
jai.jar.mlibwrapper=mlibwrapper_jai.jar


build.xml
===================================================================
--- build.xml   (revision 1129)
+++ build.xml   (working copy)
@@ -46,11 +46,14 @@
 
         You can set it in the external.properties file too.
         -->
 
        <!-- For class paths -->
   <path id="main">
     <pathelement location="${build.classes}" />
+       <pathelement location="${jai.lib}/${jai.jar.codec}" />
+       <pathelement location="${jai.lib}/${jai.jar.core}" />
+       <pathelement location="${jai.lib}/${jai.jar.mlibwrapper}" />
   </path>
 
        <path id="test">
@@ -72,7 +75,7 @@
       <include name="**/*.java" />
       <classpath refid="main"/>
       <!-- <compilerarg value="-Xlint:unchecked"/> -->
-      <exclude name="**/reader/dem/optional/*.java"/>
+      <exclude name="**/reader/dem/optional/*.java" unless="geotiffdem.build"/>
     </javac>
   </target>
 
@@ -160,6 +163,8 @@
                        <include name="styles/**"/>
                        <include name="help/**"/>
                </jar>
+               <echo>To compile GeoTiffDEM.java you'll need Java Advanced 
Imaging (JAI) installed, so it is disabled by default.
+You can enable in in the external.properties file.</echo>
 
                <copy todir="${dist}/doc" >
                        <fileset dir="doc" includes="*.txt, Credits, mkgmap.1"/>

________________________________________________________________
Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/

_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to