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/23 20:08:14 UTC

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

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


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

Posted by "Derek Baum (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Derek Baum (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Derek Baum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Derek Baum reopened FELIX-1405:
-------------------------------


The fix to this issue now reports errors twice:

% bad x         
pipe: java.lang.IllegalArgumentException: Command not found: bad
IllegalArgumentException: Command not found: bad

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