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

specifying the :plugin eclipse nature explicitly in the project fails.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.5
    • 1.4
    • IDE
    • None

    Description

      This bug is related to BUILDR-300.
      define('foo') do
      eclipse.natures = [:java, :plugin]
      end

      fails with uninitialized constant Buildr::Eclipse::Plugin::BUILDER

      where as
      define('foo') do
      eclipse.natures = :scala
      end
      works.

      Attachments

        Activity

          People

            Unassigned Unassigned
            hmalphettes Hugues Malphettes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: