Lines Matching +full:working +full:- +full:directory
4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
28 <mkdir dir="${build.working.dir}/tests" />
32 <!-- Copy Antlr3.Runtime.Tests dependencies -->
33 <copy todir="${build.working.dir}" overwrite="true">
40 <copy todir="${build.working.dir}" overwrite="true">
52 <!-- delete VS.NET project artifacts directory -->
53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" />
55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" />
58 <!-- delete VS.NET project artifacts directory for Tests projects-->
59 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" />
61 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/obj'" />
71 report-types="Html"
72 report-filename-format="antlr3-runtime-report-{0}-{1}"
73 report-output-directory="${build.working.dir}"
74 halt-on-failure="true"
77 <include name="${build.working.dir}/${test.assembly.name}" />
88 output="${build.working.dir}/${assembly.name}"
89 doc="${build.working.dir}/${name}.xml">
99 …if="${framework::get-target-framework()=='net-1.1' or framework::get-target-framework()=='mono-1.0…
104 <!-- <include name="${build.working.dir}/antlr.runtime.dll" /> -->
114 output="${build.working.dir}/${test.assembly.name}">
119 …if="${framework::get-target-framework()=='net-1.1' or framework::get-target-framework()=='mono-1.0…
124 <include name="${build.working.dir}/${assembly.name}" />
125 <include name="${build.working.dir}/MbUnit.Framework.dll" />
126 <include name="${build.working.dir}/QuickGraph.Algorithms.dll" />
127 <include name="${build.working.dir}/QuickGraph.dll" />