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 - Uncompilable tests
Summary: Uncompilable tests
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Roderico Cruz
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-15 12:48 UTC by Jesse Glick
Modified: 2008-10-20 11:53 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-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.