You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2009/03/13 00:52:50 UTC

[jira] Resolved: (BUILDR-237) Use MacPorts Scala on OS X

     [ https://issues.apache.org/jira/browse/BUILDR-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin resolved BUILDR-237.
--------------------------------

    Resolution: Fixed

MacPorts installs Scala in /opt/local/share/scala/, just need to check before setting SCALA_HOME:
 
ENV['SCALA_HOME'] ||= '/opt/local/share/scala/' if File.exist?('/opt/local/share/scala/lib/scala-compiler.jar')


> Use MacPorts Scala on OS X
> --------------------------
>
>                 Key: BUILDR-237
>                 URL: https://issues.apache.org/jira/browse/BUILDR-237
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Assaf Arkin
>             Fix For: 1.3.4
>
>
> What would it take to use Scala installed using MacPorts, and would it be possible without extra configuration (i.e. SCALA_HOME)?

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