You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2016/05/20 07:44:12 UTC

[jira] [Closed] (BUILDR-581) TypeError in compile.rb:102 can't convert Rake::FileTask into String

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

Antoine Toulme closed BUILDR-581.
---------------------------------
    Resolution: Auto Closed

Closing for inactivity.

> TypeError in compile.rb:102 can't convert Rake::FileTask into String
> --------------------------------------------------------------------
>
>                 Key: BUILDR-581
>                 URL: https://issues.apache.org/jira/browse/BUILDR-581
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.4.5
>            Reporter: Stephen Haberman
>            Priority: Minor
>             Fix For: 1.5
>
>
> In a completely empty directory, with just this buildfile:
> define 'foo' do
>   bin = file(_('bin/java'))
>   compile.from bin
> end
> The compiler detection will blow (no src/main/java, etc.) when it tries to detect against bin, which is a FileTask, as it was expecting only strings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)