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 140074

Summary: Uncompilable tests
Product: webservices Reporter: Jesse Glick <jglick>
Component: JAX-WSAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka
Priority: P1 Keywords: TEST
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/935/testReport/
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2008-07-15 12:48:06 UTC
websvc.saas.codegen/test/unit/src/org/netbeans/modules/websvc/saas/codegen/JavaCodeGenerationTest.java:48: package
org.apache.tools.ant.module.api.support does not exist
import org.apache.tools.ant.module.api.support.ActionUtils;
                                               ^

websvc.jaxwsmodel/test/unit/src/org/netbeans/modules/websvc/api/jaxws/wsdlmodel/WSDLBindingTest.java:135: incompatible types
found   : java.util.List<org.netbeans.modules.websvc.jaxwsmodelapi.WSOperation>
required: java.util.List<org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlOperation>
                List<WsdlOperation> operations = port.getOperations();
                                                                   ^
Comment 1 Jesse Glick 2008-07-16 19:26:12 UTC
Status?
Comment 2 Ayub Khan 2008-07-17 15:02:06 UTC
Fixed, see http://hg.netbeans.org/main/rev/55542593562e
Comment 3 Lukas Jungmann 2008-10-20 11:53:27 UTC
v.