On Saturday 23 February 2008, Glen Mazza wrote: > Team, > > Just to confirm, the java2wsdl tool[1] will no longer be available for > 2.1, correct? Also, the java2ws tool[2] is not available until 2.1 > (i.e., the trunk release)?
Right. But java2wsdl should be emulatable with just the -wsdl flag to java2ws. > I would like to update our documents to clarify that. Also, we need > an Ant block for [2] like we already have for [1]--I guess I can just > copy the Ant block from [1] over but switch the class referenced to > "org.apache.cxf.tools.java2ws.JavaToWS" Yep. (and add the appropriate flags) > BTW, is java2ws already > supported by Maven, do we have the code for that already in trunk? That's a good question. :-) I see a maven-plugins/java2ws-plugin directory on trunk. Thus, I assume that's it. Not really sure though. Dan > > Thanks, > Glen > > [1] http://cwiki.apache.org/CXF20DOC/java-to-wsdl.html > [2] http://cwiki.apache.org/CXF20DOC/java-to-ws.html -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
