You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Lacton (JIRA)" <ji...@apache.org> on 2008/07/29 21:35:31 UTC

[jira] Created: (BUILDR-114) Hash.from_java_properties does not behave like java.util.Properties

Hash.from_java_properties does not behave like java.util.Properties
-------------------------------------------------------------------

                 Key: BUILDR-114
                 URL: https://issues.apache.org/jira/browse/BUILDR-114
             Project: Buildr
          Issue Type: Bug
          Components: Core features
    Affects Versions: 1.3.3
         Environment: Trunk revision 680587
            Reporter: Lacton
            Priority: Minor


java.util.Properties ignores some whitespaces.

java.util.Properties parses '\\' as '\'.

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


[jira] Updated: (BUILDR-114) Hash.from_java_properties does not behave like java.util.Properties

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

Lacton updated BUILDR-114:
--------------------------

    Attachment: BUILDR-114.lib.patch

An implementation that uses a real java.util.Properties object.

> Hash.from_java_properties does not behave like java.util.Properties
> -------------------------------------------------------------------
>
>                 Key: BUILDR-114
>                 URL: https://issues.apache.org/jira/browse/BUILDR-114
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: Trunk revision 680587
>            Reporter: Lacton
>            Priority: Minor
>         Attachments: BUILDR-114.lib.patch, BUILDR-114.spec.patch
>
>
> java.util.Properties ignores some whitespaces.
> java.util.Properties parses '\\' as '\'.

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


[jira] Resolved: (BUILDR-114) Hash.from_java_properties does not behave like java.util.Properties

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

Assaf Arkin resolved BUILDR-114.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.3

Sweet.

> Hash.from_java_properties does not behave like java.util.Properties
> -------------------------------------------------------------------
>
>                 Key: BUILDR-114
>                 URL: https://issues.apache.org/jira/browse/BUILDR-114
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: Trunk revision 680587
>            Reporter: Lacton
>            Priority: Minor
>             Fix For: 1.3.3
>
>         Attachments: BUILDR-114.lib.patch, BUILDR-114.spec.patch
>
>
> java.util.Properties ignores some whitespaces.
> java.util.Properties parses '\\' as '\'.

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


[jira] Updated: (BUILDR-114) Hash.from_java_properties does not behave like java.util.Properties

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

Lacton updated BUILDR-114:
--------------------------

    Attachment: BUILDR-114.spec.patch

Test cases that shows the behavior of java.util.Properties.

> Hash.from_java_properties does not behave like java.util.Properties
> -------------------------------------------------------------------
>
>                 Key: BUILDR-114
>                 URL: https://issues.apache.org/jira/browse/BUILDR-114
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: Trunk revision 680587
>            Reporter: Lacton
>            Priority: Minor
>         Attachments: BUILDR-114.lib.patch, BUILDR-114.spec.patch
>
>
> java.util.Properties ignores some whitespaces.
> java.util.Properties parses '\\' as '\'.

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