• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:base

2 <project name="ANTLR C# Runtime Library" default="build">
4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
17 <property name="src.dir" value="${base.dir}/" />
18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" />
24 <target name="build" depends="init, compile, test" description="compiles the source code">
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">
51 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output">
52 <!-- delete VS.NET project artifacts directory -->
53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" />
54 <delete dir="${base.dir}/bin" failonerror="false" />
55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" />
56 <delete dir="${base.dir}/obj" failonerror="false" />
58 <!-- delete VS.NET project artifacts directory for Tests projects-->
59 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" />
60 <delete dir="${base.dir}/../Antlr3.Runtime.Tests/bin" failonerror="false" />
61 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/obj'" />
62 <delete dir="${base.dir}/../Antlr3.Runtime.Tests/obj" failonerror="false" />
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" />