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

Summary: ability to run tests without building netbeans
Product: apisupport Reporter: pzajac <pzajac>
Component: HarnessAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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