You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org> on 2012/05/17 18:44:07 UTC

[jira] [Created] (AIRAVATA-415) Moving InputStream to File utility(private inner class) out of LocalProvider

Milinda Lakmal Pathirage created AIRAVATA-415:
-------------------------------------------------

             Summary: Moving InputStream to File utility(private inner class) out of LocalProvider
                 Key: AIRAVATA-415
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-415
             Project: Airavata
          Issue Type: Improvement
          Components: GFac
            Reporter: Milinda Lakmal Pathirage
            Priority: Trivial


Utility which can used to write input stream(stdout from a process) to a file is currently implemented as a inner private class. But this can be use by other implementations of GFac providers too. So moving the class out of local provider and putting it inside util package will allows us to re-use the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AIRAVATA-415) Moving InputStream to File utility(private inner class) out of LocalProvider

Posted by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milinda Lakmal Pathirage updated AIRAVATA-415:
----------------------------------------------

    Affects Version/s: 0.4-INCUBATING
    
> Moving InputStream to File utility(private inner class) out of LocalProvider
> ----------------------------------------------------------------------------
>
>                 Key: AIRAVATA-415
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-415
>             Project: Airavata
>          Issue Type: Improvement
>          Components: GFac
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Milinda Lakmal Pathirage
>            Priority: Trivial
>         Attachments: refactoring.patch
>
>
> Utility which can used to write input stream(stdout from a process) to a file is currently implemented as a inner private class. But this can be use by other implementations of GFac providers too. So moving the class out of local provider and putting it inside util package will allows us to re-use the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AIRAVATA-415) Moving InputStream to File utility(private inner class) out of LocalProvider

Posted by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milinda Lakmal Pathirage updated AIRAVATA-415:
----------------------------------------------

    Attachment: refactoring.patch
    
> Moving InputStream to File utility(private inner class) out of LocalProvider
> ----------------------------------------------------------------------------
>
>                 Key: AIRAVATA-415
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-415
>             Project: Airavata
>          Issue Type: Improvement
>          Components: GFac
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Milinda Lakmal Pathirage
>            Priority: Trivial
>         Attachments: refactoring.patch
>
>
> Utility which can used to write input stream(stdout from a process) to a file is currently implemented as a inner private class. But this can be use by other implementations of GFac providers too. So moving the class out of local provider and putting it inside util package will allows us to re-use the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AIRAVATA-415) Moving InputStream to File utility(private inner class) out of LocalProvider

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

Saminda Wijeratne resolved AIRAVATA-415.
----------------------------------------

    Resolution: Fixed

Patch applied, verified & committed to trunk.
Committed revision 1339952.

Thanks Milinda.


                
> Moving InputStream to File utility(private inner class) out of LocalProvider
> ----------------------------------------------------------------------------
>
>                 Key: AIRAVATA-415
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-415
>             Project: Airavata
>          Issue Type: Improvement
>          Components: GFac
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Milinda Lakmal Pathirage
>            Priority: Trivial
>         Attachments: refactoring.patch
>
>
> Utility which can used to write input stream(stdout from a process) to a file is currently implemented as a inner private class. But this can be use by other implementations of GFac providers too. So moving the class out of local provider and putting it inside util package will allows us to re-use the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (AIRAVATA-415) Moving InputStream to File utility(private inner class) out of LocalProvider

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

Suresh Marru closed AIRAVATA-415.
---------------------------------

    Assignee: Milinda Lakmal Pathirage

Thanks Milinda for the patch.
                
> Moving InputStream to File utility(private inner class) out of LocalProvider
> ----------------------------------------------------------------------------
>
>                 Key: AIRAVATA-415
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-415
>             Project: Airavata
>          Issue Type: Improvement
>          Components: GFac
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Milinda Lakmal Pathirage
>            Assignee: Milinda Lakmal Pathirage
>            Priority: Trivial
>         Attachments: refactoring.patch
>
>
> Utility which can used to write input stream(stdout from a process) to a file is currently implemented as a inner private class. But this can be use by other implementations of GFac providers too. So moving the class out of local provider and putting it inside util package will allows us to re-use the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira