summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-01-03 20:37:36 +0000
committerKevin Rushforth <[email protected]>2006-01-03 20:37:36 +0000
commitc763798c7c31ada0301688a5c78f2ace036fabe2 (patch)
treed68a9ba296102546faceb49d47911711c562d3fe
parentbcf7533304440176abc8a3b47ffdbdfbbcf535bb (diff)
Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers on stack traces
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@62 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 47ae5ae..87e4a26 100644
--- a/build.xml
+++ b/build.xml
@@ -54,7 +54,7 @@
destdir="${build}/debug/classes"
source="1.4"
target="1.4"
- debug="yes"
+ debug="true"
deprecation="on"
/>
@@ -74,7 +74,8 @@
destdir="${build}/opt/classes"
source="1.4"
target="1.4"
- debug="no"
+ debug="true"
+ debuglevel="lines,source"
deprecation="on"
/>