This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224999 - [73cat] offer project type in one unified method
Summary: [73cat] offer project type in one unified method
Status: REOPENED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 6 votes (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 21:51 UTC by muellermi
Modified: 2016-07-10 20:35 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (49.26 KB, text/plain)
2013-01-16 21:52 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2013-01-16 21:51:27 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301102100)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.6-b04

When I want to add a new project, I first choose choose a category, e.g.
Java Web and the the concrete project, e.g Web Application. Then the 
project skeleton is created by NetBeans, allways using Ant.

If I want to use Maven, I first have to select the build tool, Maven, and 
then the project type, e.g. Web Application.

My proposal is to offer the user one unified method to create new projects.
Category -> Project Type, then choose build tool Ant, Maven.

This might be enhanced in the future, e.g. Buildr, Graddle

Some special types like" Maven, create from archetype" might be placed in the "Other" category
Comment 1 muellermi 2013-01-16 21:52:14 UTC
Created attachment 130314 [details]
IDE log
Comment 2 Marian Mirilovic 2013-01-17 08:28:47 UTC
I think this is dup of already reported bug, but can't find number
Comment 3 Milos Kleint 2013-01-17 08:36:03 UTC
the current grouping historically started this way because maven project were limited in functionality in terms of what was supported in the IDE, which is somewhat still the case (no javafx, platform based development is not equal).
Comment 4 Milos Kleint 2013-01-17 14:32:57 UTC
additionally the requirement to choose between ant and maven is not easily decided by those users that have either no opinion or no knowledge about build systems. Moving the Maven templates into a separate category spared those users the need to decide. Ant projects mostly attempt to hide the build system behind the covers while maven not always does. The audience might be entirely different.
Comment 5 Martin Balin 2016-07-07 08:39:25 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 6 markiewb 2016-07-10 20:35:52 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)