Alon Bar-Lev has uploaded a new change for review.

Change subject: build: add debug information into sources
......................................................................

build: add debug information into sources

will enable exceptions to contain line numbers and other info.

Change-Id: Ib1850df69c3ecd67b86284d4995a290bda910fab
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M ovirt-engine-dwh/advancedPersistentLookupLib/build.xml
M ovirt-engine-dwh/etltermination/build.xml
M ovirt-engine-dwh/historyETL/build.xml
M ovirt-engine-dwh/routines/build.xml
4 files changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/70/26470/1

diff --git a/ovirt-engine-dwh/advancedPersistentLookupLib/build.xml 
b/ovirt-engine-dwh/advancedPersistentLookupLib/build.xml
index 4f71af2..36354d7 100644
--- a/ovirt-engine-dwh/advancedPersistentLookupLib/build.xml
+++ b/ovirt-engine-dwh/advancedPersistentLookupLib/build.xml
@@ -17,6 +17,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar
diff --git a/ovirt-engine-dwh/etltermination/build.xml 
b/ovirt-engine-dwh/etltermination/build.xml
index f57c7f6..6550857 100644
--- a/ovirt-engine-dwh/etltermination/build.xml
+++ b/ovirt-engine-dwh/etltermination/build.xml
@@ -15,6 +15,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar
diff --git a/ovirt-engine-dwh/historyETL/build.xml 
b/ovirt-engine-dwh/historyETL/build.xml
index 5f49b98..05b53d9 100644
--- a/ovirt-engine-dwh/historyETL/build.xml
+++ b/ovirt-engine-dwh/historyETL/build.xml
@@ -17,6 +17,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar destfile="${local.output}">
diff --git a/ovirt-engine-dwh/routines/build.xml 
b/ovirt-engine-dwh/routines/build.xml
index 7fac49e..47568de 100644
--- a/ovirt-engine-dwh/routines/build.xml
+++ b/ovirt-engine-dwh/routines/build.xml
@@ -16,6 +16,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="iso-8859-1"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar


-- 
To view, visit http://gerrit.ovirt.org/26470
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1850df69c3ecd67b86284d4995a290bda910fab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to