Create html dir for junit html output

cusax-fix
Martin Andre 20 years ago
parent 921e04910e
commit e8b907d458

@ -178,6 +178,7 @@
<mkdir dir="${java.doc}"/> <mkdir dir="${java.doc}"/>
<mkdir dir="${bundles.dest}"/> <mkdir dir="${bundles.dest}"/>
<mkdir dir="${test.reports.dir}"/> <mkdir dir="${test.reports.dir}"/>
<mkdir dir="${test.reports.dir}/html"/>
<!-- set the jmf.performancepack.extracted property so that we know <!-- set the jmf.performancepack.extracted property so that we know
whether we'll have to extract jmf native libs --> whether we'll have to extract jmf native libs -->
@ -308,7 +309,7 @@
</junitreport> </junitreport>
</target> </target>
<!--RUN-SIP-CMMUNICATOR--> <!--RUN-SIP-COMMUNICATOR-->
<target name="run" depends="compile,resource" <target name="run" depends="compile,resource"
description="Starts oscar and runs sip-comunicator gui."> description="Starts oscar and runs sip-comunicator gui.">

Loading…
Cancel
Save