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: I082fc1c5938c1b6c48745f00bc8f391006348bdf
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M ovirt-engine-reports/ChartsCustomizers/build.xml
M ovirt-engine-reports/CustomOvirtReportsQueryManipulator/build.xml
M ovirt-engine-reports/EngineAuthentication/build.xml
M ovirt-engine-reports/ReportsStatus/build.xml
4 files changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/71/26471/1

diff --git a/ovirt-engine-reports/ChartsCustomizers/build.xml 
b/ovirt-engine-reports/ChartsCustomizers/build.xml
index 69a2810..3348059 100644
--- a/ovirt-engine-reports/ChartsCustomizers/build.xml
+++ b/ovirt-engine-reports/ChartsCustomizers/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-reports/CustomOvirtReportsQueryManipulator/build.xml 
b/ovirt-engine-reports/CustomOvirtReportsQueryManipulator/build.xml
index 30a1d65..1d1c5af 100644
--- a/ovirt-engine-reports/CustomOvirtReportsQueryManipulator/build.xml
+++ b/ovirt-engine-reports/CustomOvirtReportsQueryManipulator/build.xml
@@ -18,6 +18,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar
diff --git a/ovirt-engine-reports/EngineAuthentication/build.xml 
b/ovirt-engine-reports/EngineAuthentication/build.xml
index bbb407a..fb3a2f8 100644
--- a/ovirt-engine-reports/EngineAuthentication/build.xml
+++ b/ovirt-engine-reports/EngineAuthentication/build.xml
@@ -21,6 +21,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar
diff --git a/ovirt-engine-reports/ReportsStatus/build.xml 
b/ovirt-engine-reports/ReportsStatus/build.xml
index 0ecf398..2ef3bc2 100644
--- a/ovirt-engine-reports/ReportsStatus/build.xml
+++ b/ovirt-engine-reports/ReportsStatus/build.xml
@@ -15,6 +15,8 @@
                        destdir="target"
                        includeAntRuntime="no"
                        encoding="utf-8"
+                       debug="true"
+                       debuglevel="lines,vars,source"
                        classpathref="local.classpath"
                />
                <jar


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I082fc1c5938c1b6c48745f00bc8f391006348bdf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
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