You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2011/02/06 14:52:18 UTC

svn commit: r1067667 - /qpid/trunk/qpid/java/module.xml

Author: robbie
Date: Sun Feb  6 13:52:18 2011
New Revision: 1067667

URL: http://svn.apache.org/viewvc?rev=1067667&view=rev
Log:
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 <ra...@wso2.com>

Modified:
    qpid/trunk/qpid/java/module.xml

Modified: qpid/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/module.xml?rev=1067667&r1=1067666&r2=1067667&view=diff
==============================================================================
--- qpid/trunk/qpid/java/module.xml (original)
+++ qpid/trunk/qpid/java/module.xml Sun Feb  6 13:52:18 2011
@@ -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"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org