Skip to content
Snippets Groups Projects
Commit 77e709f9 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

pathing jar for qa-functional

parent c9b48785
Branches
No related tags found
No related merge requests found
...@@ -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="integration-pathing-jar" depends="projectized-common.test-init" if="testing-pathing-jar.should-create"> <target name="qa-functional-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}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment