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
commita23886065e02cf0ea86dc62b2b752ebf35d1220b (patch)
treec67581c61c7dee502a45510f407ae6deb716ffbb
parentd79e40667ca674d9c206b43f1ffbb1dcbecfc7ff (diff)
downloadqpid-python-a23886065e02cf0ea86dc62b2b752ebf35d1220b.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@1067667 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index d4007e067c..e05fdf0f14 100644
--- a/qpid/java/module.xml
+++ b/qpid/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"/>