You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2007/12/22 02:34:58 UTC

[jira] Created: (WAGON-94) ignoreFailures flag is ignored

ignoreFailures flag is ignored
------------------------------

                 Key: WAGON-94
                 URL: http://jira.codehaus.org/browse/WAGON-94
             Project: wagon
          Issue Type: Bug
    Affects Versions: 1.0-beta-2
         Environment: xp,solaris,linux
            Reporter: Dan Tran


The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  

For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-94) ignoreFailures flag is ignored

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran updated WAGON-94:
--------------------------

    Attachment: WAGON-91-94.diff


The attached diff file includes wagon-91 patch as well.


> ignoreFailures flag is ignored
> ------------------------------
>
>                 Key: WAGON-94
>                 URL: http://jira.codehaus.org/browse/WAGON-94
>             Project: wagon
>          Issue Type: Bug
>    Affects Versions: 1.0-beta-2
>         Environment: xp,solaris,linux
>            Reporter: Dan Tran
>         Attachments: WAGON-91-94.diff
>
>
> The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  
> For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-94) ignoreFailures flag is ignored

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran updated WAGON-94:
--------------------------

    Component/s: wagon-ssh

> ignoreFailures flag is ignored
> ------------------------------
>
>                 Key: WAGON-94
>                 URL: http://jira.codehaus.org/browse/WAGON-94
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 1.0-beta-2
>         Environment: xp,solaris,linux
>            Reporter: Dan Tran
>         Attachments: WAGON-91-94.diff
>
>
> The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  
> For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (WAGON-94) ignoreFailures flag is ignored

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran closed WAGON-94.
-------------------------

         Assignee: Dan Tran
       Resolution: Fixed
    Fix Version/s: 1.0

fixed at rev 607799

> ignoreFailures flag is ignored
> ------------------------------
>
>                 Key: WAGON-94
>                 URL: http://jira.codehaus.org/browse/WAGON-94
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 1.0-beta-2
>         Environment: xp,solaris,linux
>            Reporter: Dan Tran
>            Assignee: Dan Tran
>             Fix For: 1.0
>
>         Attachments: WAGON-91-94.diff
>
>
> The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  
> For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-94) ignoreFailures flag is ignored

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran updated WAGON-94:
--------------------------

    Attachment:     (was: WAGON-91-94.diff)

> ignoreFailures flag is ignored
> ------------------------------
>
>                 Key: WAGON-94
>                 URL: http://jira.codehaus.org/browse/WAGON-94
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 1.0-beta-2
>         Environment: xp,solaris,linux
>            Reporter: Dan Tran
>         Attachments: WAGON-91-94.diff
>
>
> The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  
> For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-94) ignoreFailures flag is ignored

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran updated WAGON-94:
--------------------------

    Attachment: WAGON-91-94.diff

replace the patch, i was incorrectly submitted

> ignoreFailures flag is ignored
> ------------------------------
>
>                 Key: WAGON-94
>                 URL: http://jira.codehaus.org/browse/WAGON-94
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 1.0-beta-2
>         Environment: xp,solaris,linux
>            Reporter: Dan Tran
>         Attachments: WAGON-91-94.diff
>
>
> The current AbstractJschWagon.java has an option ignore error found in stderr stream, how ever this option is not checked.  
> For my case, I wouild like to setup that option so what wagon would not throw exception and have me to handle error myself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira