File gluegen2-0004-add-antlr-jar-to-all-targets.patch of Package gluegen2
diff --git a/make/build-test.xml b/make/build-test.xml
index 31dc773..f63f20f 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -76,6 +76,7 @@
<path id="junit.compile.classpath">
<pathelement location="${junit.jar}" />
<pathelement location="${gluegen.jar}" />
+ <pathelement location="${antlr.jar}" />
</path>
<path id="junit.run.classpath">
@@ -84,6 +85,7 @@
<pathelement location="${gluegen-rt.jar}" />
<pathelement location="${gluegen.jar}" />
<pathelement location="${gluegen-test.jar}" />
+ <pathelement location="${antlr.jar}" />
</path>
<property name="junit.run.jars" value="${junit.jar}${path.separator}${ant.jar}${path.separator}${TestJarsInJar.jar}${path.separator}${gluegen.root}/${rootrel.build}/gluegen-rt.jar${path.separator}${gluegen.root}/${rootrel.build}/gluegen.jar${path.separator}${build_t}/gluegen-test.jar"/>
<property name="junit.run.remote.jars" value="${junit.jar}${path.separator}${env.TARGET_ANT_HOME}/lib/ant.jar${path.separator}${env.TARGET_ANT_HOME}/lib/ant-junit.jar${path.separator}${gluegen.root}/make/lib/TestJarsInJar.jar${path.separator}${gluegen.root}/${rootrel.build}/gluegen-rt.jar${path.separator}${gluegen.root}/${rootrel.build}/gluegen.jar${path.separator}${build_t}/gluegen-test.jar"/>