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 - Unnecessary recompile when running unit tests
Summary: Unnecessary recompile when running unit tests
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 18:09 UTC by bertvv
Modified: 2010-10-12 18:09 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 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:
[...]