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 31948

Summary: Implement XTest in a fully functional programming language
Product: obsolete Reporter: Martin Brehovsky <breh>
Component: xtestAssignee: issues@obsolete <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Brehovsky 2003-03-12 14:18:57 UTC
Port/reimplement XTest in a fully functional
programming language, for debugging and
performance purposes.
Comment 1 Martin Brehovsky 2003-03-12 14:21:54 UTC
Since XTest is written mostly in Java and Ant scripts, you should be
able to debug it quite easily. Just start ant with -debug or -verbose
swithes. Unfortunately, this will not help only for all cases, since
XTest have some tasks which does not have any log() for DEBUG or
VERBOSE severity.

Concerning possible overwrite of XTest from ant scripts to java code,
I suppose this should be done for next version of XTest (XTest 2),
since it is rather long term goal.
Comment 2 Martin Brehovsky 2003-04-15 16:11:51 UTC

*** This issue has been marked as a duplicate of 17154 ***