You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "András Belicza (JIRA)" <ji...@apache.org> on 2008/08/18 10:51:46 UTC

[jira] Created: (HARMONY-5952) Progress on policytool

Progress on policytool
----------------------

                 Key: HARMONY-5952
                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
             Project: Harmony
          Issue Type: New Feature
          Components: JDK
         Environment: Should run in all environments.
            Reporter: András Belicza
         Attachments: policytool 2008-08-18.patch

Changes since https://issues.apache.org/jira/browse/HARMONY-5949

-WarningLogDialog class to display and store the warning and error messages.
 New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
 direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
 validating form values).
 The warning log can be open while we edit the policy text in any editor.
 If we use the "View warnign Log" menu while it's visible, it will be centered again.
-Fixed a bug where permission signedBy caused a parse exception.
-Validation to form dialogs.
-Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
 a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
 and no scrollbars will be displayed.

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


[jira] Updated: (HARMONY-5952) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5952:
------------------------------------

    Attachment: apache.gif

This is the apache Harmony icon used to set as the frame icons to all frames/dialogs.

It has to be placed in the directory next to MainFrame.java.
It also has to be included in the tools.jar when it is created.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: apache.gif, policytool 2008-08-18.patch, policytool 2008-08-18_B.patch, policytool 2008-08-18_C.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Updated: (HARMONY-5952) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5952:
------------------------------------

    Attachment: policytool 2008-08-18_B.patch

The patch containing the changes aboue and below:

-URL validation for Grant entry codeBase field, keystoreURL and keystorePasswordURL
-fixed a NullPointerException caused by "New" menu on the graphical editor panel


> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: policytool 2008-08-18.patch, policytool 2008-08-18_B.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Resolved: (HARMONY-5952) Progress on policytool

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

Sian January resolved HARMONY-5952.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M8

Applied patch at r687695.  Please check that it was applied as you expected.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M8
>
>         Attachments: apache.gif, policytool 2008-08-18.patch, policytool 2008-08-18_B.patch, policytool 2008-08-18_C.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Updated: (HARMONY-5952) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5952:
------------------------------------

    Attachment: policytool 2008-08-18_C.patch

All the changes mentioned above and below:

-Apache Harmony icon for all frames/dialogs.

Apache.gif is not included since it is a binary file.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: policytool 2008-08-18.patch, policytool 2008-08-18_B.patch, policytool 2008-08-18_C.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Closed: (HARMONY-5952) Progress on policytool

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

Sian January closed HARMONY-5952.
---------------------------------


> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M8
>
>         Attachments: apache.gif, policytool 2008-08-18.patch, policytool 2008-08-18_B.patch, policytool 2008-08-18_C.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Assigned: (HARMONY-5952) Progress on policytool

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

Sian January reassigned HARMONY-5952:
-------------------------------------

    Assignee: Sian January

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>         Attachments: apache.gif, policytool 2008-08-18.patch, policytool 2008-08-18_B.patch, policytool 2008-08-18_C.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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


[jira] Updated: (HARMONY-5952) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5952:
------------------------------------

    Attachment: policytool 2008-08-18.patch

The patch containing the changes.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5952
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5952
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: policytool 2008-08-18.patch
>
>
> Changes since https://issues.apache.org/jira/browse/HARMONY-5949
> -WarningLogDialog class to display and store the warning and error messages.
>  New feature (compared to Sun's policytool): the warning log dialog is non-modal which is a lot more useful here because we support
>  direct editing, and switching between the editor panels can generate errors/warnings frequently (not just when opening a new file or
>  validating form values).
>  The warning log can be open while we edit the policy text in any editor.
>  If we use the "View warnign Log" menu while it's visible, it will be centered again.
> -Fixed a bug where permission signedBy caused a parse exception.
> -Validation to form dialogs.
> -Fixed the following bug: If we edit an item of a ListAndEditPanel, we change it in a way that its toString() method will return
>  a very long string (long as it won't fit in the displayed width), its string will be truncated (ended with "..."),
>  and no scrollbars will be displayed.

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