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 82909 - It's impossible to compile qa-functional tests from the IDE
Summary: It's impossible to compile qa-functional tests from the IDE
Status: CLOSED WORKSFORME
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 14:43 UTC by Marian Mirilovic
Modified: 2007-03-28 11:46 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 Marian Mirilovic 2006-08-17 14:43:37 UTC
When you run Xtest | Build QA-functional tests from the IDE it fails with messages:

.....
compiler-launcher:
/local_export/sources/nb_all/nbbuild/templates/xtest.xml:55: The following error
occurred while executing this line:
/local_export/sources/nb_all/xtest/lib/module_harness.xml:361: The following
error occurred while executing this line:
/local_export/sources/nb_all/core/test/build-qa-functional.xml:30: The content
of elements must consist of well-formed character data or markup.
Comment 1 Jiri Skrivanek 2006-08-17 15:31:18 UTC
Are you able to build test from command line? I think there is a typo in
build-qa-functional.xml (The content of elements must consist of well-formed
character data or markup).
Comment 2 Marian Mirilovic 2006-08-17 15:36:33 UTC
ok, now I am able to duild it from the command-line as well as from the IDE.

There is also a difference when you build tests from the IDE destination folder is:

nbbuild/build/testdist/qa-functional/cluster/org-netbeans-core/


but when you build the same tests from command-line destination folder is :
nbbuild/build/testdist/qa-functional/platform7/org-netbeans-core/
Comment 3 Jiri Skrivanek 2006-08-17 16:00:02 UTC
It calls the same target so it should be same. For me it works the same way both
from IDE and command line.
Comment 4 pzajac 2006-08-23 17:08:39 UTC
I cannot reproduce. The files are correctly copied to
nbbuild/build/testdist/qa-functional/platform7/org-netbeans-core/
Comment 5 Marian Mirilovic 2007-03-28 11:46:43 UTC
v/c