summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-02-06 13:52:18 +0000
committerRobert Gemmell <robbie@apache.org>2011-02-06 13:52:18 +0000
commit56cac5f52b26391fce7c29e78e5b20c7e14e374a (patch)
treee23dcf6ab27dc58abb29787535548d3e959f1bea
parentb401fdc69fefb860e6f45d65f6fc2e0ccf1ce82f (diff)
downloadqpid-python-56cac5f52b26391fce7c29e78e5b20c7e14e374a.tar.gz
QPID-3039: explicitly define which debug info to include in the compiled class files, as the defaults can differ depending on the used compiler
Applied patch from Rajika Kumarasiri <rajika@wso2.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067667 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index d4007e067c..e05fdf0f14 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -228,7 +228,7 @@
<echo message="Targeting : ${java.target}" level="info"/>
<javac source="${java.source}" target="${java.target}"
- destdir="${module.classes}" debug="on" includeantruntime="false"
+ destdir="${module.classes}" debug="on" debuglevel="lines,vars,source" includeantruntime="false"
deprecation="${javac.deprecation}">
<compilerarg line="${javac.compiler.args}"/>
<src refid="module.src.path"/>