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 133488 - Uncompilable tests
Summary: Uncompilable tests
Status: RESOLVED DUPLICATE of bug 133220
Alias: None
Product: xml
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Mikhail Matveev
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-04-21 16:46 UTC by Jesse Glick
Modified: 2008-04-25 13:14 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 Jesse Glick 2008-04-21 16:46:45 UTC
Please check test compilability.
Comment 1 _ gmpatil 2008-04-21 23:23:24 UTC
JAXB qa-functional test failed to compile, as it depends on the xml.schema module test build.
Looks like xml.schema test failed to build leading to xml.jaxb test build failure.

Added qa-functional test dependency with org.netbeans.modules.xml.schema test.

Michael, could you please look into xml.schema qa-functional build failure.

/hudson/workdir/jobs/test-compilation/workspace/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVNodeOperator.java:22:
cannot find symbol
symbol  : class ElementPanel
location: class org.netbeans.test.xml.schema.abe.DVNodeOperator
private ElementPanel m_panel=null;
             ^



Comment 2 Michael Nazarov 2008-04-22 07:14:53 UTC
Misha, take a look. Hopefully you already fixed this due to other issue.
Comment 3 Mikhail Matveev 2008-04-22 11:39:34 UTC

*** This issue has been marked as a duplicate of 133220 ***