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 105509 - Unable to open a project with existing sources
Summary: Unable to open a project with existing sources
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 16:11 UTC by kirillkh
Modified: 2007-06-03 16:29 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 kirillkh 2007-06-03 16:11:23 UTC
Product Version: NetBeans IDE Dev (Build 070602)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

"basic" zip from deadlock Hudson, fresh user dir
--------------

After starting the IDE my several projects with existing sources weren't opened
automatically. An attempt to open them using the dialog fails, the following
message is printed to the console:

  WARNING [org.netbeans.api.project.ProjectManager]: Directory
C:\projects\my_project\nbprj was initially claimed to be a project folder but
really was not

Nevertheless, I succeeded in opening a standard project. This used to work fine
in previous builds, including the daily 070531.
Comment 1 kirillkh 2007-06-03 16:29:32 UTC
Figured it out: it's a web project, and the "basic" IDE build simply doesn't
have the web functionality installed. Installing the relevant modules from the
UC has fixed the problem.