You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/07/09 09:35:16 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13062339#comment-13062339 ] 

Jean-Baptiste Onofré commented on KARAF-718:
--------------------------------------------

Fixed on trunk: revision 1144612.

> 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
>          Components: console
>            Reporter: Michael Van Geertruy
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 2.2.3, 3.0.0
>
>         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