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 149203 - ant do-qa-functional-test-build command does not create data.zip file
Summary: ant do-qa-functional-test-build command does not create data.zip file
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 10:39 UTC by Alexandr Scherbatiy
Modified: 2008-10-09 08:49 UTC (History)
1 user (show)

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 Alexandr Scherbatiy 2008-10-06 10:39:07 UTC
I am creating a test-distribution file to run tests
on hudson4qe for JavaFX Plugin tests. 
However the data files are not copied to the testdist directory.
My test data are placed under javafx.kit/test/qa-functional/data
directory in repository. They are not zipped. 
The zipped test data are not recognized if I try to run the
tests from an IDE.


Steps to reproduce:

> hg clone http://hg.netbeans.org/main
> hg clone http://hg.netbeans.org/javafx contrib

Buld javafx plugin

> cd contrib/javafx.kit
> ant do-qa-functional-test-build

> cd nbbuild/build/testdist/qa-functional/javafx2/org-netbeans-modules-javafx-kit
> ls
test.properties
tests.jar

The testdist directory does not contain data.zip file.
Comment 1 Tomas Danek 2008-10-06 13:08:00 UTC
valid issue, but i'd say we are not willing to touch harness for 6.5, right?
Comment 2 rmichalsky 2008-10-09 08:49:45 UTC
Target do-qa-functional-test-build is not supposed to build data.zip, it only compiles the files. The right target is
test-qa-functional-build-datajar (or test-build-datajar for both unit and qa-f tests), which works for javafx.kit on my
system.