You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2007/08/31 15:04:30 UTC

[jira] Created: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

[classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
---------------------------------------------------------------------------

                 Key: HARMONY-4712
                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Sian January
            Priority: Minor
         Attachments: pack200.patch

Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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


[jira] Updated: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January updated HARMONY-4712:
----------------------------------

    Attachment: pack200.patch

> [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Sian January
>            Priority: Minor
>         Attachments: pack200.patch
>
>
> Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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


[jira] Closed: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin closed HARMONY-4712.
----------------------------------


Verified by Sian. Closing...

> [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Oliver Deakin
>            Priority: Minor
>         Attachments: pack200.patch
>
>
> Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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


[jira] Resolved: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin resolved HARMONY-4712.
------------------------------------

    Resolution: Fixed

Thanks Sian and Alex - patch applied at repo revision 571482. Please check the patch was applied as expected.

I made a minor change to add a copyright block to src/test/java/Unpack.java as it was missing.

> [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Oliver Deakin
>            Priority: Minor
>         Attachments: pack200.patch
>
>
> Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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


[jira] Assigned: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin reassigned HARMONY-4712:
--------------------------------------

    Assignee: Oliver Deakin

> [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Oliver Deakin
>            Priority: Minor
>         Attachments: pack200.patch
>
>
> Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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


[jira] Commented: (HARMONY-4712) [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format

Posted by "Sian January (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524103 ] 

Sian January commented on HARMONY-4712:
---------------------------------------

Thanks Oli - the patch was applied as expected.  Thanks for catching the missing copyright statement too.

> [classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4712
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Oliver Deakin
>            Priority: Minor
>         Attachments: pack200.patch
>
>
> Since Alex hasn't had time to continue his work on pack200 I have converted the zip file he uploaded in HARMONY-3290 to patch format so that it can be comitted.  This contained some partially completed work on parsing the bytecode part of a pack200 archive, which I think although incomplete would still be useful in progressing with the pack200 work.

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