You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2012/12/07 03:19:20 UTC

[jira] [Created] (KARAF-2052) Progress bar doesn't display properly on 80 char consoles

Jonathan Anstey created KARAF-2052:
--------------------------------------

             Summary: Progress bar doesn't display properly on 80 char consoles
                 Key: KARAF-2052
                 URL: https://issues.apache.org/jira/browse/KARAF-2052
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.3.0
         Environment: Ubuntu 10.04, default width gnome-terminal
            Reporter: Jonathan Anstey


If you set karaf.delay.console=true you get a progress bar when loading Karaf. Problem is that you need > 100 column width on your console for it to display properly. When you have 80 char width the progress bar prints a newline each time:

[janstey@duffman apache-karaf-2.3.0]$ ./bin/karaf 
Apache Karaf starting up. Press Enter to open shell now ...
  1% [=>                                                                          
  1% [=>                                                                          
  1% [=>
  1% [=>                                                                          
  3% [===>                                                                        
  3% [===>                                                                        
  3% [===>                                                                        
  5% [=====>                                                                      
  5% [=====>                                                                      
  5% [=====>                                                                     
  7% [=======>                                                                    
  7% [=======>

Will attach a patch for this shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira