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

Summary: Uncompilable tests
Product: xml Reporter: Jesse Glick <jglick>
Component: JAXBAssignee: Mikhail Matveev <mikhailmatveev>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: mikhailmatveev
Priority: P2 Keywords: TEST
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/lastBuild/testReport/org.netbeans.nbbuild/SubAntJUnitReport/_hudson_workdir_jobs_test_compilation_workspace_xml_jaxb/
Issue Type: DEFECT Exception Reporter:

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 ***