Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:runtime

2 <project name="ANTLR C# Runtime Library" default="build">
6 <include buildfile="../../antlr3.runtime.net.common.inc" />
8 <property name="antlr3.runtime.test" value="true" unless="${property::exists('antlr3.runtime.test')}" />
11 <property name="name" value="Antlr3.Runtime" />
18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" />
32 <!-- Copy Antlr3.Runtime.Tests dependencies -->
43 <include name="antlr.runtime.dll" />
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" />
65 <target name="test" depends="tests.run" if="${antlr3.runtime.test}">
72 report-filename-format="antlr3-runtime-report-{0}-{1}"
104 <!-- <include name="${build.working.dir}/antlr.runtime.dll" /> -->