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


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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to