Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212854 - dev-java/saaj-1.3 uses com.sun.*
Summary: dev-java/saaj-1.3 uses com.sun.*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 149435
  Show dependency tree
 
Reported: 2008-03-09 18:33 UTC by Petteri Räty (RETIRED)
Modified: 2012-06-01 19:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2008-03-09 18:33:43 UTC
Search done.
 * Disabling all optional ANT_TASKS
Buildfile: build.xml

compile:
    [mkdir] Created dir: /var/tmp/portage/dev-java/saaj-1.3/work/build
    [javac] Compiling 113 source files to /var/tmp/portage/dev-java/saaj-1.3/work/build
    [javac] /var/tmp/portage/dev-java/saaj-1.3/work/Search done.
 * Disabling all optional ANT_TASKS
Buildfile: build.xml

compile:
    [mkdir] Created dir: /var/tmp/portage/dev-java/saaj-1.3/work/build
    [javac] Compiling 113 source files to /var/tmp/portage/dev-java/saaj-1.3/work/build
    [javac] /var/tmp/portage/dev-java/saaj-1.3/work/src/com/sun/xml/messaging/saaj/soap/GifDataContentHandler.java:34: package com.sun.image.codec.jpeg does not exist
    [javac] import com.sun.image.codec.jpeg.*;
src/com/sun/xml/messaging/saaj/soap/GifDataContentHandler.java:34: package com.sun.image.codec.jpeg does not exist
    [javac] import com.sun.image.codec.jpeg.*;
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2008-03-09 18:44:48 UTC
My tests on ppc didn't cache this, I use ibm-jdk-bin-1.5 on it. Any idea how to fix this?
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-03-09 20:37:08 UTC
(In reply to comment #1)
> My tests on ppc didn't cache this, I use ibm-jdk-bin-1.5 on it. Any idea how to
> fix this?
> 

ibm-jdk-bin-1.5 probably has those classes then
Comment 3 Ralph Sennhauser (RETIRED) gentoo-dev 2012-06-01 19:28:19 UTC
This is fixed in 1.3.19

*saaj-1.3.19 (01 Jun 2012)

  01 Jun 2012; Ralph Sennhauser <sera@gentoo.org> +saaj-1.3.19.ebuild:
  Version bump.
  Fixes building with jdk7.
  Add unit tests and examples.
  No longer using internal com.sun classes. #212854
  Fixes building with xerces-2.9.11. #417997