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 100224

Summary: taskdef class ...websvc.core.ant.WsClientUpToDate cannot be found
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: jpospisil
Priority: P1 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 104050    
Bug Blocks:    
Attachments: proposed patch, feel free to apply

Description Lukas Jungmann 2007-04-06 14:40:12 UTC
-create new J2EE 1.4 web project
-create new ws in it (JAX-RPC)
-build project

=> fail because of:

...
wscompile-init:
/home/lukas/NetBeansProjects/WebApplication2/nbproject/build-impl.xml:296:
taskdef class org.netbeans.modules.websvc.core.ant.WsClientUpToDate cannot be found
BUILD FAILED (total time: 0 seconds)
Comment 1 Lukas Jungmann 2007-04-06 14:45:10 UTC

*** This issue has been marked as a duplicate of 97519 ***
Comment 2 Lukas Jungmann 2007-05-01 12:45:17 UTC
v. dup
Comment 3 Lukas Jungmann 2007-05-22 00:07:08 UTC
this is not a dup
Comment 4 Lukas Jungmann 2007-05-22 00:10:50 UTC
The problem is that WsClientUpToDate.java (and related files) has been removed
during the split of JAX-RPC support, but never added back. Attached is a patch
which brings this task back to the state as it was in 5.5(.1).
Comment 5 Lukas Jungmann 2007-05-22 00:11:39 UTC
Created attachment 42624 [details]
proposed patch, feel free to apply
Comment 6 Jaroslav Pospisil 2007-05-24 10:00:28 UTC
*** Issue 104048 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Pospisil 2007-05-24 10:09:06 UTC
Raising priority to P1,since this blocks whole JAX-RPC websvc segment. Same bug
is filed for ws client,but I think we should consider them separately,since main
problem for JAX-RPC web services is basically even the fact there're ws client
messages in Output tab and WS Client functionality available in context menu.I
think this is the main purpose of THIS issue and issue 104050, filled for WS
Client is about build failure.Since we already started to solve the second
problem here,I think we should continue,but I suggest not to close this issue
until the former problem is solved.
For these reasons I'm not marking issue 104050 as a duplicate of this issue and
setting only dependence. 
Comment 8 Milan Kuchtiak 2007-06-07 15:06:43 UTC
Fixed according to attached patch.
Thanks.
Comment 9 Lukas Jungmann 2007-06-11 20:29:34 UTC
v.