[libvirt] (no subject)

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


>From 9c4881c67472575c3f1982f0921a4292025a9620 Mon Sep 17 00:00:00 2001
Message-Id: <9c4881c67472575c3f1982f0921a4292025a9620.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, 17 Aug 2012 14:45:26 +0200
Subject: [PATCH 01/15] Explicitly set includeAntRuntime to false for javac tasks.
To: libvir-list at redhat.com
Organization: AV-Test GmbH, Germany

This prevents warnings like this:

warning: 'includeantruntime' was not set, defaulting to
         build.sysclasspath=last; set to false for repeatable builds
---
 build.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 0b009aa..158a8a5 100644
--- a/build.xml
+++ b/build.xml
@@ -42,8 +42,8 @@
 	</target>
 
 	<target name="build" depends="init" description="builds the code and jar files">
-		<javac srcdir="src/main/java" includes="**/*.java" classpathref="compile.classpath" destdir="target/classes" />
-		<javac srcdir="src/test/java" includes="**/*.java" classpathref="test.classpath" destdir="target/testclasses" />
+		<javac srcdir="src/main/java" debug="${javac.debug}" includes="**/*.java" classpathref="compile.classpath" destdir="target/classes" includeAntRuntime="false" />
+		<javac srcdir="src/test/java" debug="${javac.debug}" includes="**/*.java" classpathref="test.classpath" destdir="target/testclasses" includeAntRuntime="false" />
 		<jar destfile="${jar.file}" basedir="target/classes" />
 	</target>
 
-- 
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