aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-gluegen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-gluegen.xml')
-rw-r--r--make/build-gluegen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-gluegen.xml b/make/build-gluegen.xml
index f0236811b..a12f668ab 100644
--- a/make/build-gluegen.xml
+++ b/make/build-gluegen.xml
@@ -75,7 +75,7 @@
- NOTE: GlueGenTask is NOT built at this time. It is done in
- a separate task. -->
<javac destdir="${classes}" includes="**/gluegen/**" excludes="**/GlueGenTask.java"
- source="1.4">
+ source="1.4" debug="true" debuglevel="source,lines">
<src path="${src}" />
<src path="${src.generated.java}" />
<classpath refid="antlr.classpath" />
@@ -135,7 +135,7 @@
<!-- Build the GlueGen ANT task.
- NOTE: ONLY the GlueGenTask is built at this time. GlueGen
- itself is built in a separate task. -->
- <javac destdir="${classes}" includes="**/GlueGenTask.java" source="1.4">
+ <javac destdir="${classes}" includes="**/GlueGenTask.java" source="1.4" debug="true" debuglevel="source,lines">
<src path="${src}" />
<classpath refid="antlr.classpath" />
</javac>