You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by wh...@apache.org on 2005/05/24 12:05:16 UTC

cvs commit: ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws WSDL2Ws.java

whitlock    2005/05/24 03:05:16

  Modified:    c/src/wsdl/org/apache/axis/wsdl/wsdl2ws WSDL2Ws.java
  Log:
  Re-enable C support with the -lc command line option
  
  Revision  Changes    Path
  1.60      +1 -11     ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java
  
  Index: WSDL2Ws.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- WSDL2Ws.java	16 May 2005 05:14:43 -0000	1.59
  +++ WSDL2Ws.java	24 May 2005 10:05:16 -0000	1.60
  @@ -1145,8 +1145,7 @@
                   gen.generateWrappers(
                       null,
                       data.getOptionBykey("o"),
  -//                    data.getOptionBykey("l"),
  -                    data.getOptionBykey("i"),
  +                    data.getOptionBykey("l"),
                       data.getOptionBykey("s"),
                       data.getOptionBykey("w"));
   
  @@ -1170,15 +1169,6 @@
       {
           for(int i=0; i<data.getArgumentCount(); i++)
           {
  -            // implementation style- NO LONGER SUPPORTED
  -            String implementationStyle=data.getOptionBykey("i");
  -            if(implementationStyle!=null)
  -            {
  -                // This is no longer supported so return false;
  -                return false;
  -            }
  -
  -            
               // Check that those supported args have only the acceptable options.
               // target language
               String language = data.getOptionBykey("l");