[pkg-java] r10519 - trunk/libjboss-cache2-java/debian

Torsten Werner twerner at alioth.debian.org
Mon Sep 21 06:10:37 UTC 2009


Author: twerner
Date: 2009-09-21 06:10:30 +0000 (Mon, 21 Sep 2009)
New Revision: 10519

Modified:
   trunk/libjboss-cache2-java/debian/build.xml
   trunk/libjboss-cache2-java/debian/changelog
Log:
UNRELEASED
  - still shows build errors in a file that is excluded:
    src/org/jboss/cache/jmx/LegacyConfiguration.java WTF???
* new upstream release
* Disable compiler warnings.
* Do not build src/org/jboss/cache/jmx/*.java because it uses an outdated
  jgroups API.

Modified: trunk/libjboss-cache2-java/debian/build.xml
===================================================================
--- trunk/libjboss-cache2-java/debian/build.xml	2009-09-20 16:29:00 UTC (rev 10518)
+++ trunk/libjboss-cache2-java/debian/build.xml	2009-09-21 06:10:30 UTC (rev 10519)
@@ -10,7 +10,10 @@
   <target name="compile">
     <mkdir dir="${class.dir}"/>
     <javac srcdir="${source.dir}" destdir="${class.dir}"
-      debug="true" source="1.5"/>
+      debug="true" source="1.5" nowarn="true">
+      <!-- see https://jira.jboss.org/jira/browse/JBCACHE-1044 -->
+      <exclude name="org/jboss/cache/jmx/*.java"/>
+    </javac>
   </target>
 
   <target name="jar" description="o Create the jar" depends="compile">

Modified: trunk/libjboss-cache2-java/debian/changelog
===================================================================
--- trunk/libjboss-cache2-java/debian/changelog	2009-09-20 16:29:00 UTC (rev 10518)
+++ trunk/libjboss-cache2-java/debian/changelog	2009-09-21 06:10:30 UTC (rev 10519)
@@ -1,3 +1,15 @@
+libjboss-cache2-java (2.2.2.GA-1) unstable; urgency=low
+
+  UNRELEASED
+    - still shows build errors in a file that is excluded:
+      src/org/jboss/cache/jmx/LegacyConfiguration.java WTF???
+  * new upstream release
+  * Disable compiler warnings.
+  * Do not build src/org/jboss/cache/jmx/*.java because it uses an outdated
+    jgroups API.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 21 Sep 2009 08:07:22 +0200
+
 libjboss-cache2-java (2.2.1.GA-1) unstable; urgency=low
 
   [ Varun Hiremath ]




More information about the pkg-java-commits mailing list