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 211376 - No actions work on tests created via TestNG with CoS
Summary: No actions work on tests created via TestNG with CoS
Status: RESOLVED DUPLICATE of bug 210293
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 09:38 UTC by Petr Cyhelsky
Modified: 2012-04-18 13:32 UTC (History)
1 user (show)

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 Petr Cyhelsky 2012-04-18 09:38:59 UTC
Product Version: NetBeans IDE Dev (Build 201204170400)
Java: 1.7.0_04-ea; Java HotSpot(TM) 64-Bit Server VM 23.0-b20
System: Linux version 2.6.38-14-generic running on amd64; UTF-8; en_US (nb)

Steps:
Have some java project (anagram) with CoS on -> create TestNG test for some file via Tools|create tests  -> all actions(run, debug ...) fail on the created test

/home/petr/.cache/netbeans/dev/executor-snippets/junit.xml:80: The following error occurred while executing this line:
/home/petr/.cache/netbeans/dev/executor-snippets/junit.xml:63: The <classpath> for <junit> must include junit.jar if not in Ant's own classpath
BUILD FAILED (total time: 0 seconds)
Comment 1 Theofanis Oikonomou 2012-04-18 13:32:03 UTC
Until CoS is implemented workaround is to turn CoS off in project properties. Thank you

*** This bug has been marked as a duplicate of bug 210293 ***