[
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.