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