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 33231 - Compile Classes does not listen on output folder change
Summary: Compile Classes does not listen on output folder change
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 34939
Blocks:
  Show dependency tree
 
Reported: 2003-04-24 16:25 UTC by Pavel Buzek
Modified: 2007-09-26 09:14 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 Pavel Buzek 2003-04-24 16:25:35 UTC
If I use BuildTargetOutputFolder to set a new URL
the change only takes effect after close/reopen
project. I susspect that CC target to not listen
for changes in BTOF.

It seems from the code that OutputRoots listen on
BuildOptions so changes made from may work ok:

public void propertyChange(PropertyChangeEvent e) {
    String n = e.getPropertyName();
    if (BuildOptions.PROP_OUTPUT_FOLDER.equals(n)) {
        setDelegates(new FileSet[] {
getRoots(resolver, unit, opts) });
    }
}
Comment 1 Tomas Zezula 2003-07-17 13:50:10 UTC
Fixed, but there is still problem with configuration change.
The configuration framework is not very suitable for compilation settings.
Comment 2 Jan Becicka 2003-11-25 14:01:17 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 3 Jan Becicka 2003-11-25 14:09:53 UTC
---> CLOSED