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 194193 - Add a Project as a library to a non-maven project
Summary: Add a Project as a library to a non-maven project
Status: RESOLVED DUPLICATE of bug 149366
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 7.0
Hardware: PC Other
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 19:01 UTC by simpatico
Modified: 2011-01-14 20:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description simpatico 2011-01-10 19:01:33 UTC
Steps to reproduce:
1. create a sample java ant-based project in the IDE.
2. Create a sample maven project in the IDE.
3. Try to add the maven project as a Project (Add Project...).
4. Nothing happens. Add it as an external .jar (found in the target) it works.

Bug because at least gray-out maven projects if it's known that one cannot add them. Otherwise wanted enhancement.
Comment 1 Jesse Glick 2011-01-10 21:51:49 UTC
You cannot add it as a subproject. The Add Project dialog is supposed to somehow inform you that the selected project cannot be used for this purpose; apparently that is broken.
Comment 2 Jesse Glick 2011-01-14 20:50:04 UTC

*** This bug has been marked as a duplicate of bug 149366 ***