You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/05/15 23:44:49 UTC

svn commit: r656858 - /ant/ivy/ivyde/trunk/build.xml

Author: hibou
Date: Thu May 15 14:44:49 2008
New Revision: 656858

URL: http://svn.apache.org/viewvc?rev=656858&view=rev
Log:
Make sure that the debug info are embedded into the .class files

Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=656858&r1=656857&r2=656858&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Thu May 15 14:44:49 2008
@@ -67,6 +67,7 @@
             <sysproperty key="buildDirectory" path="${basedir}/work" />
             <sysproperty key="DSTAMP" value="${DSTAMP}" />
             <sysproperty key="TSTAMP" value="${TSTAMP}" />
+            <sysproperty key="javacDebugInfo" value="true"/>
         </java>
         <echo>
 Zip archive can be found here: