Author: mrglavas
Date: Fri Sep 24 15:57:54 2010
New Revision: 1000924
URL: http://svn.apache.org/viewvc?rev=1000924&view=rev
Log:
Setting the default debuglevel to be "lines,source" when debug has been enabled.
Modified:
xerces/java/branches/xml-schema-1.1-dev/build.xml
Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=1000924&r1=1000923&r2=1000924&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Fri Sep 24 15:57:54 2010
@@ -86,6 +86,7 @@ Authors:
<!-- changed made to synchronize with a patch from Sam Ruby
(<[email protected]>) to Xerces1
<property name="build.compiler" value="classic"/> -->
<property name="debug" value="off"/>
+ <property name="debuglevel" value="lines,source"/>
<property name="optimize" value="on"/>
<property name="deprecation" value="off"/>
@@ -294,6 +295,7 @@ Authors:
target="${javac.target}"
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}:${tools.dir}/${jar.psychopath}:${tools.dir}/${jar.cup}:${tools.dir}/${jar.icu}"
debug="${debug}"
+ debuglevel="${debuglevel}"
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
@@ -361,6 +363,7 @@ Authors:
target="${javac.target}"
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
debug="${debug}"
+ debuglevel="${debuglevel}"
includeAntRuntime="false"
includeJavaRuntime="true"/>
</target>
@@ -380,6 +383,7 @@ Authors:
target="${javac.target}"
classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
debug="${debug}"
+ debuglevel="${debuglevel}"
includeAntRuntime="false"
includeJavaRuntime="true"/>
</target>
@@ -1024,6 +1028,7 @@ Authors:
source="${javac.source}"
target="${javac.target}"
debug="${debug}"
+ debuglevel="${debuglevel}"
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
@@ -1323,6 +1328,7 @@ Authors:
target="${javac.target}"
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
debug="${debug}"
+ debuglevel="${debuglevel}"
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
@@ -1473,6 +1479,7 @@ Authors:
target="${javac.target}"
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"
debug="${debug}"
+ debuglevel="${debuglevel}"
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
@@ -1546,6 +1553,7 @@ Authors:
target="${javac.target}"
classpath="${build.dir}/classes:${tools.dir}/${jar.ant}:${tools.dir}/${jar.ant.nodeps}"
debug="${debug}"
+ debuglevel="${debuglevel}"
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]