* Package: dev-java/ant-1.10.15:0 * Repository: gentoo * Maintainer: java@gentoo.org * Upstream: https://bz.apache.org/bugzilla/enter_bug.cgi?product=Ant * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using: openjdk-bin-21 >>> Unpacking source... >>> Unpacking apache-ant-1.10.15-src.tar.xz to /var/tmp/portage/dev-java/ant-1.10.15/work >>> Source unpacked in /var/tmp/portage/dev-java/ant-1.10.15/work >>> Preparing source in /var/tmp/portage/dev-java/ant-1.10.15/work/apache-ant-1.10.15 ... [ ok ] [ ok ] [ ok ] [ ok ] [ ok ] [ ok ] ./lib/optional/junit-4.13.2.jar ./lib/optional/hamcrest-core-1.3.jar ./lib/optional/hamcrest-library-1.3.jar * Adjusting to prefix / [ ok ] org/apache/tools/ant/listener -> ../../ant/resources/org/apache/tools/ant/listener 'org/apache/tools/ant/listener/defaults.properties' -> '../../ant/resources/org/apache/tools/ant/listener/defaults.properties' 'org/apache/tools/ant/taskdefs/defaults.properties' -> '../../ant/resources/org/apache/tools/ant/taskdefs/defaults.properties' 'org/apache/tools/ant/types/defaults.properties' -> '../../ant/resources/org/apache/tools/ant/types/defaults.properties' 'org/apache/tools/ant/antlib.xml' -> '../../ant/resources/org/apache/tools/ant/antlib.xml' org/apache/tools/ant/types/conditions -> ../../ant/resources/org/apache/tools/ant/types/conditions 'org/apache/tools/ant/types/conditions/antlib.xml' -> '../../ant/resources/org/apache/tools/ant/types/conditions/antlib.xml' 'org/apache/tools/ant/defaultManifest.mf' -> '../../ant/resources/org/apache/tools/ant/defaultManifest.mf' 'org/apache/tools/ant/version.txt' -> '../../ant/resources/org/apache/tools/ant/version.txt' * Copy source files of ant-tasks >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-java/ant-1.10.15/work/apache-ant-1.10.15 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-java/ant-1.10.15/work/apache-ant-1.10.15 ... * Compiling ant-launcher.jar javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 @sources.lst warning: [options] bootstrap class path not set in conjunction with -source 8 warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 4 warnings updated manifest * Compiling ant.jar javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath ant-launcher.jar @sources.lst warning: [options] bootstrap class path not set in conjunction with -source 8 warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. ant/org/apache/tools/bzip2/CBZip2OutputStream.java:719: warning: [removal] finalize() in Object has been deprecated and marked for removal protected void finalize() throws Throwable { ^ ant/org/apache/tools/bzip2/CBZip2OutputStream.java:721: warning: [removal] finalize() in Object has been deprecated and marked for removal super.finalize(); ^ ant/org/apache/tools/ant/filters/util/ChainReaderHelper.java:73: warning: [removal] finalize() in Object has been deprecated and marked for removal protected void finalize() throws Throwable { ^ ant/org/apache/tools/ant/filters/util/ChainReaderHelper.java:77: warning: [removal] finalize() in Object has been deprecated and marked for removal super.finalize(); ^ ant/org/apache/tools/ant/types/resources/ZipResource.java:196: warning: [removal] finalize() in Object has been deprecated and marked for removal protected void finalize() throws Throwable { ^ ant/org/apache/tools/ant/types/resources/ZipResource.java:200: warning: [removal] finalize() in Object has been deprecated and marked for removal super.finalize(); ^ ant/org/apache/tools/zip/ZipFile.java:409: warning: [removal] finalize() in Object has been deprecated and marked for removal protected void finalize() throws Throwable { ^ ant/org/apache/tools/zip/ZipFile.java:417: warning: [removal] finalize() in Object has been deprecated and marked for removal super.finalize(); ^ ant/org/apache/tools/ant/types/resources/AbstractClasspathResource.java:187: warning: [removal] finalize() in Object has been deprecated and marked for removal protected void finalize() throws Throwable { ^ ant/org/apache/tools/ant/types/resources/AbstractClasspathResource.java:191: warning: [removal] finalize() in Object has been deprecated and marked for removal super.finalize(); ^ ant/org/apache/tools/ant/types/Permissions.java:60: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal private SecurityManager origSm = null; ^ ant/org/apache/tools/ant/types/Permissions.java:125: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal origSm = System.getSecurityManager(); ^ ant/org/apache/tools/ant/types/Permissions.java:127: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal System.setSecurityManager(new MySM()); ^ ant/org/apache/tools/ant/types/Permissions.java:212: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal System.setSecurityManager(origSm); ^ ant/org/apache/tools/ant/types/Permissions.java:219: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal private class MySM extends SecurityManager { ^ ant/org/apache/tools/ant/taskdefs/Execute.java:471: warning: [removal] ThreadDeath in java.lang has been deprecated and marked for removal } catch (ThreadDeath t) { ^ ant/org/apache/tools/ant/taskdefs/ProcessDestroyer.java:142: warning: [removal] isDestroyed() in ThreadGroup has been deprecated and marked for removal if (!destroyProcessThread.getThreadGroup().isDestroyed()) { ^ ant/org/apache/tools/ant/taskdefs/Java.java:250: warning: [removal] ThreadDeath in java.lang has been deprecated and marked for removal } catch (ThreadDeath t) { ^ ant/org/apache/tools/ant/taskdefs/SubAnt.java:332: warning: [removal] ThreadDeath in java.lang has been deprecated and marked for removal return t instanceof OutOfMemoryError || t instanceof ThreadDeath; ^ ant/org/apache/tools/ant/taskdefs/ExecuteJava.java:191: warning: [removal] ThreadDeath in java.lang has been deprecated and marked for removal } catch (BuildException | ThreadDeath | SecurityException e) { ^ ant/org/apache/tools/ant/util/optional/NoExitSecurityManager.java:34: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal public class NoExitSecurityManager extends SecurityManager { ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 25 warnings updated manifest >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: dev-java/ant-1.10.15 >>> Install dev-java/ant-1.10.15 into /var/tmp/portage/dev-java/ant-1.10.15/image >>> Completed installing dev-java/ant-1.10.15 into /var/tmp/portage/dev-java/ant-1.10.15/image * Final size of build directory: 33440 KiB (32.6 MiB) * Final size of installed tree: 2760 KiB ( 2.6 MiB)