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 27475 - Implement compilation settings
Summary: Implement compilation settings
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-20 14:41 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2002-09-20 14:41:42 UTC
Implement settings for compilation on
- java source files
- packages
- compiled classes build targets

and expose them in UI (initialy using property
sheets).
Settings should contain at least properties of
former CompilerTypes.
Comment 1 Svata Dedic 2002-10-09 12:26:32 UTC
The compiler already uses the settings, they are exposed in the UI on
individual source files and on the build target.
UI for settings on packages/parent folders is still TBD.
Comment 2 Svata Dedic 2002-10-16 11:21:35 UTC
Closing as it is not known if folder/package settings UI is needed.
Will reopen if so.
Comment 3 Svata Dedic 2002-10-16 11:32:55 UTC
Better explanation:

Since folders contains various types of objects, there could be a lot
of possible settings to manipulate. For Java, changing compilation
settings per-package has some drawbacks, as the compiler does not
really understand per-file settings (it applies the same values for
all processed files).
Settings can now be set on a file and the build target, file and the
project (defaults). It may be well possible that this settings
granularity is sufficient and that we don't need to compilate UI with
package/folder-level settings.
Comment 4 Svata Dedic 2002-10-16 11:43:03 UTC
typo: "compilate UI" should read "complicate UI".
Comment 5 Jan Becicka 2003-11-25 14:04:07 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 6 Jan Becicka 2003-11-25 14:13:16 UTC
---> CLOSED