Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1778

Show
Ignore:
Timestamp:
05/16/07 21:47:16 (1 year ago)
Author:
nahi
Message:
  • warn misusage of lib/wsdl/soap/wsdl2ruby.rb as an application. closes #339.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/wsdl/soap/wsdl2ruby.rb

    r1758 r1778  
    196196end 
    197197end 
     198 
     199 
     200if __FILE__ == $0 
     201  warn("WARNING: #{File.expand_path(__FILE__)} is a library file used by bin/wsdl2ruby.rb.  Find bin/wsdl2ruby.rb from tarball version of soap4r or install soap4r via gem.") 
     202end