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 47563 - missing action for compiling tests
Summary: missing action for compiling tests
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-08-20 15:48 UTC by Tomas Brandalik
Modified: 2004-08-20 17:29 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Brandalik 2004-08-20 15:48:21 UTC
Build project action doesn't compile tests. Tests
are compiled after action TestProject first. An
action for compiling unit tests should be in ui.
Comment 1 Jesse Glick 2004-08-20 17:29:36 UTC
Assuming you are referring to j2seproject's which have a compile-test
target but no such binding e.g. in the context menu.

Don't see any compelling need for it. Just run your tests. You can
also compile individual test files using F9.