Grep doesn't work when piped from features:listurl
--------------------------------------------------

                 Key: KARAF-718
                 URL: https://issues.apache.org/jira/browse/KARAF-718
             Project: Karaf
          Issue Type: Bug
            Reporter: Michael Van Geertruy
            Priority: Minor


features:listUrl writes its output to the console using 
session.getConsole().println() instead of System.out.println().  The 
GrepAction.java wraps System.in in a BufferedLineReader() in order to grab the 
output of the preceding command. Because features:listurl doesn't write 
anything to the System, grep has nothing to filter.  The fix for this is to 
change all instances of session.getConsole().println() in ListUrlcommand.java 
with System.out.println().  I will be submitting a patch for this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to