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 83880 - projectize qa-functional tests
Summary: projectize qa-functional tests
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Mirilovic
URL:
Keywords: TEST
Depends on:
Blocks: 54161
  Show dependency tree
 
Reported: 2006-08-31 10:30 UTC by pzajac
Modified: 2011-05-24 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch to build.xml and build.properties (1.48 KB, patch)
2006-08-31 10:34 UTC, pzajac
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-08-31 10:30:40 UTC
Please move classpath of performance tests to nbproject/project.xml. The extra
libraries can be in 
test.qa-functional.cp.extra property of nbproject/project.properties

I changed build.xml and nbbuild/project.properties of performance tests.

All the tests will be simply compiled by executing build.xml:

ant build-all-tests
Comment 1 pzajac 2006-08-31 10:34:50 UTC
Created attachment 33457 [details]
patch to build.xml and build.properties
Comment 2 Marian Mirilovic 2006-11-07 20:20:10 UTC
Done