[Bug 2800] [IcedTea6] Files are missing from resources.jar

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Aug 17 03:14:52 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2800

--- Comment #5 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/release/icedtea6-1.13?cmd=changeset;node=0c39aecdacad
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Aug 17 03:35:59 2016 +0100

    PR2800: Files are missing from resources.jar

    2016-07-26  Andrew John Hughes  <gnu.andrew at redhat.com>

        PR2800: Files are missing from resources.jar
        * Makefile.am:
        (MIME_TYPE_CHECK_BUILD_DIR): Add build directory
        for mime type check.
        (MIME_TYPE_CHECK_SRCS): Specify sources for
        mime type check.
        (EXTRA_DIST): Distribute mime type check sources.
        (check-local): Depend on check-mimetype.
        (clean-tests): Depend on clean-check-mimetype.
        (clean-local): Depend on clean-mimetypecheck.
        (.PHONY): Depend on clean-check-mimetype,
        clean-mimetypecheck, clean-add-mime-types-file,
        clean-add-mime-types-file-debug and
        clean-add-mime-types-file-boot.
        (icedtea-against-icedtea): Depend on
        add-mime-types-file.
        (clean-icedtea-against-icedtea): Depend on
        clean-add-mime-types-file.
        (icedtea-debug-against-icedtea): Depend on
        add-mime-types-file-debug.
        (clean-icedtea-debug-against-icedtea): Depend on
        clean-add-mime-types-file-debug.
        (add-mime-types-file): Add a symlink to the
        system mime.types file if found.
        (clean-add-mime-types-file): Remove symlink
        to the system mime types file.
        (add-mime-types-file-debug): Add a symlink to the
        system mime.types file, if found, in the debug build.
        (clean-add-mime-types-file-debug): Remove symlink
        to the system mime types file in the debug build.
        (icedtea-against-ecj): Depend on add-mime-types-file-boot.
        (clean-icedtea-against-ecj): Depend on
        clean-add-mime-types-file-boot.
        (add-mime-types-file-boot): Add a symlink to the
        system mime.types file, if found, in the bootstrap build.
        (clean-add-mime-types-file-boot): Remove symlink
        to the system mime types file in the bootstrap build.
        (check-mimetype): Check that we can recognise a HTML
        file and (if system mime.types is available) a Java file.
        (clean-check-mimetype): Cleanup after check-mimetype.
        (mimetypecheck): Build the MIME type check.
        (clean-mimetypecheck): Remove MIME type check build.
        (install-data-local): Install the mime.types symlink.
        * acinclude.m4:
        (IT_CHECK_FOR_MIME_TYPES): Check for a system mime.types
        file and define MIME_TYPES_FILE_FOUND if located.
        * configure.ac:
        Invoke IT_CHECK_FOR_MIME_TYPES.
        * test/RH1195203.java: Testcase to get Java to print
        the MIME type of a file.

    2015-05-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

        PR2800: Files are missing from resources.jar
        * Makefile.am:
        (BUILD_SDK_DIR): Added.
        (BUILD_JRE_DIR): Likewise.
        (BUILD_JRE_ARCH_DIR): Redefine using BUILD_SDK_DIR.
        (BUILD_DEBUG_SDK_DIR): Added.
        (BUILD_DEBUG_JRE_DIR): Likewise.
        (BUILD_DEBUG_JRE_ARCH_DIR): Redefine using
        BUILD_DEBUG_SDK_DIR.
        (BUILD_BOOT_SDK_DIR): Added.
        (BUILD_BOOT_JRE_DIR): Likewise.
        (BUILD_BOOT_JRE_ARCH_DIR): Redefine using
        BUILD_BOOT_SDK_DIR.

    2015-06-03  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        PR2800: Files are missing from resources.jar
        * Makefile.am:
        (BUILD_BOOT_JRE_ARCH_DIR): Added.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160817/d5ef10ca/attachment.html>


More information about the distro-pkg-dev mailing list