enabled debug information (source lines in stack traces)

This commit is contained in:
nifi 2007-08-20 09:15:34 +00:00
parent aee4c71200
commit ebe39794fd
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<target name="compile" depends="init">
<mkdir dir="${build}"/>
<javac srcdir="${java}" destdir="${build}">
<javac srcdir="${java}" destdir="${build}" debug="on">
<classpath>
<pathelement path="."/>
<pathelement location="${cooja_jar}"/>

View File

@ -12,7 +12,7 @@
<target name="compile" depends="init">
<mkdir dir="${build}"/>
<javac srcdir="${java}" destdir="${build}">
<javac srcdir="${java}" destdir="${build}" debug="on">
<classpath>
<pathelement path="."/>
<pathelement location="${cooja_jar}"/>

View File

@ -36,7 +36,7 @@ The COOJA Simulator
<target name="compile" depends="init">
<mkdir dir="${build}"/>
<javac srcdir="${java}" destdir="${build}">
<javac srcdir="${java}" destdir="${build}" debug="on">
<classpath>
<pathelement path="."/>
<pathelement location="lib/jdom.jar"/>