Netbeans 6.0 Preview can't find WsClientUpToDate (either can I)

I'm using NetBeans IDE 6.0 Preview (M9, build 070502) on XP

I'm building the StockClient from 4401_webservicessecurity

This is the error I receive:

wscompile-init:

C:\Sun\AppServer\samples\4401_webservicessecurity\webservicessecurity\samples\StockClient\nbproject\build-impl.xml:296: taskdefclass org.netbeans.modules.websvc.core.ant.WsClientUpToDate cannot be found

BUILD FAILED (total time: 0 seconds)

Here is the code the error is referring to:

<target name="wscompile-init" depends="init">

<taskdef name="wscompile" classname="com.sun.xml.rpc.tools.ant.Wscompile" classpath="${wscompile.classpath}"/>

<taskdef name="wsclientuptodate" classname="org.netbeans.modules.websvc.core.ant.WsClientUpToDate" classpath="${wsclientuptodate.classpath}"/>

Where can I find org.netbeans.modules.websvc.core.ant.WsClientUpToDate?

[1140 byte] By [VegetarianDesignsa] at [2007-11-27 6:59:08]
# 1

This issue has been filed at:

http://www.netbeans.org/issues/show_bug.cgi?id=100224

The issue is marked as fixed in M10. As per http://wiki.netbeans.org/wiki/view/NB6Schedule, M10 is schedule for release by Jun 25.

Since the bug has been marked fixed on Jun 7, you should be able to use any daily build after Jun 7 from http://www.netbeans.info/downloads/dev.php.

KarthikRa at 2007-7-12 18:49:42 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks so much!!
VegetarianDesignsa at 2007-7-12 18:49:42 > top of Java-index,Development Tools,Java Tools...