Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-581

TypeError in compile.rb:102 can't convert Rake::FileTask into String

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • 1.4.5
    • 1.5
    • Core features
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            stephen Stephen Haberman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: