You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Andrew Hart (Created) (JIRA)" <ji...@apache.org> on 2012/04/18 21:26:39 UTC

[jira] [Created] (OODT-444) Utils class missing from Balance cas-browser module

Utils class missing from Balance cas-browser module
---------------------------------------------------

                 Key: OODT-444
                 URL: https://issues.apache.org/jira/browse/OODT-444
             Project: OODT
          Issue Type: Bug
          Components: balance
    Affects Versions: 0.3
            Reporter: Andrew Hart
             Fix For: 0.4


Something appears to have gone wrong with the initial import of the Balance cas-browser module: the files 'classes/CasBrowser.class.php' and 'classes/Utils.class.php' are identical. As a result, installations fail with a "Can not redeclare class CasBrowser" message in cases where both of these files are included.







--
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] (OODT-444) Utils class missing from Balance cas-browser module

Posted by "Andrew Hart (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Hart updated OODT-444:
-----------------------------

    Attachment: OODT-444.Hart.041812.patch.txt

Attached a patch that restores the Utils class to the cas-browser module
                
> Utils class missing from Balance cas-browser module
> ---------------------------------------------------
>
>                 Key: OODT-444
>                 URL: https://issues.apache.org/jira/browse/OODT-444
>             Project: OODT
>          Issue Type: Bug
>          Components: balance
>    Affects Versions: 0.3
>            Reporter: Andrew Hart
>             Fix For: 0.4
>
>         Attachments: OODT-444.Hart.041812.patch.txt
>
>
> Something appears to have gone wrong with the initial import of the Balance cas-browser module: the files 'classes/CasBrowser.class.php' and 'classes/Utils.class.php' are identical. As a result, installations fail with a "Can not redeclare class CasBrowser" message in cases where both of these files are included.

--
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] (OODT-444) Utils class missing from Balance cas-browser module

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-444:
-----------------------------------

    Fix Version/s:     (was: 0.4)
                   0.5

- push to 0.5. If a fix can be made for 0.4, then please go for it :)
                
> Utils class missing from Balance cas-browser module
> ---------------------------------------------------
>
>                 Key: OODT-444
>                 URL: https://issues.apache.org/jira/browse/OODT-444
>             Project: OODT
>          Issue Type: Bug
>          Components: balance
>    Affects Versions: 0.3
>            Reporter: Andrew Hart
>             Fix For: 0.5
>
>         Attachments: OODT-444.Hart.041812.patch.txt
>
>
> Something appears to have gone wrong with the initial import of the Balance cas-browser module: the files 'classes/CasBrowser.class.php' and 'classes/Utils.class.php' are identical. As a result, installations fail with a "Can not redeclare class CasBrowser" message in cases where both of these files are included.

--
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] (OODT-444) Utils class missing from Balance cas-browser module

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

Andrew Hart resolved OODT-444.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.5)
                   0.4
         Assignee: Andrew Hart

resolved in r1332770
                
> Utils class missing from Balance cas-browser module
> ---------------------------------------------------
>
>                 Key: OODT-444
>                 URL: https://issues.apache.org/jira/browse/OODT-444
>             Project: OODT
>          Issue Type: Bug
>          Components: balance
>    Affects Versions: 0.3
>            Reporter: Andrew Hart
>            Assignee: Andrew Hart
>             Fix For: 0.4
>
>         Attachments: OODT-444.Hart.041812.patch.txt
>
>
> Something appears to have gone wrong with the initial import of the Balance cas-browser module: the files 'classes/CasBrowser.class.php' and 'classes/Utils.class.php' are identical. As a result, installations fail with a "Can not redeclare class CasBrowser" message in cases where both of these files are included.

--
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] [Commented] (OODT-444) Utils class missing from Balance cas-browser module

Posted by "Shakeh Khudikyan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265194#comment-13265194 ] 

Shakeh Khudikyan commented on OODT-444:
---------------------------------------

Patch looks good!
                
> Utils class missing from Balance cas-browser module
> ---------------------------------------------------
>
>                 Key: OODT-444
>                 URL: https://issues.apache.org/jira/browse/OODT-444
>             Project: OODT
>          Issue Type: Bug
>          Components: balance
>    Affects Versions: 0.3
>            Reporter: Andrew Hart
>             Fix For: 0.5
>
>         Attachments: OODT-444.Hart.041812.patch.txt
>
>
> Something appears to have gone wrong with the initial import of the Balance cas-browser module: the files 'classes/CasBrowser.class.php' and 'classes/Utils.class.php' are identical. As a result, installations fail with a "Can not redeclare class CasBrowser" message in cases where both of these files are included.

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