Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
19cef102
"...teknikattan-scoring-system.git" did not exist on "c133b821c9c92a470c1302070e7d13bbd7a49870"
Commit
19cef102
authored
11 years ago
by
Jeff Wallace
Browse files
Options
Downloads
Patches
Plain Diff
Renamed unix folders to be more specific. Added i686 support.
parent
7e0b5ad4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bindings/java/build-unix.xml
+28
-19
28 additions, 19 deletions
bindings/java/build-unix.xml
bindings/java/build-windows.xml
+6
-0
6 additions, 0 deletions
bindings/java/build-windows.xml
bindings/java/build.xml
+9
-5
9 additions, 5 deletions
bindings/java/build.xml
with
43 additions
and
24 deletions
bindings/java/build-unix.xml
+
28
−
19
View file @
19cef102
...
...
@@ -44,9 +44,14 @@
<property
name=
"jni.jnilib"
value=
"libtsk_jni.jnilib"
/>
<property
name=
"mac.zlib"
location=
"/usr/lib/libz.dylib"
/>
<property
name=
"mac.libewf"
location=
"${env.LIBEWF_HOME}/libewf/.libs/libewf.dylib"
/>
<!-- x86_64 -->
<copy
file=
"${jni.dylib}"
tofile=
"${x86_64}/mac/${jni.jnilib}"
/>
<copy
file=
"${mac.libewf}"
tofile=
"${x86_64}/mac/libewf.dylib"
/>
<copy
file=
"${mac.zlib}"
tofile=
"${x86_64}/mac/zlib.dylib"
/>
<!-- amd64 -->
<copy
file=
"${jni.dylib}"
tofile=
"${amd64}/mac/${jni.jnilib}"
/>
<copy
file=
"${mac.libewf}"
tofile=
"${amd64}/mac/libewf.dylib"
/>
<copy
file=
"${mac.zlib}"
tofile=
"${amd64}/mac/zlib.dylib"
/>
</target>
<!-- Non-OS X -->
...
...
@@ -55,37 +60,41 @@
<copy
file=
"./jni/.libs/libtsk_jni.so"
tofile=
"./libtsk_jni.so"
/>
</target>
<target
name=
"copy
Uni
xLibs"
depends=
"testTSKLibs"
if=
"tsk_so.present"
>
<target
name=
"copy
Linu
xLibs"
depends=
"testTSKLibs"
if=
"tsk_so.present"
>
<property
environment=
"env"
/>
<property
name=
"jni.so"
location=
"${basedir}/jni/.libs/libtsk_jni.so"
/>
<!-- check that this location is correct -->
<property
name=
"
uni
x.zlib"
location=
"/usr/lib/libz.so"
/>
<property
name=
"
linu
x.zlib"
location=
"/usr/lib/libz.so"
/>
<property
name=
"zlib.so"
value=
"zlib.so"
/>
<property
name=
"
uni
x.libewf"
location=
"${env.LIBEWF_HOME}/libewf/.libs/libewf.so"
/>
<property
name=
"
linu
x.libewf"
location=
"${env.LIBEWF_HOME}/libewf/.libs/libewf.so"
/>
<property
name=
"libewf.so"
value=
"libewf.so"
/>
<!-- x86_64 -->
<copy
file=
"${jni.so}"
tofile=
"${x86_64}/
uni
x/libtsk_jni.so"
/>
<copy
file=
"${
uni
x.zlib}"
tofile=
"${x86_64}/
uni
x/${zlib.so}"
/>
<copy
file=
"${
uni
x.libewf}"
tofile=
"${x86_64}/
uni
x/${libewf.so}"
/>
<copy
file=
"${jni.so}"
tofile=
"${x86_64}/
linu
x/libtsk_jni.so"
/>
<copy
file=
"${
linu
x.zlib}"
tofile=
"${x86_64}/
linu
x/${zlib.so}"
/>
<copy
file=
"${
linu
x.libewf}"
tofile=
"${x86_64}/
linu
x/${libewf.so}"
/>
<!-- amd64 -->
<copy
file=
"${jni.so}"
tofile=
"${amd64}/
uni
x/libtsk_jni.so"
/>
<copy
file=
"${
uni
x.zlib}"
tofile=
"${amd64}/
uni
x/${zlib.so}"
/>
<copy
file=
"${
uni
x.libewf}"
tofile=
"${amd64}/
uni
x/${libewf.so}"
/>
<copy
file=
"${jni.so}"
tofile=
"${amd64}/
linu
x/libtsk_jni.so"
/>
<copy
file=
"${
linu
x.zlib}"
tofile=
"${amd64}/
linu
x/${zlib.so}"
/>
<copy
file=
"${
linu
x.libewf}"
tofile=
"${amd64}/
linu
x/${libewf.so}"
/>
<!-- x86 -->
<copy
file=
"${jni.so}"
tofile=
"${x86}/
uni
x/libtsk_jni.so"
/>
<copy
file=
"${
uni
x.zlib}"
tofile=
"${x86}/
uni
x/${zlib.so}"
/>
<copy
file=
"${
uni
x.libewf}"
tofile=
"${x86}/
uni
x/${libewf.so}"
/>
<copy
file=
"${jni.so}"
tofile=
"${x86}/
linu
x/libtsk_jni.so"
/>
<copy
file=
"${
linu
x.zlib}"
tofile=
"${x86}/
linu
x/${zlib.so}"
/>
<copy
file=
"${
linu
x.libewf}"
tofile=
"${x86}/
linu
x/${libewf.so}"
/>
<!-- i386 -->
<copy
file=
"${jni.so}"
tofile=
"${i386}/
uni
x/libtsk_jni.so"
/>
<copy
file=
"${
uni
x.zlib}"
tofile=
"${i386}/
uni
x/${zlib.so}"
/>
<copy
file=
"${
uni
x.libewf}"
tofile=
"${i386}/
uni
x/${libewf.so}"
/>
<copy
file=
"${jni.so}"
tofile=
"${i386}/
linu
x/libtsk_jni.so"
/>
<copy
file=
"${
linu
x.zlib}"
tofile=
"${i386}/
linu
x/${zlib.so}"
/>
<copy
file=
"${
linu
x.libewf}"
tofile=
"${i386}/
linu
x/${libewf.so}"
/>
<!-- i586 -->
<copy
file=
"${jni.so}"
tofile=
"${i586}/unix/libtsk_jni.so"
/>
<copy
file=
"${unix.zlib}"
tofile=
"${i586}/unix/${zlib.so}"
/>
<copy
file=
"${unix.libewf}"
tofile=
"${i586}/unix/${libewf.so}"
/>
<copy
file=
"${jni.so}"
tofile=
"${i586}/linux/libtsk_jni.so"
/>
<copy
file=
"${linux.zlib}"
tofile=
"${i586}/linux/${zlib.so}"
/>
<copy
file=
"${linux.libewf}"
tofile=
"${i586}/linux/${libewf.so}"
/>
<!-- i686 -->
<copy
file=
"${jni.so}"
tofile=
"${i686}/linux/libtsk_jni.so"
/>
<copy
file=
"${linux.zlib}"
tofile=
"${i686}/linux/${zlib.so}"
/>
<copy
file=
"${linux.libewf}"
tofile=
"${i686}/linux/${libewf.so}"
/>
</target>
<target
name=
"copyLibs"
depends=
"copy
Uni
xLibs,copyMacLibs"
/>
<target
name=
"copyLibs"
depends=
"copy
Linu
xLibs,copyMacLibs"
/>
<target
name=
"copyTSKLibs"
depends=
"copyTskLibs_so,copyTskLibs_dylib"
>
<!-- depends targets take care of the actual copying since the file differs on OS X and Linux -->
...
...
This diff is collapsed.
Click to expand it.
bindings/java/build-windows.xml
+
6
−
0
View file @
19cef102
...
...
@@ -98,5 +98,11 @@
<fileset
refid=
"crt32dlls"
/>
</copy>
<copy
todir=
"${i686}/win"
overwrite=
"true"
>
<fileset
refid=
"win32dlls"
/>
</copy>
<copy
todir=
"${i686}/win"
overwrite=
"true"
>
<fileset
refid=
"crt32dlls"
/>
</copy>
</target>
</project>
This diff is collapsed.
Click to expand it.
bindings/java/build.xml
+
9
−
5
View file @
19cef102
...
...
@@ -26,6 +26,7 @@
<property
name=
"x86_64"
location=
"build/NATIVELIBS/x86_64"
/>
<property
name=
"i386"
location=
"build/NATIVELIBS/i386"
/>
<property
name=
"i586"
location=
"build/NATIVELIBS/i586"
/>
<property
name=
"i686"
location=
"build/NATIVELIBS/i686"
/>
<property
name=
"crt"
location=
"${basedir}/crt"
/>
<path
id=
"libraries"
>
...
...
@@ -47,20 +48,23 @@
<mkdir
dir=
"${amd64}"
/>
<mkdir
dir=
"${amd64}/win"
/>
<mkdir
dir=
"${amd64}/mac"
/>
<mkdir
dir=
"${amd64}/
uni
x"
/>
<mkdir
dir=
"${amd64}/
linu
x"
/>
<mkdir
dir=
"${x86}"
/>
<mkdir
dir=
"${x86}/win"
/>
<mkdir
dir=
"${x86}/
uni
x"
/>
<mkdir
dir=
"${x86}/
linu
x"
/>
<mkdir
dir=
"${x86_64}"
/>
<mkdir
dir=
"${x86_64}/win"
/>
<mkdir
dir=
"${x86_64}/mac"
/>
<mkdir
dir=
"${x86_64}/
uni
x"
/>
<mkdir
dir=
"${x86_64}/
linu
x"
/>
<mkdir
dir=
"${i386}"
/>
<mkdir
dir=
"${i386}/win"
/>
<mkdir
dir=
"${i386}/
uni
x"
/>
<mkdir
dir=
"${i386}/
linu
x"
/>
<mkdir
dir=
"${i586}"
/>
<mkdir
dir=
"${i586}/win"
/>
<mkdir
dir=
"${i586}/unix"
/>
<mkdir
dir=
"${i586}/linux"
/>
<mkdir
dir=
"${i686}"
/>
<mkdir
dir=
"${i686}/win"
/>
<mkdir
dir=
"${i686}/linux"
/>
</target>
<property
name=
"ivy.install.version"
value=
"2.3.0-rc2"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment