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 31139 - BuildTargetOutputFolder should fire an event when it creates the output folder
Summary: BuildTargetOutputFolder should fire an event when it creates the output folder
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-02-17 10:15 UTC by Pavel Buzek
Modified: 2004-04-19 16:16 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 Pavel Buzek 2003-02-17 10:15:43 UTC
There is no appearent way to listen for creation of the output folder. This is needed for 
example in the look for the build target (the look should display the output folders as its 
children, the list of children is empty if folders do not exist and should be refreshed when they 
are created).
Comment 1 Dusan Balek 2003-05-13 10:17:54 UTC
PropertyChangeEvent "isCreated" is now fired whenever the output
folder is created/destroyed.
Comment 2 Pavel Buzek 2003-06-23 14:30:24 UTC
It works for me, thanks!
Comment 3 Pavel Buzek 2003-07-02 14:18:33 UTC
closing all my verified issues