specifying the eclipse nature explicitly in the project fails.
--------------------------------------------------------------
Key: BUILDR-327
URL: https://issues.apache.org/jira/browse/BUILDR-327
Project: Buildr
Issue Type: Bug
Components: IDE
Affects Versions: 1.3.5
Reporter: Hugues Malphettes
Attachments: eclipse_non_standard_pluin_project_sepc.diff
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.