Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
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
Autopsy
Commits
77e709f9
Commit
77e709f9
authored
4 years ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
pathing jar for qa-functional
parent
c9b48785
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/build.xml
+2
-11
2 additions, 11 deletions
Core/build.xml
with
2 additions
and
11 deletions
Core/build.xml
+
2
−
11
View file @
77e709f9
...
@@ -197,16 +197,7 @@
...
@@ -197,16 +197,7 @@
</target>
</target>
<!--sets up integration test system properties, calls underlying test-init and then sets up the pathing jar-->
<!--sets up integration test system properties, calls underlying test-init and then sets up the pathing jar-->
<target
name=
"test-init"
depends=
"projectized-common.test-init,getTestDataFiles,integration-pathing-jar"
/>
<target
name=
"test-init"
depends=
"projectized-common.test-init,getTestDataFiles,qa-functional-pathing-jar"
/>
<target
name=
"test-qa-functional"
>
<!--We don't want integration testing to run from standard qa functional-->
<property
name=
"testing-pathing-jar.should-create"
value=
"true"
/>
<property
name=
"test.excludes"
value=
"**/org/sleuthkit/autopsy/integrationtesting/TestRunner.class"
/>
<antcall
target=
"projectized-common.test-qa-functional"
/>
</target>
<!--
<!--
The paths specified in 'module.run.classpath' are incorporated into the manifest of a jar and then the path to the
The paths specified in 'module.run.classpath' are incorporated into the manifest of a jar and then the path to the
...
@@ -214,7 +205,7 @@
...
@@ -214,7 +205,7 @@
classpath length issues on windows. More information on this technique can be found here:
classpath length issues on windows. More information on this technique can be found here:
https://stackoverflow.com/a/201969.
https://stackoverflow.com/a/201969.
-->
-->
<target
name=
"
integra
tion-pathing-jar"
depends=
"projectized-common.test-init"
if=
"testing-pathing-jar.should-create"
>
<target
name=
"
qa-func
tion
al
-pathing-jar"
depends=
"projectized-common.test-init"
>
<sequential>
<sequential>
<!--set up pathing jar based on module.run.classpath as classpath-->
<!--set up pathing jar based on module.run.classpath as classpath-->
<path
id=
"test.qa-functional.pathing-jar.module-cp.classpath"
path=
"${module.run.classpath}"
/>
<path
id=
"test.qa-functional.pathing-jar.module-cp.classpath"
path=
"${module.run.classpath}"
/>
...
...
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