|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MEVENIDE-559) In multi-modules project, group module by their parent pomIn multi-modules project, group module by their parent pom
---------------------------------------------------------- Key: MEVENIDE-559 URL: http://jira.codehaus.org/browse/MEVENIDE-559 Project: mevenide Issue Type: Wish Components: mevenide-netbeans Environment: NetBeans 6.0-M10 Mavenide installed with Netbeans Plugin Manager Reporter: Martin Desruisseaux Assignee: Milos Kleint Priority: Minor Every Maven modules are currently listed in alphabetical order in the Projects window. When we mount two or more multi-modules projects, the modules from various projects are interleaved, which is quite confusing. Things get worst when different projects contain modules with identical name. Real world example: GeoTools and GeoServer are two open source multi-modules Maven 2 projects, and both of them contain a module called "main". Those two projects share a common pool of developpers, who often work on both projects in same time. Opening those projects with current Mavenide gives Projects window like below (simplified list): {noformat} Projects +-- Main module +-- Main module +-- Metadata +-- Referencing services +-- Web Map Service Module {noformat} A would like the ability (as an option) to get a tree view like below: {noformat} Projects +-- GeoServer | +-- Main module | +-- Web Map Service Module +-- GeoTools +-- Main module +-- Metadata +-- Referencing services {noformat} where "GeoTools" and "GeoServer" are the name found in parent {{pom.xml}}. I'm aware of NetBeans 6 "Project Groups" feature, but this request is not about opening and closing many projects as a unit. It is about keeping all those projects open (because we work on all of them together) while preserving their grouping in order to make easier to navigate through the quite numerous GeoTools/GeoServer modules... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Updated: (MEVENIDE-559) In multi-modules project, group module by their parent pom[ http://jira.codehaus.org/browse/MEVENIDE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint updated MEVENIDE-559: ---------------------------------- Affects Version/s: NB_3.0 NB_2.4 Fix Version/s: NB_FUTURE Component/s: (was: mevenide-netbeans) mevenide2-netbeans unfortunately the netbeans APIs don't allow for such layout of projects. A lot of functionality in NetBeans depends on "opened" projects and to open the project means getting the project in the top level. Please file it as enhancement at netbeans.org as a temporary workaround I suggest renaming the project names of affected projects. eg. to "GeoServer - Main Module". > In multi-modules project, group module by their parent pom > ---------------------------------------------------------- > > Key: MEVENIDE-559 > URL: http://jira.codehaus.org/browse/MEVENIDE-559 > Project: mevenide > Issue Type: Wish > Components: mevenide2-netbeans > Affects Versions: NB_2.4, NB_3.0 > Environment: NetBeans 6.0-M10 > Mavenide installed with Netbeans Plugin Manager > Reporter: Martin Desruisseaux > Assignee: Milos Kleint > Priority: Minor > Fix For: NB_FUTURE > > > Every Maven modules are currently listed in alphabetical order in the Projects window. When we mount two or more multi-modules projects, the modules from various projects are interleaved, which is quite confusing. Things get worst when different projects contain modules with identical name. Real world example: GeoTools and GeoServer are two open source multi-modules Maven 2 projects, and both of them contain a module called "main". Those two projects share a common pool of developpers, who often work on both projects in same time. Opening those projects with current Mavenide gives Projects window like below (simplified list): > {noformat} > Projects > +-- Main module > +-- Main module > +-- Metadata > +-- Referencing services > +-- Web Map Service Module > {noformat} > A would like the ability (as an option) to get a tree view like below: > {noformat} > Projects > +-- GeoServer > | +-- Main module > | +-- Web Map Service Module > +-- GeoTools > +-- Main module > +-- Metadata > +-- Referencing services > {noformat} > where "GeoTools" and "GeoServer" are the name found in parent {{pom.xml}}. > I'm aware of NetBeans 6 "Project Groups" feature, but this request is not about opening and closing many projects as a unit. It is about keeping all those projects open (because we work on all of them together) while preserving their grouping in order to make easier to navigate through the quite numerous GeoTools/GeoServer modules... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (MEVENIDE-559) In multi-modules project, group module by their parent pom[ http://jira.codehaus.org/browse/MEVENIDE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156552#action_156552 ] Jaromir Uhrik commented on MEVENIDE-559: ---------------------------------------- This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154500 > In multi-modules project, group module by their parent pom > ---------------------------------------------------------- > > Key: MEVENIDE-559 > URL: http://jira.codehaus.org/browse/MEVENIDE-559 > Project: mevenide > Issue Type: Wish > Components: mevenide2-netbeans > Affects Versions: NB_2.4, NB_3.0 > Environment: NetBeans 6.0-M10 > Mavenide installed with Netbeans Plugin Manager > Reporter: Martin Desruisseaux > Assignee: Milos Kleint > Priority: Minor > Fix For: NB_FUTURE > > > Every Maven modules are currently listed in alphabetical order in the Projects window. When we mount two or more multi-modules projects, the modules from various projects are interleaved, which is quite confusing. Things get worst when different projects contain modules with identical name. Real world example: GeoTools and GeoServer are two open source multi-modules Maven 2 projects, and both of them contain a module called "main". Those two projects share a common pool of developpers, who often work on both projects in same time. Opening those projects with current Mavenide gives Projects window like below (simplified list): > {noformat} > Projects > +-- Main module > +-- Main module > +-- Metadata > +-- Referencing services > +-- Web Map Service Module > {noformat} > A would like the ability (as an option) to get a tree view like below: > {noformat} > Projects > +-- GeoServer > | +-- Main module > | +-- Web Map Service Module > +-- GeoTools > +-- Main module > +-- Metadata > +-- Referencing services > {noformat} > where "GeoTools" and "GeoServer" are the name found in parent {{pom.xml}}. > I'm aware of NetBeans 6 "Project Groups" feature, but this request is not about opening and closing many projects as a unit. It is about keeping all those projects open (because we work on all of them together) while preserving their grouping in order to make easier to navigate through the quite numerous GeoTools/GeoServer modules... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (MEVENIDE-559) In multi-modules project, group module by their parent pom[ http://jira.codehaus.org/browse/MEVENIDE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint closed MEVENIDE-559. --------------------------------- Resolution: Duplicate closing the issue as duplicate of the newly created one in netbeans.org issuezilla. Please post your additional comments to the new issue. > In multi-modules project, group module by their parent pom > ---------------------------------------------------------- > > Key: MEVENIDE-559 > URL: http://jira.codehaus.org/browse/MEVENIDE-559 > Project: mevenide > Issue Type: Wish > Components: mevenide2-netbeans > Affects Versions: NB_2.4, NB_3.0 > Environment: NetBeans 6.0-M10 > Mavenide installed with Netbeans Plugin Manager > Reporter: Martin Desruisseaux > Assignee: Milos Kleint > Priority: Minor > Fix For: NB_FUTURE > > > Every Maven modules are currently listed in alphabetical order in the Projects window. When we mount two or more multi-modules projects, the modules from various projects are interleaved, which is quite confusing. Things get worst when different projects contain modules with identical name. Real world example: GeoTools and GeoServer are two open source multi-modules Maven 2 projects, and both of them contain a module called "main". Those two projects share a common pool of developpers, who often work on both projects in same time. Opening those projects with current Mavenide gives Projects window like below (simplified list): > {noformat} > Projects > +-- Main module > +-- Main module > +-- Metadata > +-- Referencing services > +-- Web Map Service Module > {noformat} > A would like the ability (as an option) to get a tree view like below: > {noformat} > Projects > +-- GeoServer > | +-- Main module > | +-- Web Map Service Module > +-- GeoTools > +-- Main module > +-- Metadata > +-- Referencing services > {noformat} > where "GeoTools" and "GeoServer" are the name found in parent {{pom.xml}}. > I'm aware of NetBeans 6 "Project Groups" feature, but this request is not about opening and closing many projects as a unit. It is about keeping all those projects open (because we work on all of them together) while preserving their grouping in order to make easier to navigate through the quite numerous GeoTools/GeoServer modules... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |