[Mono-bugs] [Bug 62041][Nor] New - wsdl doesn't handle absolute file names
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 10:11:52 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by stefan.bodewig@freenet.de.
http://bugzilla.ximian.com/show_bug.cgi?id=62041
--- shadow/62041 2004-07-28 10:11:52.000000000 -0400
+++ shadow/62041.tmp.9504 2004-07-28 10:11:52.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 62041
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Other.
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: stefan.bodewig@freenet.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: wsdl doesn't handle absolute file names
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+when passing an absolute file name (starting with a slash) to wsdl it is
+interpreted as an unknown command line argument.
+
+Steps to reproduce the problem:
+1. assume you a wsdl file StockQuoteService.wsdl (what else?)
+2. run "wsdl StockQuoteService.wsdl" - works
+3. run "wsdl /full/path/to/StockQuoteService.wsdl"
+
+Actual Results:
+
+Error: Unknown option home/bodewig/StockQuoteService.wsdl
+
+Expected Results:
+
+Mono Web Services Description Language Utility
+Writing file 'StockQuoteServiceService.cs'
+
+How often does this happen?
+
+always.
+
+Additional Information:
+
+This is a self compiled Mono 1.0 since I still haven't found the time to
+reinstall my RedHat 7.3 box. I don't think this should make any difference,
+though.