From aef6d05bfe86b810dbd38dbdb9c757dae7b8368e Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Fri, 27 Apr 2018 18:15:08 +0200 Subject: Update the Ant build.xml script for: - Generating the C header file during javac task. - Provide more accurate information in META-INF/MANIFEST.MF. - Merge tasks intended to be executed together. The src/org_proj4_PJ.h file has been re-generated with the most recent Java compiler. --- jniwrap/build.xml | 107 ++++++++++++++++++----------------------------------- src/org_proj4_PJ.h | 2 +- 2 files changed, 38 insertions(+), 71 deletions(-) diff --git a/jniwrap/build.xml b/jniwrap/build.xml index 2888a1ec..85bcb2a5 100644 --- a/jniwrap/build.xml +++ b/jniwrap/build.xml @@ -1,87 +1,54 @@ - - - - - - - - - - - - - - - Compilation finished... - - - - - - - Creating folder structure... - - - - - - - - - Compiling the java code... - - - - - - - - - - - - - Creating jni headers... - - - - - - - - Compiling libraries... - - - - - - - - + + + + + + + + + + + + + + + + - + + + + - - - - + + Creating help files... - - - + Cleaning up... - - + + diff --git a/src/org_proj4_PJ.h b/src/org_proj4_PJ.h index 7e690e7a..be5d3f58 100644 --- a/src/org_proj4_PJ.h +++ b/src/org_proj4_PJ.h @@ -44,7 +44,7 @@ JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getDefinition /* * Class: org_proj4_PJ * Method: getType - * Signature: ()Lorg/proj4/PJ$Type; + * Signature: ()Lorg/proj4/PJ/Type; */ JNIEXPORT jobject JNICALL Java_org_proj4_PJ_getType (JNIEnv *, jobject); -- cgit v1.2.3