Bug#919874: marked as done (javadoc: The code being documented uses modules but the packages defined in … are in the unnamed module)

2019-02-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Feb 2019 18:06:14 +
with message-id 
and subject line Bug#919798: fixed in maven-javadoc-plugin 3.0.1-3
has caused the Debian Bug report #919798,
regarding javadoc: The code being documented uses modules but the packages 
defined in … are in the unnamed module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
919798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bsaf
Version: 1.9.2-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
mh_patchpoms -plibbetter-appframework-java --debian-build 
--keep-pom-version --maven-repo=/<>/debian/maven-repo
   dh_auto_build -i
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.jdesktop.bsaf:bsaf:jar:1.9.2
[WARNING] 'dependencies.dependency.systemPath' for javax.jnlp:jnlp:jar should 
use a variable instead of a hard-coded path /usr/share/java/netx.jar @ line 
129, column 16
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---< org.jdesktop.bsaf:bsaf >---
[INFO] Building bsaf 1.9.2
[INFO] [ jar ]-
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsaf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bsaf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /<>/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 6
[WARNING] source value 6 is obsolete and will be removed in a future release
[WARNING] target value 1.6 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[13,19]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[15,16]
 java.awt.Event in java.awt has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[210,84]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/Application.java:[232,18]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1257,31]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1277,27]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1511,74]
 getMenuShortcutKeyMask() in java.awt.Toolkit has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/Reso

Bug#919874: marked as done (javadoc: The code being documented uses modules but the packages defined in … are in the unnamed module)

2019-01-22 Thread Debian Bug Tracking System
Your message dated Tue, 22 Jan 2019 12:42:24 +
with message-id 
and subject line Bug#919798: fixed in openjdk-11 11.0.2+9-1
has caused the Debian Bug report #919798,
regarding javadoc: The code being documented uses modules but the packages 
defined in … are in the unnamed module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
919798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bsaf
Version: 1.9.2-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
mh_patchpoms -plibbetter-appframework-java --debian-build 
--keep-pom-version --maven-repo=/<>/debian/maven-repo
   dh_auto_build -i
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.jdesktop.bsaf:bsaf:jar:1.9.2
[WARNING] 'dependencies.dependency.systemPath' for javax.jnlp:jnlp:jar should 
use a variable instead of a hard-coded path /usr/share/java/netx.jar @ line 
129, column 16
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---< org.jdesktop.bsaf:bsaf >---
[INFO] Building bsaf 1.9.2
[INFO] [ jar ]-
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsaf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bsaf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /<>/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 6
[WARNING] source value 6 is obsolete and will be removed in a future release
[WARNING] target value 1.6 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[13,19]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[15,16]
 java.awt.Event in java.awt has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[210,84]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/Application.java:[232,18]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1257,31]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1277,27]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1511,74]
 getMenuShortcutKeyMask() in java.awt.Toolkit has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap

Bug#919874: marked as done (javadoc: The code being documented uses modules but the packages defined in … are in the unnamed module)

2019-01-22 Thread Debian Bug Tracking System
Your message dated Tue, 22 Jan 2019 12:42:24 +
with message-id 
and subject line Bug#920020: fixed in openjdk-11 11.0.2+9-1
has caused the Debian Bug report #920020,
regarding javadoc: The code being documented uses modules but the packages 
defined in … are in the unnamed module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
920020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bsaf
Version: 1.9.2-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
mh_patchpoms -plibbetter-appframework-java --debian-build 
--keep-pom-version --maven-repo=/<>/debian/maven-repo
   dh_auto_build -i
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.jdesktop.bsaf:bsaf:jar:1.9.2
[WARNING] 'dependencies.dependency.systemPath' for javax.jnlp:jnlp:jar should 
use a variable instead of a hard-coded path /usr/share/java/netx.jar @ line 
129, column 16
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---< org.jdesktop.bsaf:bsaf >---
[INFO] Building bsaf 1.9.2
[INFO] [ jar ]-
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsaf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bsaf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /<>/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 6
[WARNING] source value 6 is obsolete and will be removed in a future release
[WARNING] target value 1.6 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[13,19]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[15,16]
 java.awt.Event in java.awt has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/SessionStorage.java:[210,84]
 java.applet.Applet in java.applet has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/Application.java:[232,18]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1257,31]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1277,27]
 isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap.java:[1511,74]
 getMenuShortcutKeyMask() in java.awt.Toolkit has been deprecated
[WARNING] 
/<>/src/main/java/org/jdesktop/application/ResourceMap