Updated the readme and build.xml to accomodate changes to the TSK repo

This commit is contained in:
U-BASIS\dsmyda 2020-06-29 14:31:57 -04:00
parent 68bbd72a90
commit f60db39a05
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ to the root 64-bit JRE directory.
from the TSK root directory to install the libraries and such in from the TSK root directory to install the libraries and such in
the needed places (i.e. '/usr/local'). the needed places (i.e. '/usr/local').
2e) Build the TSK CaseUco jar file by running 'mvn clean install' in 2e) Build the TSK CaseUco jar file by running 'ant' in
the case-uco/java folder of the TSK source folder. You can also add the the case-uco/java folder of the TSK source folder. You can also add the
code to a NetBeans project and build using the regular 'build' action. code to a NetBeans project and build using the regular 'build' action.

View File

@ -106,7 +106,7 @@
tofile="${ext.dir}/c3p0-0.9.5.jar"/> tofile="${ext.dir}/c3p0-0.9.5.jar"/>
<copy file="${env.TSK_HOME}/bindings/java/lib/SparseBitSet-1.1.jar" <copy file="${env.TSK_HOME}/bindings/java/lib/SparseBitSet-1.1.jar"
tofile="${ext.dir}/SparseBitSet-1.1.jar"/> tofile="${ext.dir}/SparseBitSet-1.1.jar"/>
<copy file="${env.TSK_HOME}/case-uco/java/target/sleuthkit-caseuco-1.0.jar" <copy file="${env.TSK_HOME}/case-uco/java/dist/sleuthkit-caseuco-1.0.jar"
tofile="${ext.dir}/sleuthkit-caseuco-1.0.jar"/> tofile="${ext.dir}/sleuthkit-caseuco-1.0.jar"/>
</target> </target>