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 139634 - Uncompilable qa-functional tests in soa.kit module
Summary: Uncompilable qa-functional tests in soa.kit module
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ivan Sidorkin
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-10 18:18 UTC by Tomas Danek
Modified: 2008-07-30 15:57 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 Tomas Danek 2008-07-10 18:18:02 UTC
e.g.
do-qa-functional-test-build:
    [mkdir] Created dir: /hudson/workdir/jobs/laziness/workspace/soa.kit/build/test/qa-functional/classes
    [javac] Compiling 15 source files to /hudson/workdir/jobs/laziness/workspace/soa.kit/build/test/qa-functional/classes
[subant-junit]
/hudson/workdir/jobs/laziness/workspace/soa.kit/test/qa-functional/src/org/netbeans/test/xslt/lib/CanvasOperator.java:22:
package com.nwoods.jgo does not exist
[subant-junit] import com.nwoods.jgo.JGoDocument;
[subant-junit]                       ^

and many other errors..


please fix them or remove them, building of testdistribution fails because of this.
Comment 1 Marian Mirilovic 2008-07-21 15:40:31 UTC
Uncompilable tests are breaking Binary Tests Distribution ... if tests will not be fixed/removed by 07/25 we'll do steps
to eliminate this failure by our own.
Comment 2 Venkat Chellasamy 2008-07-28 21:01:27 UTC
serge, reassigning. The error is coming from xslt module. 
Comment 3 Sergey Lunegov 2008-07-29 08:34:06 UTC
Ivan, please look at them.
Comment 4 Ivan Sidorkin 2008-07-29 09:45:30 UTC
works for me
only c/v tests was migrated after removing xtest
how you build it?
Comment 5 Ivan Sidorkin 2008-07-29 09:47:25 UTC
sorry, wrong resolution
Comment 6 Ivan Sidorkin 2008-07-29 09:48:57 UTC
works for me
Comment 7 Tomas Danek 2008-07-30 15:57:50 UTC
tried to build test distribution from current sources and voila - all tests are compilable now! Verified.