You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Michael Van Geertruy (JIRA)" <ji...@apache.org> on 2011/07/09 01:44:16 UTC

[jira] [Updated] (KARAF-718) Grep doesn't work when piped from features:listurl

     [ https://issues.apache.org/jira/browse/KARAF-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Van Geertruy updated KARAF-718:
---------------------------------------

    Attachment: karaf-718.txt

Patch changing session.getConfig().println() to System.out.println() to all the use of follow-on commands like grep.

> 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
>         Attachments: karaf-718.txt
>
>
> 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