You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/06/04 09:28:55 UTC

[jira] Updated: (HARMONY-6507) [classlib][imageio] Implementation for ordering feature of ServiceRegistry

     [ https://issues.apache.org/jira/browse/HARMONY-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6507:
-------------------------------

    Attachment: imageio_build_v2.diff

Thanks Mark, you are right. 

I uploaded a new version of build.xml patch. In this patch, I want to keep support files in "src/test/support" folder, api specific tests in "src/test/api/java" folder and impl specific tests in "src/test/impl/java" folder. In run-test.xml, I have created two new targets: "-test-module" is for api specific tests and "-test-module-impl" is for impl specific tests.

For some reason, the patch doesn't includes the folders I have created. If you think the patch looks ok, could you please create these folders:
src/test/api/
src/test/impl/java
src/test/support/common/java

and move the "src/test/java" folder under "src/test/api" (as they are all api specific tests)

Thank you very much, let me know if there any thing wrong.

Lang

> [classlib][imageio] Implementation for ordering feature of ServiceRegistry
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-6507
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6507
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>         Attachments: HARMONY-6507-lang-3.txt, imageio_build.diff, imageio_build_v2.diff
>
>
> Implementation of ordering feature for ImageIO.spi.ServiceRegistry class as discussed with Alexei Fedotov on the dev mailing list.  Test case is also provided.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.