You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2006/10/05 17:33:20 UTC

[jira] Commented: (HARMONY-1609) Applet, ImageIO and Print modules

    [ http://issues.apache.org/jira/browse/HARMONY-1609?page=comments#action_12440167 ] 
            
Alexey Petrenko commented on HARMONY-1609:
------------------------------------------

ImageIO module:

JpegEncoder.c has been contributed as part of awt/swing contribution. It has been modified since that time.
So it is better to move the source file from the awt module to imageio.

You can use somthing like:
svn move modules/awt/src/main/native/gl/shared/JPEGEncoder/JpegEncoder.c modules/imageio/src/main/native/jpegencoder/shared/JpegEncoder.c 

JpegEncoder.c from awt uses exception throwing routines from luni module now so we do not need Exceptions.c and Exceptions.h anymore.
So remove the following files:
modules/imageio/src/main/native/jpegencoder/shared/Exceptions.c
modules/imageio/src/main/native/jpegencoder/shared/include/Exceptions.h

> Applet, ImageIO and Print modules
> ---------------------------------
>
>                 Key: HARMONY-1609
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1609
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Attachments: apio.zip
>
>
> This contribution consists of Applet, ImageIO and Print modules implementation and tests.
> It also adds few classes to awt and swing modules which are depends on this modules.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira