mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
updates to core test libs
This commit is contained in:
parent
19acbf33a5
commit
1426b11d4e
@ -6,4 +6,5 @@
|
|||||||
<ibiblio name="maven.restlet.org" root="http://maven.restlet.com" m2compatible="true" />
|
<ibiblio name="maven.restlet.org" root="http://maven.restlet.com" m2compatible="true" />
|
||||||
</chain>
|
</chain>
|
||||||
</resolvers>
|
</resolvers>
|
||||||
|
<property name="packaging.type" value="jar" />
|
||||||
</ivysettings>
|
</ivysettings>
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15
build.xml
15
build.xml
@ -79,6 +79,12 @@
|
|||||||
<delete includeemptydirs="true" failonerror="false">
|
<delete includeemptydirs="true" failonerror="false">
|
||||||
<fileset dir="${basedir}/docs/doxygen-dev/build-docs" includes="**/*"/>
|
<fileset dir="${basedir}/docs/doxygen-dev/build-docs" includes="**/*"/>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
|
<!-- build core test libs -->
|
||||||
|
<subant buildpath="${basedir}/CoreTestLibs/build.xml" target="clean" inheritrefs="false" inheritall="false">
|
||||||
|
<property name="nbplatform.active.dir" value="${nbplatform.active.dir}" />
|
||||||
|
<property name="nbplatform.default.harness.dir" value="${nbplatform.default.harness.dir}" />
|
||||||
|
</subant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- This target is similar to the regular test target that calls test on all nbm's,
|
<!-- This target is similar to the regular test target that calls test on all nbm's,
|
||||||
@ -265,9 +271,16 @@
|
|||||||
<property name="build-minimal-platform-renamed" location="${dist.dir}/${app.name}-minimal.zip" />
|
<property name="build-minimal-platform-renamed" location="${dist.dir}/${app.name}-minimal.zip" />
|
||||||
<echo>File moved to ${build-minimal-platform-renamed}</echo>
|
<echo>File moved to ${build-minimal-platform-renamed}</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="build-core-test-libs">
|
||||||
|
<subant buildpath="${basedir}/CoreTestLibs/build.xml" target="build" inheritrefs="false" inheritall="false">
|
||||||
|
<property name="nbplatform.active.dir" value="${nbplatform.active.dir}" />
|
||||||
|
<property name="nbplatform.default.harness.dir" value="${nbplatform.default.harness.dir}" />
|
||||||
|
</subant>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- override build to add branding -->
|
<!-- override build to add branding -->
|
||||||
<target name="build" depends="build-brand,suite.build,chmod_executables" description="Compiles autopsy and produces a basic branded build that can run on a dev system" />
|
<target name="build" depends="build-core-test-libs,build-brand,suite.build,chmod_executables" description="Compiles autopsy and produces a basic branded build that can run on a dev system" />
|
||||||
|
|
||||||
<target name="build-brand" depends="-init">
|
<target name="build-brand" depends="-init">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user