You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/10/11 02:26:32 UTC

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

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

Alex Boisvert updated BUILDR-327:
---------------------------------

    Summary: specifying the :plugin eclipse nature explicitly in the project fails.  (was: specifying the eclipse nature explicitly in the project fails.)

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