[libvirt] [PATCH 02/15] Introduce a javac.debug property.

Claudio Bley cbley at av-test.de
Fri Oct 12 09:01:29 UTC 2012


Set this to 'true' if you want to build your .class files with
debug information.
---
 build.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 158a8a5..0b147b0 100644
--- a/build.xml
+++ b/build.xml
@@ -13,6 +13,7 @@
 	<property name="debian.controlfile" value="${debian.pkgdir}/DEBIAN/control" />
 	<property name="debian.pkg" value="target/libvirt-java_${version}_all.deb" />
 	<property environment="env"/>
+	<property name="javac.debug" value="off" />
 
 	<path id="compile.classpath">
 		<fileset dir="${jar.dir}">
-- 
1.7.9.5

-- 
AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany
Phone: +49 341 265 310 19
Web:<http://www.av-test.org>

Eingetragen am / Registered at: Amtsgericht Stendal (HRB 114076)
Geschaeftsfuehrer (CEO): Andreas Marx, Guido Habicht, Maik Morgenstern




More information about the libvir-list mailing list