updates to reflect sleuthkit build target

This commit is contained in:
Greg DiCristofaro 2020-06-17 16:21:08 -04:00
parent d962ce41b8
commit 96a5005eb7
2 changed files with 2 additions and 13 deletions

View File

@ -29,15 +29,11 @@
<fail unless="ewfFound" message="LIBEWF_HOME must be set as an environment variable."/> <fail unless="ewfFound" message="LIBEWF_HOME must be set as an environment variable."/>
<property name="tskLogicalImager.path" value="${env.TSK_HOME}/win32/Release_NoLibs/tsk_logical_imager.exe" /> <property name="tskLogicalImager.path" value="${env.TSK_HOME}/win32/Release_NoLibs/tsk_logical_imager.exe" />
<property name="win64.TskLib.path" value="${env.TSK_HOME}/win32/x64/Release_PostgreSQL"/> <property name="win64.TskLib.path" value="${env.TSK_HOME}/win32/x64/Release"/>
<property name="win32.TskLib.path" value="${env.TSK_HOME}/win32/Release_PostgreSQL" /> <property name="win32.TskLib.path" value="${env.TSK_HOME}/win32/Release" />
<property name="win64.TskLib.postgres_path" value="${env.TSK_HOME}/win32/x64/Release_PostgreSQL"/>
<property name="win32.TskLib.postgres_path" value="${env.TSK_HOME}/win32/Release_PostgreSQL"/>
<available property="tskLogicalImager.exists" type="file" file="${tskLogicalImager.path}" /> <available property="tskLogicalImager.exists" type="file" file="${tskLogicalImager.path}" />
<available property="win64.TskLib.exists" type="dir" file="${win64.TskLib.path}" /> <available property="win64.TskLib.exists" type="dir" file="${win64.TskLib.path}" />
<available property="win32.TskLib.exists" type="dir" file="${win32.TskLib.path}" /> <available property="win32.TskLib.exists" type="dir" file="${win32.TskLib.path}" />
<available property="win64.TskLib_postgres.exists" type="dir" file="{win64.TskLib.postgres_path}" />
<available property="win32.TskLib_postgres.exists" type="dir" file="{win32.TskLib.postgres_path}" />
</target> </target>
<!-- The following copy the libtsk_jni dependencies to the Autopsy <!-- The following copy the libtsk_jni dependencies to the Autopsy

View File

@ -157,13 +157,6 @@
</fileset> </fileset>
</delete> </delete>
<!-- Just keep 64-bit photorec version -->
<var name="photorec-zip-path" value="${zip-tmp}/${app.name}/autopsy/photorec_exec"/>
<delete dir="${photorec-zip-path}/bin"/>
<move todir="${photorec-zip-path}">
<fileset dir="${photorec-zip-path}/64-bit/bin"/>
</move>
<!-- step (4) zip again, but with the version numbers in the name & root folder --> <!-- step (4) zip again, but with the version numbers in the name & root folder -->
<zip destfile="${nbdist.dir}/${app.name}-${app.version}.zip"> <zip destfile="${nbdist.dir}/${app.name}-${app.version}.zip">
<zipfileset dir="${zip-tmp}/${app.name}" prefix="${app.name}-${app.version}"/> <zipfileset dir="${zip-tmp}/${app.name}" prefix="${app.name}-${app.version}"/>