[patch] empty configuration files in Tao

View: New views
2 Messages — Rating Filter:   Alert me  

[patch] empty configuration files in Tao

by Sam Hocevar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

   Hello,

   Nothing in http://www.mono-project.com/Config seems to suggest that
empty .config files are valid ("The configuration file is an XML file
whose root element is <configuration>"). However Tao ships two empty
files, here is a patch to correct this.

   Feel free to correct me on the file format, of course. I have been
unable to find anything definitive.

Regards,
--
Sam.
_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list

Re: [patch] empty configuration files in Tao

by Sam Hocevar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 26, 2007, Sam Hocevar wrote:

>    Nothing in http://www.mono-project.com/Config seems to suggest that
> empty .config files are valid ("The configuration file is an XML file
> whose root element is <configuration>"). However Tao ships two empty
> files, here is a patch to correct this.

   Erm. Here is the patch for real.

--
Sam.


Index: mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config
===================================================================
--- mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config (revision 88264)
+++ mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config (working copy)
@@ -0,0 +1,2 @@
+<configuration>
+</configuration>
Index: mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config
===================================================================
--- mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config (revision 88264)
+++ mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config (working copy)
@@ -0,0 +1,2 @@
+<configuration>
+</configuration>


_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list