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 39589 - Integration with the Build System
Summary: Integration with the Build System
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 10:43 UTC by Tomas Pavek
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2004-02-04 10:43:05 UTC
Integration with the Build System includes:

- Cancel or delegate test execution - compilation
  and execution will be handled by the build system
  (j2se project)

- Re-integrate junit framework library using the
  new library definition style

- Adjust test generation - to generate to "test"
  root for classes selected in "src" root

A UI spec is needed for 1 (remove execution from
menu?) and 3 (test case wizard - specifying target)
Comment 1 Tomas Pavek 2004-04-05 16:17:25 UTC
Done. All 3 things above work in current dev builds.

ad 1) execution was removed from context menu, is available in Run |
Run Other

ad 3) tests are created automatically in the same package under test root
Comment 2 dmladek 2004-06-16 13:41:40 UTC
it's already done