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 54081 - Project Location vs. Project Folder mess
Summary: Project Location vs. Project Folder mess
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 13:19 UTC by zikmund
Modified: 2011-09-19 23:35 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 zikmund 2005-01-27 13:19:59 UTC
Build 200501261900

These 2 terms 'Project Location' and 'Project
Folder' are used in different project types with
different meanings (even in 4.0!). This should be
resolved.

Current state is:
* Java/Web Project - Project Location means where
Project Folder will be placed
* Java Project With Existing Sources - no Project
Location
* Web Project With Existing Sources - Project
Location means where your source folders are located
* Java/Web Freeform - Project Location means where
your source folders are located
  + MORE: in freeform project properties it's
named as 'Contents Folder'

Usage of term "Project Location" should be
clarified. I'd suggest use it in the sense
'Content folder' as it is used in Freeform and
WebWithExSources projects.
It makes sense for version-controlled projects
where you typically keep project content and
NetBeans specific data separately.
From this point of view all java, test and web
sources should be relative to the 'Content folder'
(even in project.properties) and all associated
file choosers in properties should use it as
default value.

Jano, please make a decision and update the UI spec.