You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Rhett Sutphin (JIRA)" <ji...@apache.org> on 2009/02/04 20:37:59 UTC

[jira] Updated: (BUILDR-241) idea7x ipr generation does not pay attention to base_dir for submodules

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

Rhett Sutphin updated BUILDR-241:
---------------------------------

    Attachment: 0001-Fix-for-BUILDR-241-obey-subproject-base-dir-when-ge.patch

git-formatted patch for this issue.  Includes specs.

This patch is also viewable here: http://github.com/rsutphin/buildr/commit/1adaff20a330e23d64757d1b29f28cf76eb37dc6

> idea7x ipr generation does not pay attention to base_dir for submodules
> -----------------------------------------------------------------------
>
>                 Key: BUILDR-241
>                 URL: https://issues.apache.org/jira/browse/BUILDR-241
>             Project: Buildr
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: 1.3.3
>         Environment: Any
>            Reporter: Rhett Sutphin
>         Attachments: 0001-Fix-for-BUILDR-241-obey-subproject-base-dir-when-ge.patch
>
>
> If you have a project like this:
> define "alphabet" do
>   define "h", :base_dir => 'aitch'
>     ...
>   end
> end
> The idea7x task will correctly generate the module file in the "aitch" directory.  However, the reference to the module file (iml) from the project file (ipr) will be something like "$PROJECT_DIR/h/alphabet-h-7x.iml" -- i.e., it ignores the base dir, always using the subproject name. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.