[
https://issues.apache.org/jira/browse/FELIX-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Derek Baum resolved FELIX-1405.
-------------------------------
Resolution: Fixed
bad commands are now only reported once:
% bad x
IllegalArgumentException: Command not found: bad
% bad x | grep y
pipe: java.lang.IllegalArgumentException: Command not found: bad
false
> [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.