The ant task obviously does not supported mapping creation.
The standalone does.
This is the part of my build file:
<exec executable="${wscompile}" failonerror="true">
  |             <arg value="-define"/>
  |             <arg value="-cp"/><arg 
value="${build.classes.dir}:${build.war.classes.dir}:${basedir}/lib/log4j-1.2.8.jar"/>
  |             <arg value="-f:rpcliteral"/>
  |             <arg value="-f:wsi"/>
  |             <arg value="-nd"/><arg 
value="${gen-etc.dir}/ws/${ws.package}/WEB-INF/wsdl"/>
  |             <arg value="-mapping"/><arg 
value="${gen-etc.dir}/ws/${ws.package}/WEB-INF/${ws.name}-mapping.xml"/>
  |             <arg value="${etc.dir}/${ws.name}.xml"/>
  | </exec>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887355#3887355

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887355


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to