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 223737 - New Java Project with existing sources
Summary: New Java Project with existing sources
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 17:08 UTC by lehel
Modified: 2013-01-08 02:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2012-12-12 17:08:25 UTC
Product Version = NetBeans IDE Dev (Build 201212120001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_10
Runtime = Java HotSpot(TM) Client VM 23.6-b04


Testing Project Wizards(http://wiki.netbeans.org/TS_72_ProjectsWizardsAndFreeform) under Netbeans I have the following observation:

-when creating New Java Project with existing sources(from downloaded jfreechart project), having the wizard step:
Add sourceroot (use sources folder unzipped from jfreechart) and testroot (use test folder unzipped from jfreechart) => I can add to the project, package folders already used in other project, not with the "ADD FOLDER" button from wizard, but by dragging with mouse the directories, having a file explorer outside netbeans.

The error message: "Package Folder Already Used in Project" does not come in this way.
Comment 1 Milos Kleint 2012-12-13 14:08:16 UTC
in org.netbeans.modules.java.api.common.project.ui.wizards.FolderList I suppose, reassigning
Comment 2 Tomas Zezula 2013-01-07 16:13:09 UTC
Fixed jet-main d0b6e8c7f623
Comment 3 Quality Engineering 2013-01-08 02:25:58 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d0b6e8c7f623
User: Tomas Zezula <tzezula@netbeans.org>
Log: #223737:New Java Project with existing sources