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 154369 - test.single action not visible
Summary: test.single action not visible
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 15:24 UTC by burchb
Modified: 2010-01-11 04:29 UTC (History)
0 users

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 burchb 2008-12-02 15:24:57 UTC
The latest doc I can find is http://www.netbeans.org/kb/55/freeform-config.html, which refers to both the run.single and
test.single ide actions.

My application has some unit tests that must execute under felix, while others run standalone under junit. I have two
different ant targets for these cases. I have defined ide actions in my freeform project.xml to map to these different
ant targets, both referring to my test source folder. When I right-click a java source (which extends
junit.framework.TestCase), the popup menu offers me Compile File, Run File, Debug File and Profile File. However, "Test
File Ctrl-F6" is not shown (not even greyed out).

The same happens with debug.single (works), while debug.test.single (Ctrl-Shift-F6) does not produce an ide action.
Comment 1 Milan Kubec 2009-05-18 12:54:03 UTC
Mentioned document is all about possible actions for freeform project when user is supposed to write those actions by
hand. IDE contains some support to generate most frequently used actions, test.single is not among them. But that
doesn't mean that you cannot write the action and its mapping by hand. Changing the issue to RFE to support also
test.single action generation.
Comment 2 Antonin Nebuzelsky 2010-01-11 04:29:22 UTC
Changing the default component owner to tzezula.