You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/02/19 18:44:59 UTC

svn commit: r745942 - /maven/components/branches/maven-2.1.x/build.xml

Author: jdcasey
Date: Thu Feb 19 17:44:58 2009
New Revision: 745942

URL: http://svn.apache.org/viewvc?rev=745942&view=rev
Log:
turn on debug symbols at all times for ant-level compile

Modified:
    maven/components/branches/maven-2.1.x/build.xml

Modified: maven/components/branches/maven-2.1.x/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/build.xml?rev=745942&r1=745941&r2=745942&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/build.xml (original)
+++ maven/components/branches/maven-2.1.x/build.xml Thu Feb 19 17:44:58 2009
@@ -166,7 +166,7 @@
     </path>
 
     <mkdir dir="bootstrap/target/classes"/>
-    <javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.4" target="1.4" debug="${debug}">
+    <javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.4" target="1.4" debug="true">
       <src refid="sources"/>
       <classpath refid="pom.pathid"/>
     </javac>