You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2009/07/24 00:20:15 UTC

[jira] Resolved: (FELIX-1405) [gogo] command not found ignored in pipelines

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

Derek Baum resolved FELIX-1405.
-------------------------------

    Resolution: Fixed

the result of a pipeline is defined by its last element
so an exception should not be thrown from from a mid-pipe element
instead just log message so the mid-pipe exception is not completely ignored.

> [gogo] command not found ignored in pipelines
> ---------------------------------------------
>
>                 Key: FELIX-1405
>                 URL: https://issues.apache.org/jira/browse/FELIX-1405
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> % bad x
> E: IllegalArgumentException: Command not found: *:bad
> % bad x | grep y
> false 
> The error message should still occur, even if the bad command is in a pipeline.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.