Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save anarchivist/c3c360db3b7d3f1b5f78 to your computer and use it in GitHub Desktop.

Select an option

Save anarchivist/c3c360db3b7d3f1b5f78 to your computer and use it in GitHub Desktop.
Sleuthkit 4.2.0: exclude building JNI samples (see sleuthkit/sleuthkit#510)
diff --git a/bindings/java/build.xml b/bindings/java/build.xml
index 7979fa2..71efb17 100755
--- a/bindings/java/build.xml
+++ b/bindings/java/build.xml
@@ -121,9 +121,9 @@
</copy>
<!-- Verify sample compiles -->
- <javac debug="on" srcdir="${sample}" destdir="${build}" includeantruntime="false">
+ <!-- <javac debug="on" srcdir="${sample}" destdir="${build}" includeantruntime="false">
<classpath refid="libraries"/>
- </javac>
+ </javac> -->
</target>
<target name="dist" depends="check-build" unless="up-to-date">
@dkuspawono
Copy link

Fine and
Thanks
Sincerely
Yours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment