You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alex Blewitt (JIRA)" <ji...@apache.org> on 2006/10/15 10:35:35 UTC

[jira] Created: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

[classlib][pack200] Ongoing improvements to pack200; work-in-progress
---------------------------------------------------------------------

                 Key: HARMONY-1871
                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Alex Blewitt
            Priority: Trivial
         Attachments: pack200.main.patch, pack200.test.patch

This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.

The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.

It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Resolved: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1871?page=all ]

Paulex Yang resolved HARMONY-1871.
----------------------------------

    Resolution: Fixed

Alex, the patches have been applied at revision r465556, thanks a lot for this enhancement, please verify the problem is fully resolved as you expected.  And I'm looking forward to your further work on pack200.

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Commented: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Alex Blewitt (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1871?page=comments#action_12444537 ] 
            
Alex Blewitt commented on HARMONY-1871:
---------------------------------------

Looking good :-)

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Closed: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1871?page=all ]

Paulex Yang closed HARMONY-1871.
--------------------------------


Verified by Alex.

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Updated: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Alex Blewitt (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1871?page=all ]

Alex Blewitt updated HARMONY-1871:
----------------------------------

    Attachment: pack200.test.patch

This is the patch against the src/test/java packages

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Assigned: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1871?page=all ]

Paulex Yang reassigned HARMONY-1871:
------------------------------------

    Assignee: Paulex Yang

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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

        

[jira] Updated: (HARMONY-1871) [classlib][pack200] Ongoing improvements to pack200; work-in-progress

Posted by "Alex Blewitt (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1871?page=all ]

Alex Blewitt updated HARMONY-1871:
----------------------------------

    Attachment: pack200.main.patch

Contains the patch for the src/main/java packages

> [classlib][pack200] Ongoing improvements to pack200; work-in-progress
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1871
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1871
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Alex Blewitt
>            Priority: Trivial
>         Attachments: pack200.main.patch, pack200.test.patch
>
>
> This is a work-in-progress of the pack200 implementation that allows a Jar to be written and class files generated. It's not complete (by a long shot) but it shows end-to-end ability.
> The code is pretty ugly at the moment; I expect (for example) the code to write out classes will get factored into its own package and there's a lot more tidying up on Segment to do as well. However, it's pretty volatile (in the sense that I'm still working on the internals and moving it around) so it would be easier to leave code cleanups and message extraction until it's more complete. To that end, I've rolled back the changes from HARMONY-1327.
> It would probably make my life easier if this patch was applied before the code was moved into a different module :-) I'm not sure how well an svn up will work in this instance since I don't have the entire trunk checked out.

-- 
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