[ http://issues.apache.org/jira/browse/GERONIMO-1959?page=all ]

Paul McMahan updated GERONIMO-1959:
-----------------------------------

    Attachment: GERONIMO-1959.patch

The attached patch addresses the following issues with the progress bar 
behavior when a plugin is being installed:

-  Resets progress bar to zero percent and clears the status message when 
download percent is set to -1
-  Fixes a problem where the percent complete calculation exceeds 
Integer.MAX_VALUE when downloading big files and thus returns incorrect values 
-  Fixed the calculation of percent done during the extraction of a jar file 
into the repository to reflect the size of the uncompressed zip entries nstead 
of the size of the compressed file.  This prevents the status bar from going 
over 100% when the compressed files are extracted.
-  Adjusted the messages provided in the status area to reflect what is 
happening more accurately during a plugin installation


> Console: plugin % complete shoudl reset to 0 while preparing a download
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-1959
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1959
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>         Assigned To: Paul McMahan
>            Priority: Minor
>             Fix For: 1.1.1
>
>         Attachments: GERONIMO-1959.patch
>
>
> The console progress bar should go back to 0 if the percent complete is set 
> to -1 (which should handle resetting it to 0 during the "preparing to 
> download" phase, whereas now it stays at whatever value it had for the last 
> status message)

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

        

Reply via email to