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 214232

Summary: The compiler cannot find class by build, but fund it by single class coímpiling
Product: java Reporter: rudyment <rudyment>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: The problematic project (zipped)

Description rudyment 2012-06-14 18:19:48 UTC
Created attachment 120870 [details]
The problematic project (zipped)

When I want to build (or clean and build) the attached project, I obtain the message:

Updating property file: D:\TEMP\Docasne\@B_41C_OOP-NMPO\build\built-jar.properties
Compiling 157 source files to D:\TEMP\Docasne\@B_41C_OOP-NMPO\build\classes
javac: file not found: D:\TEMP\Docasne\@B_41C_OOP-NMPO\SRC\cz\pecinovsky\česky\oopnz\_000_\Run.java

When I open the "not found" source code and compile this class explicitly, by the next build IDE announce message with a next not found class. 

So I can compile class by class by hand and the IDE announce, that the next explicitly not compiled class is not found.
Comment 1 Martin Balin 2016-07-07 07:18:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss