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 66126 - ability to run tests without building netbeans
Summary: ability to run tests without building netbeans
Status: VERIFIED DUPLICATE of bug 61014
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 13:29 UTC by pzajac
Modified: 2006-02-14 17:57 UTC (History)
0 users

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 pzajac 2005-10-06 13:29:25 UTC
I want to run apisupport on our testing infrastructucture. To do this it is
necessary remove dependency on nbbuild/netbeans 

Exact steps how I want to run the tests for apissuport
cvs co standard_nowww xtest_nowww
ant -f nbbuild/build.xml all-xtest
ant -f apissupport/test/build.xml -Dnetbeans.dest.dir="unzipped netbeans folder"

I hope that it is everything what we need to do. 

the dependency to ${nb_all}/nbbuild/netbeans

should be replace by 
${netbeans.dest.dir}
Comment 1 Jesse Glick 2005-10-07 22:22:29 UTC
Not possible to run apisupport tests on test4u infrastructure without major
refactoring of the tests and a lot of added code. Many tests use nb.org project
sources as test cases; these would all have to be rewritten. It is not enough to
subst ${netbeans.dest.dir} for nbbuild/netbeans because nb.org modules use
nbbuild/netbeans as their dest dir and this is not overridable as far as
apisupport is concerned.

*** This issue has been marked as a duplicate of 61014 ***
Comment 2 pzajac 2005-11-01 13:52:00 UTC
v