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/08/10 21:55:44 UTC

[jira] Created: (BUILDR-126) Tests options are shared between unrelated projects when using #options instead of #using

Tests options are shared between unrelated projects when using #options instead of #using
-----------------------------------------------------------------------------------------

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


If a project sets its test options using 'test.options' instead of 'test.using', then this project's test options become other projects' test options, even when these other projects are parent project or unrelated projects.

The problem is that some hashes are shared instead of being cloned.

Refer to the attached spec for a more precise description of the issue.

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


[jira] Resolved: (BUILDR-126) Tests options are shared between unrelated projects when using #options instead of #using

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

Assaf Arkin resolved BUILDR-126.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.3

> Tests options are shared between unrelated projects when using #options instead of #using
> -----------------------------------------------------------------------------------------
>
>                 Key: BUILDR-126
>                 URL: https://issues.apache.org/jira/browse/BUILDR-126
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: buildr trunk revision 683469
>            Reporter: Lacton
>            Priority: Minor
>             Fix For: 1.3.3
>
>         Attachments: BUILDR-126.lib.patch, BUILDR-126.spec.patch
>
>
> If a project sets its test options using 'test.options' instead of 'test.using', then this project's test options become other projects' test options, even when these other projects are parent project or unrelated projects.
> The problem is that some hashes are shared instead of being cloned.
> Refer to the attached spec for a more precise description of the issue.

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


[jira] Updated: (BUILDR-126) Tests options are shared between unrelated projects when using #options instead of #using

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

Lacton updated BUILDR-126:
--------------------------

    Attachment: BUILDR-126.spec.patch

> Tests options are shared between unrelated projects when using #options instead of #using
> -----------------------------------------------------------------------------------------
>
>                 Key: BUILDR-126
>                 URL: https://issues.apache.org/jira/browse/BUILDR-126
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: buildr trunk revision 683469
>            Reporter: Lacton
>            Priority: Minor
>         Attachments: BUILDR-126.spec.patch
>
>
> If a project sets its test options using 'test.options' instead of 'test.using', then this project's test options become other projects' test options, even when these other projects are parent project or unrelated projects.
> The problem is that some hashes are shared instead of being cloned.
> Refer to the attached spec for a more precise description of the issue.

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


[jira] Updated: (BUILDR-126) Tests options are shared between unrelated projects when using #options instead of #using

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

Lacton updated BUILDR-126:
--------------------------

    Attachment: BUILDR-126.lib.patch

Here is a fix.

> Tests options are shared between unrelated projects when using #options instead of #using
> -----------------------------------------------------------------------------------------
>
>                 Key: BUILDR-126
>                 URL: https://issues.apache.org/jira/browse/BUILDR-126
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3
>         Environment: buildr trunk revision 683469
>            Reporter: Lacton
>            Priority: Minor
>         Attachments: BUILDR-126.lib.patch, BUILDR-126.spec.patch
>
>
> If a project sets its test options using 'test.options' instead of 'test.using', then this project's test options become other projects' test options, even when these other projects are parent project or unrelated projects.
> The problem is that some hashes are shared instead of being cloned.
> Refer to the attached spec for a more precise description of the issue.

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