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 - The compiler cannot find class by build, but fund it by single class coímpiling
Summary: The compiler cannot find class by build, but fund it by single class coímpiling
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 18:19 UTC by rudyment
Modified: 2016-07-07 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The problematic project (zipped) (602.35 KB, application/zip)
2012-06-14 18:19 UTC, rudyment
Details

Note You need to log in before you can comment on or make changes to this bug.
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