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 30860 - Strange behavior when a compiler target is set
Summary: Strange behavior when a compiler target is set
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 19:53 UTC by Martin Entlicher
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 Martin Entlicher 2003-02-07 19:53:32 UTC
Set a target for external compilation.
Now compile a class.

1) The red mark does not disappear.
2) The class does not know, that it's already
compiled, so when you hit compile once more, it
will do the compilation again.
3) The target FS is not refreshed => the .class
file is not visible unless you do "Refresh Folder"
yourself.
4) It seems, that the Java DataObject does not
contain the .class files. Only .java is returned
from files().

(I suppose, that 1) and 2) are caused by 4)).
Comment 1 Jan Becicka 2003-02-10 09:14:12 UTC
I suppose that 1) 2) and 4) is caused by issue 30408 including 3) :o)


*** This issue has been marked as a duplicate of 30408 ***
Comment 2 dnoyeB 2003-02-11 15:02:56 UTC
I never though of this as a bug.  I figure it was because the internal
compiler no longer knew where the files were and the icons were set by
the internal compilers knowledge.  If I am wrong then I will no longer
have to update every compiler for every project when this is fixed :D
Comment 3 Jan Becicka 2003-04-22 14:05:53 UTC
Compile badges still does work.
Steps to reproduce:
1. Mount a new filesystem and set it as a target folder for External
Compilation
2. Select "examples" folder and do Build All
3. Select "colorpicker" folder and do Clean All -> compile status
badges do not update its state! 
4. Do refresh folder on colorpicker folder -> badges will update
Comment 4 Jan Becicka 2003-04-22 16:32:19 UTC
Reopened instead of issue 30408, which is P2. Please evaluate. 
Comment 5 Jan Becicka 2003-04-23 10:42:31 UTC
The issue evaluated as P3. This is not a regression, the behavior is
the same as in 3.4.1.
Workaround exists: just click onto the Explorer and badges will refresh.
Comment 6 psuk 2004-06-22 19:32:28 UTC
Functionality replaced by Ant based Build System, there are no
compiler targets anymore. Closing as WONTFIX