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
5e653ffc
Commit
5e653ffc
authored
13 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
dlls are only a build.xml req if you run a test
parent
64185df9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/build.xml
+2
-1
2 additions, 1 deletion
bindings/java/build.xml
with
2 additions
and
1 deletion
bindings/java/build.xml
+
2
−
1
View file @
5e653ffc
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<condition
property=
"ewfFound"
>
<condition
property=
"ewfFound"
>
<isset
property=
"env.LIBEWF_HOME"
/>
<isset
property=
"env.LIBEWF_HOME"
/>
</condition>
</condition>
<fail
unless=
"ewfFound"
message=
"LIBEWF_HOME must be set as an environment variable."
/>
<!-- set global properties for this build -->
<!-- set global properties for this build -->
<property
name=
"src"
location=
"src/org/sleuthkit/datamodel"
/>
<property
name=
"src"
location=
"src/org/sleuthkit/datamodel"
/>
...
@@ -74,6 +73,7 @@
...
@@ -74,6 +73,7 @@
<target
name=
"create-standards"
depends=
"compile-test"
<target
name=
"create-standards"
depends=
"compile-test"
description=
"create gold standards to run the datamodel tests against"
>
description=
"create gold standards to run the datamodel tests against"
>
<fail
unless=
"ewfFound"
message=
"LIBEWF_HOME must be set as an environment variable."
/>
<java
classname=
"org.sleuthkit.datamodel.DiffUtil"
classpathref=
"libraries"
fork=
"true"
failonerror=
"true"
>
<java
classname=
"org.sleuthkit.datamodel.DiffUtil"
classpathref=
"libraries"
fork=
"true"
failonerror=
"true"
>
<sysproperty
key=
"java.library.path"
value=
"${dlls}"
/>
<sysproperty
key=
"java.library.path"
value=
"${dlls}"
/>
</java>
</java>
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
<target
name=
"test"
depends=
"compile-test"
<target
name=
"test"
depends=
"compile-test"
description=
"run the tests"
>
description=
"run the tests"
>
<fail
unless=
"ewfFound"
message=
"LIBEWF_HOME must be set as an environment variable."
/>
<junit
fork=
"on"
haltonfailure=
"yes"
dir=
"."
>
<junit
fork=
"on"
haltonfailure=
"yes"
dir=
"."
>
<sysproperty
key=
"java.library.path"
value=
"${dlls}"
/>
<sysproperty
key=
"java.library.path"
value=
"${dlls}"
/>
<classpath
refid=
"libraries"
/>
<classpath
refid=
"libraries"
/>
...
...
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