NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

taskdef A class needed by class com.sun.xml.rpc.tools.ant.Wscompile cannot be found: org/apache/tools/ant/taskdefs/MatchingTask

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
virtualschool



Joined: 19 Nov 2010
Posts: 1

PostPosted: Fri Nov 19, 2010 4:24 pm    Post subject: taskdef A class needed by class com.sun.xml.rpc.tools.ant.Wscompile cannot be found: org/apache/tools/ant/taskdefs/MatchingTask Reply with quote

Hi All,

i am using netbeans 6.8 with JAX-RPC Plugin installed with Server "Sun Java System Application Server 8.2".

Help regarding following error required:
E:\j2eetutorial14\j2eetutorial14\examples\jaxrpc\helloservice\nbproject\build-impl.xml:397: taskdef A class needed by class com.sun.xml.rpc.tools.ant.Wscompile cannot be found: org/apache/tools/ant/taskdefs/MatchingTask

build-impl.xml
<target depends="init" name="wscompile-init">
<taskdef classname="com.sun.xml.rpc.tools.ant.Wscompile" classpath="${wscompile.classpath}" name="wscompile"/>
<taskdef classname="org.netbeans.modules.websvc.jaxrpc.ant.WsClientUpToDate" classpath="${wsclientuptodate.classpath}" name="wsclientuptodate"/>
<mkdir dir="${build.web.dir}/WEB-INF/wsdl"/>
<mkdir dir="${webinf.dir}/wsdl"/>
<mkdir dir="${build.classes.dir}"/>
<mkdir dir="${build.generated.sources.dir}/jax-rpc"/>
<mkdir dir="${build.generated.dir}/jax-rpc-binaries"/>
</target>

Regards,
vS
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo