[Bug 3114] New: [IcedTea7] Don't assume system mime.types supports text/x-java-source
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Jul 28 02:02:46 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3114
Bug ID: 3114
Summary: [IcedTea7] Don't assume system mime.types supports
text/x-java-source
Product: IcedTea
Version: 7-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
if [ -e
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre06/_build/openjdk.build/j2sdk-image/bin/java
] ; then \
expected="text/x-java-source" ; \
java=$(/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre06/_build/openjdk.build/j2sdk-image/bin/java
-cp
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre06/_build/test/mimetypecheck.build
RH1195203 ../test/RH1195203.java) ; \
if test "x${java}" != "x${expected}"; then \
echo "MIME type test failed; expected ${expected}, got ${java}" ; \
exit -1; \
fi ; \
fi
MIME type test failed; expected text/x-java-source, got
application/octet-stream
gmake[2]: *** [stamps/check-mimetype.stamp] Error 255
--
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/20160728/9102870d/attachment.html>
More information about the distro-pkg-dev
mailing list