You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Nathan Hamblen (JIRA)" <ji...@apache.org> on 2008/05/12 22:11:56 UTC

[jira] Created: (BUILDR-68) Custom JAVA_HOME overriten on Mac

Custom JAVA_HOME overriten on Mac
---------------------------------

                 Key: BUILDR-68
                 URL: https://issues.apache.org/jira/browse/BUILDR-68
             Project: Buildr
          Issue Type: Bug
          Components: Core features
    Affects Versions: 1.3
         Environment: Mac OS X 10.5.2
            Reporter: Nathan Hamblen
            Priority: Minor


In buildr/java.rb builder sets JAVA_HOME to the standard location if the host OS matches /darwin/i. That's a good way to make sure a Java is always available, but then it isn't possible to use a Java 6 to compile and test (either Apple's or SoyLatte).

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


[jira] Assigned: (BUILDR-68) Custom JAVA_HOME overriten on Mac

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

Assaf Arkin reassigned BUILDR-68:
---------------------------------

    Assignee: Assaf Arkin

> Custom JAVA_HOME overriten on Mac
> ---------------------------------
>
>                 Key: BUILDR-68
>                 URL: https://issues.apache.org/jira/browse/BUILDR-68
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Mac OS X 10.5.2
>            Reporter: Nathan Hamblen
>            Assignee: Assaf Arkin
>            Priority: Minor
>         Attachments: mac-java-home.patch
>
>
> In buildr/java.rb builder sets JAVA_HOME to the standard location if the host OS matches /darwin/i. That's a good way to make sure a Java is always available, but then it isn't possible to use a Java 6 to compile and test (either Apple's or SoyLatte).

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


[jira] Updated: (BUILDR-68) Custom JAVA_HOME overriten on Mac

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

Nathan Hamblen updated BUILDR-68:
---------------------------------

    Attachment: mac-java-home.patch

Only set java_home if it doesn't already have a value.

> Custom JAVA_HOME overriten on Mac
> ---------------------------------
>
>                 Key: BUILDR-68
>                 URL: https://issues.apache.org/jira/browse/BUILDR-68
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Mac OS X 10.5.2
>            Reporter: Nathan Hamblen
>            Priority: Minor
>         Attachments: mac-java-home.patch
>
>
> In buildr/java.rb builder sets JAVA_HOME to the standard location if the host OS matches /darwin/i. That's a good way to make sure a Java is always available, but then it isn't possible to use a Java 6 to compile and test (either Apple's or SoyLatte).

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


[jira] Resolved: (BUILDR-68) Custom JAVA_HOME overriten on Mac

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

Assaf Arkin resolved BUILDR-68.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.1

Thanks, added this fix in SVN.

> Custom JAVA_HOME overriten on Mac
> ---------------------------------
>
>                 Key: BUILDR-68
>                 URL: https://issues.apache.org/jira/browse/BUILDR-68
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>         Environment: Mac OS X 10.5.2
>            Reporter: Nathan Hamblen
>            Assignee: Assaf Arkin
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: mac-java-home.patch
>
>
> In buildr/java.rb builder sets JAVA_HOME to the standard location if the host OS matches /darwin/i. That's a good way to make sure a Java is always available, but then it isn't possible to use a Java 6 to compile and test (either Apple's or SoyLatte).

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