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

Reply via email to