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 36980

Summary: Cannot build xtest
Product: obsolete Reporter: Jan Becicka <jbecicka>
Component: xtestAssignee: issues@obsolete <issues>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: ant log

Description Jan Becicka 2003-11-03 14:06:19 UTC
I cannot build xtest. I have fresh CVS (modules 
openide, core and xtest).

See logs
Comment 1 Jan Becicka 2003-11-03 14:07:32 UTC
Created attachment 12041 [details]
ant log
Comment 2 Martin Brehovsky 2003-11-03 14:57:12 UTC
Works for me. Make sure you have everything you need as suggested at
<http://xtest.netbeans.org/XTest_installation.html#dev_inst>. Also
don't forget to build xtest with 'ant makedist' - this ensures all
required openide/core submodules are built.
Comment 3 Jan Becicka 2003-11-03 15:03:58 UTC
'ant makedist' helped.
But IMHO
$ cd openide
$ ant
$ cd ../core
$ ant
$ cd ../xtest
$ ant 
should work too, isn't it?
Comment 4 Martin Brehovsky 2003-11-03 15:11:10 UTC
No, because this will not build the required deprecated sub modules
(execution, output window, ...). What will work is this:
cd nbbuild
ant all-xtest

:-).