[libvirt] (no subject)

cbley at av-test.de cbley at av-test.de
Fri Oct 12 12:59:12 UTC 2012


>From f647654bb86a695e8ad6e3f442b3058d54647556 Mon Sep 17 00:00:00 2001
Message-Id: <f647654bb86a695e8ad6e3f442b3058d54647556.1350037981.git.cbley at av-test.de>
In-Reply-To: <cover.1350037981.git.cbley at av-test.de>
References: <2DA6F4A3691599408358374D182280F9141CF6 at xmb-rcd-x04.cisco.com>	<cover.1350037981.git.cbley at av-test.de>
From: cbley at av-test.de (Claudio Bley)
Date: Fri, 12 Oct 2012 11:01:29 +0200
Subject: [PATCH 02/15] Introduce a javac.debug property.
To: libvir-list at redhat.com
Organization: AV-Test GmbH, Germany

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}">
-- 
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