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 11036 - A solution to disable compilation of "virtual" files should be made.
Summary: A solution to disable compilation of "virtual" files should be made.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 11367
Blocks: 8919
  Show dependency tree
 
Reported: 2001-04-04 15:39 UTC by Martin Entlicher
Modified: 2004-11-12 23:55 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 Martin Entlicher 2001-04-04 15:39:46 UTC
Just adding this in order not to forget the issue.
Compilation should not be run on non-existent files, or we should agree on some
FileObject attribute for this purpose.
Comment 1 Svata Dedic 2001-04-23 13:01:31 UTC
It should be OK now. The actual behaviour will be improved in for 3.3 (I 
believe)
Comment 2 dmladek 2001-04-27 12:43:21 UTC
Pls, see the comments in Issue #11367
In CVS FS no [uo-to-date]=they physicaly exist on the disk are compiled
if at least one DO is [Localy Removed]="virtual file"
Comment 3 dmladek 2001-04-27 14:55:16 UTC
I'm very sorry for your confusing (WRONG BUG)
The mentioned bug is Issue #8919
Comment 4 Jan Chalupa 2001-05-05 23:20:19 UTC
Target milestone -> 3.3
Comment 5 Svata Dedic 2001-05-22 15:11:42 UTC
Changing to a enhancement request. From the VCS' and compiler's points of 
view, the current state is OK. It's the combination that looks clumsy for the 
user; so the request for some degree of cooperation between those two.
Comment 6 Jan Chalupa 2001-11-27 12:49:40 UTC
Target milestone -> 3.3.1.
Comment 7 Martin Entlicher 2001-11-27 13:01:18 UTC
We've made a special data object for virtual files in the VCS modules.
This makes virtual files uncompilable, unexecutable, etc.
Thus I think we can close this. Do you agree with this solution?
Comment 8 Svata Dedic 2002-05-21 17:49:27 UTC
Cleaning up before 4.0 planning
Comment 9 Marek Grummich 2002-07-19 21:01:44 UTC
Target milestone was changed from 'not determined' to TBD.
Comment 10 Martin Matula 2004-11-12 07:14:07 UTC
I guess this is fixed by the new build system. Isn't it?
Comment 11 Jesse Glick 2004-11-12 23:55:25 UTC
Ant does not care about file objects.