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 268859 - Rerun failed tests doesn't work in Ant project
Summary: Rerun failed tests doesn't work in Ant project
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-06 10:19 UTC by cezariusz
Modified: 2016-11-06 10:19 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 cezariusz 2016-11-06 10:19:49 UTC
Product Version: NetBeans IDE Dev (Build 201611050002)
Java: 1.8.0_112; Java HotSpot(TM) 64-Bit Server VM 25.112-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_112-b15
System: Windows 10 version 10.0 running on amd64; Cp1250; pl_PL (nb)

1. Create a Java Ant project
2. Create some JUnit tests, some of them failing
3. Run tests
4. Try to rerun failed tests

Expected result: failed test run again

Actual result: Error "You may only execute Ant scripts residing on disk." on the tab named "??? (test-custom)".