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 - Cannot build xtest
Summary: Cannot build xtest
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 14:06 UTC by Jan Becicka
Modified: 2003-11-03 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ant log (7.79 KB, text/plain)
2003-11-03 14:07 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
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

:-).