You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Hugues Malphettes (JIRA)" <ji...@apache.org> on 2009/10/09 20:21:31 UTC

[jira] Updated: (BUILDR-327) specifying the eclipse nature explicitly in the project fails.

     [ https://issues.apache.org/jira/browse/BUILDR-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hugues Malphettes updated BUILDR-327:
-------------------------------------

    Attachment: eclipse_non_standard_pluin_project_sepc.diff

suggested spec to test this case.

> 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.