You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jeff Rodriguez (JIRA)" <ji...@apache.org> on 2008/08/16 02:39:44 UTC

[jira] Created: (LANG-455) New TimeoutProcessBuilder class

New TimeoutProcessBuilder class
-------------------------------

                 Key: LANG-455
                 URL: https://issues.apache.org/jira/browse/LANG-455
             Project: Commons Lang
          Issue Type: New Feature
            Reporter: Jeff Rodriguez
            Priority: Minor


I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.

It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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


[jira] Commented: (LANG-455) New TimeoutProcessBuilder class

Posted by "Jeff Rodriguez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623141#action_12623141 ] 

Jeff Rodriguez commented on LANG-455:
-------------------------------------

Actually, commons-exec might do exactly what this does. I'll have to check it out.

> New TimeoutProcessBuilder class
> -------------------------------
>
>                 Key: LANG-455
>                 URL: https://issues.apache.org/jira/browse/LANG-455
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Jeff Rodriguez
>            Priority: Minor
>         Attachments: TimeoutProcessBuilder.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.
> It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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


[jira] Closed: (LANG-455) New TimeoutProcessBuilder class

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

Jeff Rodriguez closed LANG-455.
-------------------------------

    Resolution: Won't Fix

This functionality can be satisfied by commons-exec.

> New TimeoutProcessBuilder class
> -------------------------------
>
>                 Key: LANG-455
>                 URL: https://issues.apache.org/jira/browse/LANG-455
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Jeff Rodriguez
>            Priority: Minor
>         Attachments: TimeoutProcessBuilder.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.
> It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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


[jira] Updated: (LANG-455) New TimeoutProcessBuilder class

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

Jeff Rodriguez updated LANG-455:
--------------------------------

    Attachment: TimeoutProcessBuilder.java

> New TimeoutProcessBuilder class
> -------------------------------
>
>                 Key: LANG-455
>                 URL: https://issues.apache.org/jira/browse/LANG-455
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Jeff Rodriguez
>            Priority: Minor
>         Attachments: TimeoutProcessBuilder.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.
> It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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


[jira] Commented: (LANG-455) New TimeoutProcessBuilder class

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645577#action_12645577 ] 

Henri Yandell commented on LANG-455:
------------------------------------

Jeff/James - should this issue be closed?

> New TimeoutProcessBuilder class
> -------------------------------
>
>                 Key: LANG-455
>                 URL: https://issues.apache.org/jira/browse/LANG-455
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Jeff Rodriguez
>            Priority: Minor
>         Attachments: TimeoutProcessBuilder.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.
> It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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


[jira] Commented: (LANG-455) New TimeoutProcessBuilder class

Posted by "James Carman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623115#action_12623115 ] 

James Carman commented on LANG-455:
-----------------------------------

Would this be better suited for the commons-exec project?

> New TimeoutProcessBuilder class
> -------------------------------
>
>                 Key: LANG-455
>                 URL: https://issues.apache.org/jira/browse/LANG-455
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Jeff Rodriguez
>            Priority: Minor
>         Attachments: TimeoutProcessBuilder.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted.
> It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature.

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