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

[jira] Created: (BUILDR-43) Test cases failing on Windows

Test cases failing on Windows
-----------------------------

                 Key: BUILDR-43
                 URL: https://issues.apache.org/jira/browse/BUILDR-43
             Project: Buildr
          Issue Type: Bug
          Components: Core features
    Affects Versions: 1.3
         Environment: Windows XP, 
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
            Reporter: Victor Hugo Borja
            Priority: Critical
             Fix For: 1.3
         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch

project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Updated: (BUILDR-43) Test cases failing on Windows

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

Victor Hugo Borja updated BUILDR-43:
------------------------------------

    Attachment: 0002-Fixed-project_spec-assertions-on-windows-systems.patch

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Resolved: (BUILDR-43) Test cases failing on Windows

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

Assaf Arkin resolved BUILDR-43.
-------------------------------

    Resolution: Fixed

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Updated: (BUILDR-43) Test cases failing on Windows

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

Victor Hugo Borja updated BUILDR-43:
------------------------------------

    Attachment: 0004-Fix-to-java_test_frameworks_spec.patch

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Commented: (BUILDR-43) Test cases failing on Windows

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566762#action_12566762 ] 

Assaf Arkin commented on BUILDR-43:
-----------------------------------

Applied, and I also switched every occurrence of user_home to use ENV['HOME'] instead and documented the environment variable in Settings & Profiles.

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Updated: (BUILDR-43) Test cases failing on Windows

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

Victor Hugo Borja updated BUILDR-43:
------------------------------------

    Attachment: 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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


[jira] Updated: (BUILDR-43) Test cases failing on Windows

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

Victor Hugo Borja updated BUILDR-43:
------------------------------------

    Attachment: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch

> Test cases failing on Windows
> -----------------------------
>
>                 Key: BUILDR-43
>                 URL: https://issues.apache.org/jira/browse/BUILDR-43
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Windows XP, 
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>            Reporter: Victor Hugo Borja
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: 0001-Add-ENV-HOME-if-missing-when-running-on-Windows-s.patch, 0002-Fixed-project_spec-assertions-on-windows-systems.patch, 0003-Fixes-to-java_packaging_spec-to-handle-line-feeds-co.patch, 0004-Fix-to-java_test_frameworks_spec.patch
>
>
> project_spec, java_packaging_spec, java_test_frameworks_spec have failing examples on Windows XP

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