[Mono-list] perl script -- alternative?
Daniel Carrera
dcarrera@math.toronto.edu
Thu, 18 Apr 2002 18:18:46 -0400 (EDT)
Could you send me your test file?
Daniel.
On Thu, 18 Apr 2002, Erick wrote:
>
> It works - kinda. Still wont open the file, but echos it. Redirection in
> dos is much the same as *nix. >> = append, > = overwrite
>
> Erick
>
>
>
> Current output:
>
> D:\mono>mono.pl test.def --debug
> DEBUG: OS = 'MSWin32'
> DEBUG: OS recognized?... yes
> DEBUG: PATH = 'D:\mono'
> DEBUG: Class Definition = //
>
> DEBUG: Class = '//
> '
> DEBUG: NAMESPACE = 'mono'
> DEBUG: VERBOSITY = 0
> WARNING: Could not open //
> .cs for writing
> sending output to STDOUT
> //
> // mono.//
>
> //
> // Author:
> // stubbed out by public class TestClass : CommonDialog
>
> //
> // (C) 2002 Ximian, Inc
> //
>
> namespace mono
> {
> public //
>
> {
> // --- Public Properties
> //
> [MonoTODO]
> public bool AllowScriptChange
> {
> get { throw new NotImplementedException (); }
> set { throw new NotImplementedException (); }
> }
> [MonoTODO]
> public bool AllowSimululations
> {
> get { throw new NotImplementedException (); }
> set { throw new NotImplementedException (); }
> }
> [MonoTODO]
> public bool AllowVectorForms
> {
> get { throw new NotImplementedException (); }
> set { throw new NotImplementedException (); }
> }
> [MonoTODO]
> public bool AllowVerticalForms
> {
> get { throw new NotImplementedException (); }
> set { throw new NotImplementedException (); }
> }
> }
> }
>
> D:\mono>