No subject


Mon Mar 29 23:06:26 UTC 2010


[...]
    [javac] 25. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java
    [javac]  (at line 63)
    [javac] 	Map map = (Map) pObject;
    [javac] 	^^^
    [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
    [javac] ----------
    [javac] 26. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java (at line 63)
    [javac] 	Map map = (Map) pObject;
    [javac] 	           ^^^
    [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
    [javac] ----------
    [javac] 27. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java
    [javac]  (at line 64)
    [javac] 	for (Iterator iter = map.entrySet().iterator();  iter.hasNext();  ) {
    [javac] 	     ^^^^^^^^
    [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
    [javac] ----------
    [javac] 28. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java (at line 65)
    [javac] 	Map.Entry entry = (Map.Entry) iter.next();
    [javac] 	^^^^^^^^^
    [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
    [javac] ----------
    [javac] 29. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java (at line 65)
    [javac] 	Map.Entry entry = (Map.Entry) iter.next();
    [javac] 	                   ^^^^^^^^^
    [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
    [javac] ----------
    [javac] ----------
    [javac] 30. ERROR in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcSun15HttpTransport.java
    [javac]  (at line 62)
    [javac] 	final URLConnection conn = prox == null ? pURL.openConnection() : pURL.openConnection(prox);
    [javac] 	                                                                       ^^^^^^^^^^^^^^
    [javac] The method openConnection() in the type URL is not applicable for the arguments (Proxy)
    [javac] ----------
    [javac] ----------
    [javac] 31. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/util/ClientFactory.java (at line 99)
    [javac] 	public Object newInstance(Class pClass) {
    [javac] 	                          ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 32. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 110)
    [javac] 	public Object newInstance(ClassLoader pClassLoader, Class pClass) {
    [javac] 	                                                    ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 33. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 126)
    [javac] 	public Object newInstance(ClassLoader pClassLoader, final Class pClass, final String pRemoteName) {
    [javac] 	                                                          ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 34. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 141)
    [javac] 	Class[] exceptionTypes = pMethod.getExceptionTypes();
    [javac] 	^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 35. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java (at line 143)
    [javac] 	Class c = exceptionTypes[i];
    [javac] 	^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 36. WARNING in /build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 144)
    [javac] 	if (c.isAssignableFrom(t.getClass())) {
    [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 36 problems (1 error, 35 warnings)

BUILD FAILED
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:42: The following error occurred while executing this line:
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:66: The following error occurred while executing this line:
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:89: Compile failed; see the compiler error output for details.

Total time: 22 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2



------------=_1270941490-29003-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 559967-close) by bugs.debian.org; 10 Apr 2010 23:15:20 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
	(2008-06-10) on busoni.debian.org
X-Spam-Level: 
X-Spam-Bayes: score:0.0000 Tokens: new, 49; hammy, 151; neutral, 115; spammy,
	0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
	0.000-+--H*RU:128.148.34.103, 0.000-+--H*rp:D*ftp-master.debian.org,
	0.000-+--HX-DAK:process-upload, 0.000-+--HX-DAK:dak
X-Spam-Status: No, score=-12.7 required=4.0 tests=AWL,BAYES_00,FROMDEVELOPER,
	FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,IMPRONONCABLE_1,IMPRONONCABLE_2,
	MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2,PGPSIGNATURE autolearn=ham
	version=3.2.5-bugs.debian.org_2005_01_02
Return-path: <envelope at ftp-master.debian.org>
Received: from ries.debian.org ([128.148.34.103])
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=ries.debian.org,EMAIL=hostmaster at ries.debian.org (verified)
	by busoni.debian.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.69)
	(envelope-from <envelope at ftp-master.debian.org>)
	id 1O0jtY-0007FJ-FX
	for 559967-close at bugs.debian.org; Sat, 10 Apr 2010 23:15:20 +0000
Received: from dak by ries.debian.org with local (Exim 4.69)
	(envelope-from <envelope at ftp-master.debian.org>)
	id 1O0jtW-0003lB-Fo; Sat, 10 Apr 2010 23:15:18 +0000
From: Torsten Werner <twerner at debian.org>
To: 559967-close at bugs.debian.org
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: libxmlrpc3-java
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: Bug#559967: fixed in libxmlrpc3-java 3.1.3-2
Message-Id: <E1O0jtW-0003lB-Fo at ries.debian.org>
Sender: Archive Administrator <dak at ries.debian.org>
Date: Sat, 10 Apr 2010 23:15:18 +0000

Source: libxmlrpc3-java
Source-Version: 3.1.3-2

We believe that the bug you reported is fixed in the latest version of
libxmlrpc3-java, which is due to be installed in the Debian FTP archive:

libxmlrpc3-client-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-client-java_3.1.3-2_all.deb
libxmlrpc3-common-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-common-java_3.1.3-2_all.deb
libxmlrpc3-java-doc_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-java-doc_3.1.3-2_all.deb
libxmlrpc3-java_3.1.3-2.debian.tar.gz
  to main/libx/libxmlrpc3-java/libxmlrpc3-java_3.1.3-2.debian.tar.gz
libxmlrpc3-java_3.1.3-2.dsc
  to main/libx/libxmlrpc3-java/libxmlrpc3-java_3.1.3-2.dsc
libxmlrpc3-server-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-server-java_3.1.3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 559967 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner <twerner at debian.org> (supplier of updated libxmlrpc3-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 23:52:56 +0200
Source: libxmlrpc3-java
Binary: libxmlrpc3-common-java libxmlrpc3-client-java libxmlrpc3-server-java libxmlrpc3-java-doc
Architecture: source all
Version: 3.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Changed-By: Torsten Werner <twerner at debian.org>
Description: 
 libxmlrpc3-client-java - XML-RPC implementation in Java (client side)
 libxmlrpc3-common-java - XML-RPC implementation in Java
 libxmlrpc3-java-doc - XML-RPC implementation in Java (API documentation)
 libxmlrpc3-server-java - XML-RPC implementation in Java (server side)
Closes: 559967
Changes: 
 libxmlrpc3-java (3.1.3-2) unstable; urgency=low
 .
   * Let 'maintainers' start with uppercase M.
   * Remove Thomas from uploaders.
   * Do no longer build the *-gcj packages. (Closes: #559967)
   * Switch to source format 3.0.
Checksums-Sha1: 
 b960013b153bcb88123373bd6417988ea19aacd9 1570 libxmlrpc3-java_3.1.3-2.dsc
 026d1bf831e2080937b4b5039ae8c3537e169e0b 5162 libxmlrpc3-java_3.1.3-2.debian.tar.gz
 168f59e9ce26c6cb10652b7415a9d6b357e73705 92648 libxmlrpc3-common-java_3.1.3-2_all.deb
 f458e58af1e7ed68fa465d680d72f8837c79164f 49440 libxmlrpc3-client-java_3.1.3-2_all.deb
 647af1856983e16e40a9ebf167afe547f85bce33 126340 libxmlrpc3-server-java_3.1.3-2_all.deb
 7db108d36ede09173c2cf7d7812ae5fd35411f48 337388 libxmlrpc3-java-doc_3.1.3-2_all.deb
Checksums-Sha256: 
 304d92504d5d6e0c329e1c441773f16c27e74bdb48847b1c061e131e07044c4e 1570 libxmlrpc3-java_3.1.3-2.dsc
 f7760d7cb37e56cf043987e45a60bf2d13c2430977af9f0625fe366f90918b39 5162 libxmlrpc3-java_3.1.3-2.debian.tar.gz
 57592a50cf61cde31082584cd1da97831e503291747405da75f9268552f88fa9 92648 libxmlrpc3-common-java_3.1.3-2_all.deb
 acb33e7f87593b234de347fa4f4187eb22b3e753d8c0cbb894ce211ed07693a8 49440 libxmlrpc3-client-java_3.1.3-2_all.deb
 efe8cb27557c6fd9840bd937e17cd313392de2b6d855c7289690bbc7a410c4e9 126340 libxmlrpc3-server-java_3.1.3-2_all.deb
 99c90868696620d5908181bdf07839fc26af499b5de1ff61d12b7c8f1fb962a4 337388 libxmlrpc3-java-doc_3.1.3-2_all.deb
Files: 
 2b42231b83d23a0119dea3a59a9cf4a4 1570 java optional libxmlrpc3-java_3.1.3-2.dsc
 22ab3c4da5640a475b6d787c854e8716 5162 java optional libxmlrpc3-java_3.1.3-2.debian.tar.gz
 795050c9414e63caba8d7fb3109cb052 92648 java optional libxmlrpc3-common-java_3.1.3-2_all.deb
 4e9bf4e484a7a2d3a812e6de5e80dd78 49440 java optional libxmlrpc3-client-java_3.1.3-2_all.deb
 8b94b052fd0e3aa388bc106d21a3cdab 126340 java optional libxmlrpc3-server-java_3.1.3-2_all.deb
 eac36690254e3514139bafde8d37272b 337388 doc optional libxmlrpc3-java-doc_3.1.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvA9EkACgkQfY3dicTPjsPvMQCfb3hXPUFzE0IRhH8WInTN7/DA
zDkAniyECvnnS0wptjt6XDplIjavRCu7
=vPi5
-----END PGP SIGNATURE-----



------------=_1270941490-29003-0--



More information about the pkg-java-maintainers mailing list