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 - Implement XTest in a fully functional programming language
Summary: Implement XTest in a fully functional programming language
Status: RESOLVED DUPLICATE of bug 17154
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 14:18 UTC by Martin Brehovsky
Modified: 2003-04-15 16:11 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 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 ***