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 116103 - run single does not works as in Netabeans < 6.0
Summary: run single does not works as in Netabeans < 6.0
Status: RESOLVED DUPLICATE of bug 116230
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 09:22 UTC by esser
Modified: 2007-09-26 19:00 UTC (History)
1 user (show)

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 esser 2007-09-20 09:22:42 UTC
Single compile is ok, but if you try to single-run any App (like HalloWorld)
the whole project will be compiled and any error will stop the single run.

Annoying message in Output start and ends with something like for HalloWorld single-run:

The class kap05.cl.TestTCCL_ in file /Users/friedrichesser/CoreJava/build/classes/kap05/cl/TestTCCL_.class is out of
date due to kap05.cl.Cat but has not been deleted because its source file could not be determined
The class kap05.cl.MammalUtil in file /Users/friedrichesser/CoreJava/build/classes/kap05/cl/MammalUtil.class is out of
date due to kap05.cl.Dog but has not been deleted because its source file could not be determined
Compiling 185 source files to /Users/friedrichesser/CoreJava/build/classes
...
19 errors
31 warnings
BUILD FAILED (total time: 2 seconds)
Comment 1 Tomas Zezula 2007-09-21 10:01:03 UTC
Side effect of excludes, probably not fixable to NB 6.0
Comment 2 Jesse Glick 2007-09-26 19:00:36 UTC

*** This issue has been marked as a duplicate of 116230 ***