You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/07/30 08:34:12 UTC

cvs commit: ant/src/etc/testcases/taskdefs/optional WsdlToDotnet.xml

bodewig     2004/07/29 23:34:12

  Modified:    src/etc/testcases/taskdefs/optional WsdlToDotnet.xml
  Log:
  Mono doesn't include the Webservice namespace by default, I don't think this change will break the tests on Microsoft's Framework
  
  Revision  Changes    Path
  1.7       +2 -0      ant/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml
  
  Index: WsdlToDotnet.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WsdlToDotnet.xml	28 Jul 2004 13:46:36 -0000	1.6
  +++ WsdlToDotnet.xml	30 Jul 2004 06:34:12 -0000	1.7
  @@ -113,6 +113,7 @@
         srcDir="${src.dir}"
         destFile="${out.app}"
         targetType="${out.type}"
  +      references="System.Web.Services.dll"
         />
       <available property="app.created" file="${out.app}"/>
       <fail unless="app.created">No app created</fail>
  @@ -128,6 +129,7 @@
         destFile="${out.app}"
         targetType="${out.type}" 
         fileAlign="512"
  +      references="System.Web.Services.dll"
         />
       <available property="app.created" file="${out.app}"/>
       <fail unless="app.created">No app created</fail>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org