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 35469 - Adapt BuildOptions to work with BTOF
Summary: Adapt BuildOptions to work with BTOF
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-08-18 19:56 UTC by Svata Dedic
Modified: 2003-12-11 14:23 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 Svata Dedic 2003-08-18 19:56:10 UTC
BuildOptions still use DataSystems; it should use
BuildTargetOutputFolder to specify the output
directory.
Comment 1 Svata Dedic 2003-08-18 19:58:01 UTC
Scheduling for 4.0 - the deprecation must be removed, IMHO.
Comment 2 Tomas Zezula 2003-08-27 16:22:34 UTC
I agree, the DataFolder is not very good.
I am going to replace it by URL, the URL seems to be better than
ProjectMember or FileObject.
It can be directly bridged to the BuildTargetOutputFolder and it
supports creation of folder on demand and finally supports the special
URL types with configurations.
Comment 3 Tomas Zezula 2003-08-28 13:31:25 UTC
Fixed. As described above.
Comment 4 Jan Becicka 2003-11-25 14:03:24 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 5 Jan Becicka 2003-11-25 14:12:29 UTC
---> CLOSED