[
https://issues.apache.org/jira/browse/BUILDR-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved BUILDR-327.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.4
Fixed.
boisv...@sixtine:~/svn/buildr-327$ svn commit -m "BUILDR-327 Specifying :plugin
eclipse nature explicitly fails"
Sending CHANGELOG
Sending lib/buildr/ide/eclipse/java.rb
Sending lib/buildr/ide/eclipse/plugin.rb
Sending spec/ide/eclipse_spec.rb
Transmitting file data ....
Committed revision 823987.
> specifying the :plugin 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
> Fix For: 1.4
>
> 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.