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 190955

Summary: Unnecessary recompile when running unit tests
Product: contrib Reporter: bertvv <bertvv>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description bertvv 2010-10-12 18:09:11 UTC
When running unit tests, the complete project is rebuilt, even if no code was changed. The message "No known dependencies. Compiling everything" is shown.

Example output:

init:
deps-jar:
Compiling 39 source files to /path/to/build/classes
No known dependencies. Compiling everything
compile:
Compiling 11 source files to /path/to/build/test/classes
No known dependencies. Compiling everything
compile-test:
[...]