Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Missing enable nested modules item in 0.12

I perfectly understand this position but I'd say something can be
done. For example when a eclipse multi-module project is imported,
with the "hide folders of phisycal nested modules" options active, I
have a totally fine import of the project. But When I create a new
module outside from eclipse, a "refresh" of some kind should import
the new module and not display it as a nsted folder under the parent
module.
That's does not depend over a new workbench feature, is just an
automation over existing features, isn't it?

Maybe this just works and I am doing something wrong, if so poing me
out what I am missing here.

On Wed, Dec 22, 2010 at 7:35 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> These are valid concerns, however you need to raise them on Eclipse
> platform dev or user lists. It is not possible to provide quality nested
> project support without proper workbench support. The hack we had in
> 0.10.x never worked for large enough number of projects and use cases to
> justify development and support overhead it was causing. It is unlikely
> to come back as m2e-core feature, however I believe it is feasible to
> provide the same functionality via external lifecycleMapping
> implementation. I'll be happy to provide pointers on m2e-dev list, if
> you are interested.
>
> --
> Regards,
> Igor
>
>
> On 10-12-20 10:36 AM, Bernd Koecke wrote:
>>
>> Hello,
>>
>> by trying version 0.12 I've found out that the context menu of a project
>> doesn't contain the "Enable nested modules" item anymore. By reading
>> some postings, it looks like it wouldn't come back. This was a nice
>> feature for my work and without it, it is a little bit painful to work
>> without it. But may be you have some hints for me. As an example, I have
>> two scenarios:
>>
>> We are using JBossAS and one of my jobs is to solve issues in our
>> operational environment. I have the whole source of JBossAS and some
>> used libs in my IDE to debug it. Newer JBoss versions are maven multi
>> module projects with a huge number of submodules. To make all of them
>> first level projects, makes the IDE look really confusing. And in the
>> past it was really easy to add the source to a run-configuration. You
>> only had to add the main project and all submodules were added, too.
>> Sometimes I have to make compatibility checks. So I have two versions of
>> one lib in my IDE. One version is used by some client run-configuration
>> and one by the running JBossAS. So adding all projects in workspace to
>> the source lookup path wouldn't work.
>>
>> Another scenario are our own projects. We are building EARs or service
>> archives (SARs) for JBossAS. These are all multi module projects, a
>> number of modules for the JARs and one for the packaging. The submodules
>> can't live on their own. Only the submodule for the EAR or SAR produces
>> anything deployable. So having each submodule as a top level project
>> makes it possible to work on it like on an independent project which it
>> isn't.
>>
>>  From my current point of view the only solution is to use working sets
>> to tidy up my IDE. But I have to do this by hand. With the above
>> feature, I can checkout a project, enable nested modules and let the
>> plugin update the project configuration. And one project has one
>> toplevel folder.
>>
>> I asked around here if I am the only one with these issues and there are
>> a number of developers which like the nested module feature.
>>
>> Does somebody have a hint for me? How can I work as comfortable with
>> version 0.12, without the nested modules feature, as it was until 0.10?
>>
>> Thanks a lot and best regards,
>> Bernd
>
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users
>



-- 
Daniele Dellafiore
http://danieledellafiore.net


Back to the top