Last active
January 19, 2016 13:02
-
-
Save anarchivist/c3c360db3b7d3f1b5f78 to your computer and use it in GitHub Desktop.
Sleuthkit 4.2.0: exclude building JNI samples (see sleuthkit/sleuthkit#510)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fine and
Thanks
Sincerely
Yours