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"> <target name="compile" depends="init">
<mkdir dir="${build}"/> <mkdir dir="${build}"/>
<javac srcdir="${java}" destdir="${build}"> <javac srcdir="${java}" destdir="${build}" debug="on">
<classpath> <classpath>
<pathelement path="."/> <pathelement path="."/>
<pathelement location="${cooja_jar}"/> <pathelement location="${cooja_jar}"/>

View file

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

View file

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